Changes between Version 29 and Version 30 of CMakeModularizationStatus


Ignore:
Timestamp:
Feb 12, 2012, 1:08:19 AM (11 years ago)
Author:
Dave Abrahams
Comment:

Clarification of automation, and a grammar fix

Legend:

Unmodified
Added
Removed
Modified
  • CMakeModularizationStatus

    v29 v30  
    88[http://boost.org/tools/build Boost.Build] to [http://cmake.org CMake].
    99
    10 == Automated Tests ==
     10== Automation ==
    1111
    12 You can review the current status of modularization [http://bbot.boostpro.com/waterfall?show_events=true&builder=Boost.Modularize-x-Modularize&builder=Boost-vc8-win64-Integration&builder=Boost-vc7.1-win64-Integration&builder=Boost-gcc-linux-Integration&builder=Boost-vc10-win64-Integration&builder=Boost-vc9-win64-Integration&reload=none here].
     12[http://github.com/boost-lib/boost Modularized Boost] is continuously maintained and tested by a system that automatically does two things:
     13
     141. **Modularization**: shuffle files from their standard places in a Boost distribution into separate [http://github.com/boost-lib per-library git repositories]
     152. **Integration Testing**: run each libraries' tests to make sure its modularized state is healthy.
     16
     17You can review the current status of these steps [http://bbot.boostpro.com/waterfall?show_events=true&builder=Boost.Modularize-x-Modularize&builder=Boost-vc8-win64-Integration&builder=Boost-vc7.1-win64-Integration&builder=Boost-gcc-linux-Integration&builder=Boost-vc10-win64-Integration&builder=Boost-vc9-win64-Integration&reload=none here].  The rest of this section details what the steps are doing.
    1318
    1419=== Modularization ===
     
    2429“accounted for” and has been assigned to a module.  If there are files that don't have a
    2530modularized home, we get an error like [http://bbot.boostpro.com/builders/Boost.Modularize-x-Modularize/builds/1343/steps/modularize%28update%29/logs/stdio this one].
    26 (in that run, it looks like someone just added the Boost.Heap library).  When that happens, Daniel get an
    27 email and he fixes it.
     31(in that run, it looks like someone just added the Boost.Heap library).  When that happens, Daniel gets an
     32email from the system and he fixes it.
    2833
    2934To prepare to run modularization on a local machine: