Re: [hwloc-devel] upcoming cleaning of headers and doc sections

2013-07-18 Thread Jeff Squyres (jsquyres)
Just to throw in a wildcard... You could also make hwloc.h be pretty minimal, and #include a bunch of others. You could divide sub-.h files by: - types - section / functionality - ...? On Jul 18, 2013, at 8:09 AM, Brice Goglin wrote: > FYI, I recently got a lot of

Re: [hwloc-devel] upcoming cleaning of headers and doc sections

2013-07-18 Thread Samuel Thibault
Brice Goglin, le Thu 18 Jul 2013 14:10:28 +0200, a écrit : > * only put the prototypes in hwloc.h and keep the inline code somewhere else > * if some sections are obviously less important, keep these out of > hwloc.h (just like the ones in hwloc/helper.h currently) I'd say these two. Samuel