Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Cleanup cmake --build interface. | Brad King | 2009-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | This cleans up the 'cmake --build' command-line interface: - Rename --clean to --clean-first to better describe it. - Replace --extra-options with a -- separator to simplify passing of multiple native build tool options. - Document the options in the main CMake man page description of the --build option, and shares this with the usage message. - Require --build to be the first argument when present. - Move implementation into cmakemain where it belongs. | ||||
* | ENH: fix test to work with in-source testing of CMake | Bill Hoffman | 2008-10-18 | 1 | -0/+6 |
| | |||||
* | ENH: run the right cmake | Bill Hoffman | 2008-10-15 | 1 | -1/+1 |
| | |||||
* | ENH: run the right cmake | Bill Hoffman | 2008-10-15 | 1 | -2/+4 |
| | |||||
* | BUG: 4244, add a --build option to cmake that can build projects configured ↵ | Bill Hoffman | 2008-10-15 | 1 | -0/+51 |
by CMake |