Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use OUTPUT_NORMAL instead of OUTPUT_MERGE for cmake -E chdir. | Bill Hoffman | 2012-07-20 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-20 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-19 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-18 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-17 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-16 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-15 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-14 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-13 | 1 | -1/+1 |
* | Merge topic 'fix-install-COMPONENT-option' | David Cole | 2012-07-12 | 4 | -6/+7 |
|\ | |||||
| * | install: Fix COMPONENT option | Brad King | 2012-07-11 | 4 | -6/+7 |
* | | Merge topic 'doc-if-inside-macro' | David Cole | 2012-07-12 | 1 | -0/+1 |
|\ \ | |||||
| * | | if: Document that macro arguments are not variables (#13393) | Brad King | 2012-07-11 | 1 | -0/+1 |
* | | | Merge topic 'ninja-rspfile-link-libraries' | David Cole | 2012-07-12 | 3 | -23/+51 |
|\ \ \ | |||||
| * | | | Ninja: sysconf() is declared in unistd.h | Peter Kümmel | 2012-07-11 | 1 | -0/+5 |
| * | | | Ninja: enable response file support on Mac (length 262144) | Peter Kümmel | 2012-07-11 | 1 | -2/+2 |
| * | | | Ninja: disable work around when linking with mingw | Peter Kümmel | 2012-07-11 | 1 | -2/+6 |
| * | | | Ninja: error on missing rspfile_content | Peter Kümmel | 2012-07-10 | 1 | -5/+9 |
| * | | | Ninja: remove some unused default arguments | Peter Kümmel | 2012-07-10 | 1 | -7/+7 |
| * | | | Ninja: also write link libraries to rsp file | Peter Kümmel | 2012-07-10 | 3 | -13/+28 |
| |/ / | |||||
* | | | Merge topic 'include-command-empty-filename' | David Cole | 2012-07-12 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | include: Ignore empty string as file name (#13388) | Brad King | 2012-07-10 | 1 | -0/+7 |
| |/ / | |||||
* | | | Merge topic 'inject_code_via_variable' | David Cole | 2012-07-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix project command documentation typo (#13384) | Brad King | 2012-07-09 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-12 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-11 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-10 | 1 | -1/+1 |
* | | | Merge topic 'cmake-gui-locale' | David Cole | 2012-07-09 | 6 | -86/+90 |
|\ \ \ | |||||
| * | | | cmake-gui: Fix code to respect current locale. | Clinton Stimpson | 2012-07-06 | 6 | -86/+90 |
* | | | | Merge topic 'ninja-fixes' | David Cole | 2012-07-09 | 2 | -3/+12 |
|\ \ \ \ | |||||
| * | | | | Ninja: don't shadow 'outputs' variable | Peter Kuemmel | 2012-07-09 | 1 | -4/+4 |
| * | | | | Ninja: Clean all symlink created for libraries. | Nicolas Despres | 2012-07-09 | 1 | -2/+11 |
| * | | | | Ninja: remove int/size_t warning | Peter Kuemmel | 2012-07-09 | 1 | -1/+1 |
* | | | | | Merge topic 'ninja-cmdLineLimit' | David Cole | 2012-07-09 | 4 | -21/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Ninja: also consider rule command length for rsp file | Peter Kuemmel | 2012-07-02 | 3 | -1/+9 |
| * | | | | Ninja: also consider variables when checking command line length | Peter Kuemmel | 2012-07-01 | 2 | -20/+21 |
* | | | | | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile' | David Cole | 2012-07-09 | 1 | -3/+16 |
|\ \ \ \ \ | |||||
| * | | | | | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config. | Eric NOULARD | 2012-07-04 | 1 | -3/+16 |
* | | | | | | Merge topic 'CPack-fixRegressionCPackWithNoArgs' | David Cole | 2012-07-09 | 1 | -2/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg. | Eric NOULARD | 2012-07-03 | 1 | -2/+6 |
* | | | | | | | Merge topic 'make_cldep_use_cmake_process_exec' | David Cole | 2012-07-09 | 2 | -488/+32 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: print error message when command failed | Peter Kuemmel | 2012-06-28 | 1 | -17/+8 |
| * | | | | | | | Remove process execution code from cmcldeps and have it use cmake code. | Bill Hoffman | 2012-06-27 | 2 | -482/+35 |
* | | | | | | | | Merge topic 'variable-doc-spaces' | David Cole | 2012-07-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fix 2 space bugs in variable documentation | Rolf Eike Beer | 2012-06-27 | 1 | -2/+2 |
* | | | | | | | | | Merge topic 'fix-typo' | David Cole | 2012-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Ninja: Fix typo: tagets -> targets | David Cole | 2012-06-26 | 1 | -1/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'ctest-cmd-line-vars' | David Cole | 2012-07-09 | 4 | -30/+87 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CTest: Allow -Dvar=value with no space between the D and the var | David Cole | 2012-06-24 | 1 | -0/+11 |
| * | | | | | | | | | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 4 | -2/+46 |