Changes between Version 9 and Version 10 of CMakeTODO


Ignore:
Timestamp:
Jul 2, 2008, 2:58:17 PM (14 years ago)
Author:
Beman Dawes
Comment:

Add Downstream tools

Legend:

Unmodified
Added
Removed
Modified
  • CMakeTODO

    v9 v10  
    2020  * Add CMakeLists.txt files for regression tests for libraries new in 1.35.0 that don't already have them, e.g., asio.
    2121  * Generate and install pkgconfig files, so that Boost libraries can be found via pkgconfig
     22
     23== Downstream tools ==
     24
     25For CMake to fully replace Boost.Build, the special needs of developers and testers must be addressed. The "tools" needed may be in the form of documentation and python scripts rather than CMake tools.
     26
     27  * Provide a tool for developers that lets them test locally on their own machines, and see the results in both summary and detail forms. Tests likely involve multiple compilers and may also include multiple configurations for each compiler.
     28
     29  * Provide a highly-robust and self-bootstrapping tool for testers. Should be able to run unattended for months and months. Must be a "good citizen" and manage space, time, and bandwidth resources prudently.