Changes between Version 6 and Version 7 of CMakeTODO
- Timestamp:
- May 28, 2008, 11:55:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeTODO
v6 v7 6 6 * Regression testing: 7 7 * For each library, automatically introduce a test that uses the "inspect" program to verify that the library meets all of Boost's coding and licensing requirements (and anything else that inspect checks). 8 * Documentation generation: 9 * Port the BoostBook toolchain over to CMake. Bonus points if it can use CMake to download the appropriate XSLT stylesheets and DocBook DTD using file(DOWNLOAD...), therefore taking the role of the BoostBook configuration scripts, too. 10 * Installation of generated documentation. 8 * Modularization of documentation generation, so documentation for a single library can be generated and installed along with documentation for the other libraries. 11 9 * Determine how the "tools" directory should fit in with "libs". Right now, "tools" is disabled because it doesn't work well with modular libraries. 12 10 * Building and testing against an installed tree: … … 14 12 * Allow regression tests to be built and executed against an installed Boost 15 13 * Update regression-testing scripts to simulate a user's usage: build a Boost tree, build its installer, execute the installer, build the regression tests against the installed version (separately!), run regression tests and report the results. 14 * Can one download, configure, and install a subset of components built against an installed tree and each other? 16 15 * "Modularize" the rest of the Boost libraries 17 16 * Add description, author, and maintainer information to the CMakeLists.txt files for all of the libraries.