Changes between Version 16 and Version 17 of CMakeModularizationStatus
- Timestamp:
- Jan 1, 2012, 1:44:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeModularizationStatus
v16 v17 1 [[PageOutline]] 2 1 3 = CMake Modularization Status = 2 4 … … 50 52 === Porting Documentation Jamfiles === 51 53 52 Libraries with generated documentation (e.g. via quickbook or docbook or RestructuredText) need to have their Jamfiles ported as well. There's a list of tickets [https://github.com/ryppl/boost-modularize/issues/search?q=documentation&state=open here].54 Libraries with generated documentation (e.g. via [http://www.boost.org/doc/libs/release/doc/html/quickbook.html Quickbook], [http://www.docbook.org/ Docbook], or [http://docutils.sourceforge.net/rst.html RestructuredText]) need to have their Jamfiles ported as well. There's a list of tickets [https://github.com/ryppl/boost-modularize/issues/search?q=documentation&state=open here]. 53 55 54 56 === Rewriting Boost History === … … 59 61 60 62 There are several levels at which we might want to confirm that the CMake build instructions are doing the same thing that the Boost.Build Jamfiles are. 63 64 = How Can I Help? = 65 66 Read the section on [#PortingTestJamfiles porting test Jamfiles] and close a few of the [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=open open tickets]. Most of these should be easy!