On Wed, Dec 11, 2013 at 4:55 PM, <[email protected]> wrote: > Revision: 58901 > http://sourceforge.net/p/brlcad/code/58901 > Author: starseeker > Date: 2013-12-11 22:55:11 +0000 (Wed, 11 Dec 2013) > Log Message: > ----------- > Try an approach to gen-attributes-file that doesn't require boost,
Cliff, that's a lot of retrograde C++ ==> C movement just to get rid of one Boost header (which can be replicated as a libbu function if need be). IMHO, the C++ version is simpler to maintain, more effificient for long-running mged processes (which many practical ones are), and less error-prone when adding or modifying standard or user-contributed attributes. >.and generates its outputs only in the build directory. I'm not sure I understand all the CMake mods but I'm sure they're great, but one reason to have the html file generated in the source directory is to ease its linkage from it to its eventual place in the site web page on brlcad.org where the CURRENT_BINARY_DIR can be all over the map. Best regards, -Tom ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
