| Commit message (Expand) | Author | Age | Files | Lines |
* | exports: Add cmExportSetMap class | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+2 |
|
|
* | exports: Create class cmExportSet | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+2 |
|
|
* | exports: Move cmTargetExport to a dedicated header file | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -24/+24 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -132/+132 |
|
|
* | Ninja: enable ninja support everywhere | Peter Kümmel | 2012-07-20 | 1 | -34/+19 |
|
|
* | Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
|
|
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+2 |
|
|
* | Remove process execution code from cmcldeps and have it use cmake code. | Bill Hoffman | 2012-06-27 | 1 | -0/+1 |
|
|
* | Merge topic 'ninja-cldeps' | David Cole | 2012-06-19 | 1 | -0/+5 |
|\ |
|
| * | Ninja: disable cldeps for bcc32, it's too old, and ninja would also not build | Peter Kuemmel | 2012-06-18 | 1 | -1/+1 |
|
|
| * | Ninja: build server fixes | Peter Kuemmel | 2012-06-16 | 1 | -1/+1 |
|
|
| * | Ninja: try to make GetProcessId visible | Peter Kuemmel | 2012-06-15 | 1 | -1/+2 |
|
|
| * | Ninja: add wrapper for cl to extract dependencies | Peter Kuemmel | 2012-06-08 | 1 | -0/+4 |
|
|
* | | Ninja: Enable the ninja generator by default on Windows. | David Cole | 2012-06-13 | 1 | -3/+3 |
|/ |
|
* | Merge topic 'mumps_coverage' | David Cole | 2012-05-17 | 1 | -0/+3 |
|\ |
|
| * | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -0/+1 |
|
|
| * | Add test for mumps coverage. Also refactor code to prepare for cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -0/+1 |
|
|
| * | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 1 | -0/+1 |
|
|
* | | VS11: Add ARM architecture generator (#13077) | Minmin Gong | 2012-05-09 | 1 | -0/+2 |
|
|
* | | Ninja: CMAKE_USE_NINJA is the name of the macro | Peter Kuemmel | 2012-04-08 | 1 | -1/+1 |
|
|
* | | Ninja: no additional variable needed to enable ninja | Peter Kuemmel | 2012-04-08 | 1 | -7/+5 |
|
|
* | | Ninja: add option to enable ninja where it is not enabled by default | Peter Kuemmel | 2012-04-06 | 1 | -6/+8 |
|/ |
|
* | Merge branch 'object-library' into ninja-object-library | Brad King | 2012-03-16 | 1 | -0/+2 |
|\ |
|
| * | Add cmGeneratorTarget to represent a target during generation | Brad King | 2012-03-09 | 1 | -0/+2 |
|
|
* | | Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator. | Bill Hoffman | 2012-03-09 | 1 | -2/+15 |
|
|
* | | Merge branch 'target-include-directories' into ninja-generator | David Cole | 2012-02-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -0/+2 |
|
|
* | | Ninja: disable unfinished Windows ninja support | Peter Kuemmel | 2012-02-19 | 1 | -17/+15 |
|
|
* | | Ninja: add some hacks for Windows | Peter Kuemmel | 2012-02-19 | 1 | -0/+4 |
|
|
* | | Ninja: also build ninja support on Windows | Peter Kuemmel | 2012-02-19 | 1 | -17/+14 |
|
|
* | | Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.e... | Peter Collingbourne | 2012-02-18 | 1 | -4/+5 |
|
|
* | | Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop | Peter Kuemmel | 2012-02-18 | 1 | -5/+4 |
|
|
* | | Ninja: Add the Ninja generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+18 |
|/ |
|
* | Factor out target location undefined behavior helper macro | Brad King | 2011-12-01 | 1 | -0/+1 |
|
|
* | Merge topic 'newline-style' | David Cole | 2011-12-01 | 1 | -0/+2 |
|\ |
|
| * | Add NEWLINE_STYLE option to configure_file (#3957) | Peter Kuemmel | 2011-11-28 | 1 | -0/+2 |
|
|
* | | sha2: Build as part of CMakeLib | Brad King | 2011-11-16 | 1 | -0/+2 |
|
|
* | | Factor Compute(File|String)MD5 into cmCryptoHash helper | Brad King | 2011-11-16 | 1 | -0/+2 |
|/ |
|
* | Add Visual Studio 11 generator for x86 and x64 tools | Brad King | 2011-09-23 | 1 | -0/+4 |
|
|
* | Start work on automoc: add empty cmQtAutomoc class | Alex Neundorf | 2011-08-07 | 1 | -0/+2 |
|
|
* | Add VisualStudio 9 and 10 generators for Itanium platform | Matej Hribernik | 2011-06-20 | 1 | -0/+4 |
|
|
* | Fix XCode -> Xcode typos, notably in man page (#12231) | Sean McBride | 2011-05-31 | 1 | -1/+1 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -0/+2 |
|
|
* | Removed most usage of Carbon in favour of CoreFoundation | Sean McBride | 2011-01-31 | 1 | -2/+2 |
|
|
* | Combine duplicate COMPILE_DEFINITIONS disclaimer | Brad King | 2011-01-17 | 1 | -0/+1 |
|
|
* | Factor generator expression docs out of add_test | Brad King | 2010-12-15 | 1 | -0/+1 |
|
|
* | Factor out common custom command generator | Brad King | 2010-12-08 | 1 | -0/+2 |
|
|
* | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 1 | -2/+4 |
|
|
* | Create class cmArchiveWrite to wrap libarchive (#11020) | Brad King | 2010-08-06 | 1 | -0/+1 |
|
|