This is the only real project I could find:
XDAQ: http://sourceforge.net/projects/xdaq/
-Bryan
Before I vote, Bryan could you enlighten us as to the other
project(s) which use ts as an include prefix so that we can
evaluate the likelihood of a conflict?
Thanx,
john
On 2/9/2010 6:40 AM, Leif Hedstrom wrote:
On 02/09/2010 07:37 AM, Leif Hedstrom wrote:
1. Include install directory
[ ] ${prefix}/include
[x] ${prefix}/include/ts
[ ] ${prefix}/include/ats
[ ] ${prefix}/include/trafficserver
2. InkAPI.h rename
[x] ts_api.h
[ ] sdkapi.h
[ ] ats.h
3. RemapAPI.h renam
[x] remap_api.h
[ ] remap.h
4. Versioning of include dir
[ ] No versioning, just plain ${prefix}/include/${name}
[x] Install into a versioned directory like
${prefix}/include/${name}/${version}, and wrappers into
${prefix}/include/${name}.
[ ] Like above, but put the wrappers into ${prefix}/include/
5. SimpleDBM include file
[ ] Don't expose it to plugin developers (yet at least).
[ ] Include it, with the name SimpleDBM.h (as it is today)
[x] Include it, with the name simpledbm.h