Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134) | Brad King | 2016-06-02 | 1 | -3/+9 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'size-empty' | Brad King | 2016-06-03 | 16 | -32/+34 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 16 | -32/+34 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'simplify-boolean-expressions' | Brad King | 2016-06-03 | 37 | -169/+73 | |
|\ \ \ \ \ | ||||||
| * | | | | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 37 | -169/+73 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-03 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'minor-cleanups' | Brad King | 2016-06-02 | 4 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | cmGlobalGenerator: Make IsMultiConfig() const | Tobias Hunger | 2016-06-01 | 4 | -4/+4 | |
| |/ / / | ||||||
* | | | | Merge topic 'bin-dir-option' | Brad King | 2016-06-02 | 5 | -9/+22 | |
|\ \ \ \ | ||||||
| * | | | | Add option to control 'bin' directory of CMake's own installation (#16076) | Nicolas BUNEL | 2016-06-01 | 5 | -9/+22 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-02 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Begin post-3.6 development | Brad King | 2016-06-01 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | CMake 3.6.0-rc1 version update | Brad King | 2016-06-01 | 1 | -3/+3 | |
|/ | ||||||
* | Merge topic 'minor-cleanups' | Brad King | 2016-06-01 | 2 | -2/+2 | |
|\ | ||||||
| * | cmSourceFileLocation: Fix typo in comment | Tobias Hunger | 2016-06-01 | 1 | -1/+1 | |
| * | cmSearchPath: Fix typo in comment | Tobias Hunger | 2016-06-01 | 1 | -1/+1 | |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-01 | 1 | -1/+1 | |
|/ | ||||||
* | CMake Nightly Date Stamp | Kitware Robot | 2016-05-31 | 1 | -1/+1 | |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-05-30 | 1 | -1/+1 | |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-05-29 | 1 | -1/+1 | |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-05-28 | 1 | -1/+1 | |
* | Merge topic 'remove-needless-copies' | Brad King | 2016-05-27 | 32 | -69/+62 | |
|\ | ||||||
| * | Remove unnecessary local copies. | Daniel Pfeifer | 2016-05-26 | 9 | -25/+16 | |
| * | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 24 | -44/+46 | |
* | | Merge topic 'remove-needless-c_str' | Brad King | 2016-05-27 | 17 | -51/+40 | |
|\ \ | ||||||
| * | | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 17 | -51/+40 | |
| |/ | ||||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-05-27 | 1 | -1/+1 | |
|/ | ||||||
* | Merge topic 'try_compile-custom-variables' | Brad King | 2016-05-26 | 1 | -74/+69 | |
|\ | ||||||
| * | try_compile: Optionally forward custom platform variables to test project | Brad King | 2016-05-25 | 1 | -0/+9 | |
| * | cmCoreTryCompile: Refactor forwarding of variables to test project | Brad King | 2016-05-25 | 1 | -74/+60 | |
* | | Merge topic 'fix-variable-watch-leak' | Brad King | 2016-05-26 | 1 | -2/+4 | |
|\ \ | ||||||
| * | | cmVariableWatch: Fix potential memory leak | Brad King | 2016-05-25 | 1 | -2/+4 | |
| |/ | ||||||
* | | Merge topic 'cpack-dmg-no-app-link' | Brad King | 2016-05-26 | 1 | -5/+10 | |
|\ \ | ||||||
| * | | CPack/DragNDrop: Optionally disable `/Applications` symlink | Harry Mallon | 2016-05-25 | 1 | -5/+10 | |
| |/ | ||||||
* | | Merge topic 'style-cmSystemTools' | Brad King | 2016-05-26 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | cmSystemTools: Fix indentation typo | Brad King | 2016-05-25 | 1 | -1/+1 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-05-26 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 36 | -81/+78 | |
|\ \ | ||||||
| * | | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 19 | -37/+37 | |
| * | | Use std::replace for replacing chars in strings. | Daniel Pfeifer | 2016-05-24 | 17 | -36/+36 | |
| * | | cmExtraEclipseCDT4Generator: use std::replace. | Daniel Pfeifer | 2016-05-24 | 1 | -5/+1 | |
| * | | cmCTestScriptHandler: don't call find repeatedly. | Daniel Pfeifer | 2016-05-24 | 1 | -3/+4 | |
* | | | Merge topic 'standard-include-directories' | Brad King | 2016-05-25 | 4 | -2/+40 | |
|\ \ \ | ||||||
| * | | | Add a variable to specify language-wide system include directories | Brad King | 2016-05-25 | 2 | -0/+32 | |
| * | | | cmMakefile: Optimize AddSystemIncludeDirectories for empty set | Brad King | 2016-05-24 | 1 | -0/+4 | |
| * | | | GHS: Compute include directories consistently with other generators | Brad King | 2016-05-24 | 1 | -2/+4 | |
* | | | | Merge topic 'output-converter-enums' | Brad King | 2016-05-25 | 25 | -302/+339 | |
|\ \ \ \ | ||||||
| * | | | | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 25 | -302/+339 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-05-25 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge topic 'cpack-deb-different-package-names' | Brad King | 2016-05-24 | 1 | -4/+4 | |
|\ \ \ \ |