Changes between Version 21 and Version 22 of CMakeModularizationStatus


Ignore:
Timestamp:
Jan 2, 2012, 7:42:11 PM (11 years ago)
Author:
Dave Abrahams
Comment:

Improved a link

Legend:

Unmodified
Added
Removed
Modified
  • CMakeModularizationStatus

    v21 v22  
    106106CMake yet (all Jamfiles for building library binaries have been ported).  [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=closed These tickets] document the libraries whose test Jamfiles have been ported, and [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=open these] show the libraries whose Jamfiles still need to be ported.
    107107Most of these should be
    108 really straightforward to handle based on looking at Jamfiles and examples of commits that [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=closed closed unit test tickets] (follow the link in each ticket).
     108really straightforward to handle based on looking at Jamfiles and examples of [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=closed commits that closed unit test tickets] (follow the link in each ticket).
    109109
    110110For a more complex example, see the [https://github.com/boost-lib/python/blob/master/test/CMakeLists.txt CMake file for Boost.Python],