Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source/CPack: Run clang-format to fix style | Brad King | 2016-06-07 | 6 | -110/+75 |
* | Merge topic 'remove-c_str' | Brad King | 2016-06-07 | 21 | -90/+88 |
|\ | |||||
| * | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 20 | -84/+80 |
| * | call static cmOutputConverter::GetFortranFormat without object | Daniel Pfeifer | 2016-06-06 | 3 | -6/+8 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-07 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'productbuild' | Brad King | 2016-06-06 | 8 | -386/+801 |
|\ | |||||
| * | productbuild: Add new productbuild cpack generator. | Clinton Stimpson | 2016-06-03 | 6 | -1/+328 |
| * | PackageMaker: factor out common code for creating pkg files. | Clinton Stimpson | 2016-06-02 | 5 | -388/+476 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-06 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-05 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-04 | 1 | -1/+1 |
* | | Merge topic 'minor-cleanups' | Brad King | 2016-06-03 | 1 | -5/+1 |
|\ \ | |||||
| * | | cmLocalGenerator: Consolidate conditions in AddArchitectureFlags | Brad King | 2016-06-02 | 1 | -5/+1 |
* | | | Merge topic 'fix-TARGET_PROPERTY-LOCATION-crash' | Brad King | 2016-06-03 | 1 | -3/+9 |
|\ \ \ | |||||
| * | | | 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 |