Changes between Version 6 and Version 7 of CMakeTODO


Ignore:
Timestamp:
May 28, 2008, 11:55:32 AM (14 years ago)
Author:
Douglas Gregor
Comment:

Revise the TODO list a bit

Legend:

Unmodified
Added
Removed
Modified
  • CMakeTODO

    v6 v7  
    66  * Regression testing:
    77    * 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.
    119  * Determine how the "tools" directory should fit in with "libs". Right now, "tools" is disabled because it doesn't work well with modular libraries.
    1210  * Building and testing against an installed tree:
     
    1412    * Allow regression tests to be built and executed against an installed Boost
    1513    * 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?
    1615  * "Modularize" the rest of the Boost libraries
    1716  * Add description, author, and maintainer information to the CMakeLists.txt files for all of the libraries.