summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'find_path-in-framework'Brad King2016-06-081-1/+1
|\
| * find_path: Fix location of <dir/header.h> in a framework on OS XHarry Mallon2016-06-071-1/+1
* | Merge topic 'clang-format-again'Brad King2016-06-086-110/+75
|\ \
| * | Source/CPack: Run clang-format to fix styleBrad King2016-06-076-110/+75
| |/
* | CMake Nightly Date StampKitware Robot2016-06-081-1/+1
|/
* Merge topic 'remove-c_str'Brad King2016-06-0721-90/+88
|\
| * Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-0620-84/+80
| * call static cmOutputConverter::GetFortranFormat without objectDaniel Pfeifer2016-06-063-6/+8
* | CMake Nightly Date StampKitware Robot2016-06-071-1/+1
|/
* Merge topic 'productbuild'Brad King2016-06-068-386/+801
|\
| * productbuild: Add new productbuild cpack generator.Clinton Stimpson2016-06-036-1/+328
| * PackageMaker: factor out common code for creating pkg files.Clinton Stimpson2016-06-025-388/+476
* | CMake Nightly Date StampKitware Robot2016-06-061-1/+1
* | CMake Nightly Date StampKitware Robot2016-06-051-1/+1
* | CMake Nightly Date StampKitware Robot2016-06-041-1/+1
* | Merge topic 'minor-cleanups'Brad King2016-06-031-5/+1
|\ \
| * | cmLocalGenerator: Consolidate conditions in AddArchitectureFlagsBrad King2016-06-021-5/+1
* | | Merge topic 'fix-TARGET_PROPERTY-LOCATION-crash'Brad King2016-06-031-3/+9
|\ \ \
| * | | Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)Brad King2016-06-021-3/+9
* | | | Merge topic 'size-empty'Brad King2016-06-0316-32/+34
|\ \ \ \
| * | | | Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-0216-32/+34
| | |/ / | |/| |
* | | | Merge topic 'simplify-boolean-expressions'Brad King2016-06-0337-169/+73
|\ \ \ \
| * | | | Simplify boolean expressionsDaniel Pfeifer2016-06-0237-169/+73
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2016-06-031-1/+1
| |/ / |/| |
* | | Merge topic 'minor-cleanups'Brad King2016-06-024-4/+4
|\ \ \
| * | | cmGlobalGenerator: Make IsMultiConfig() constTobias Hunger2016-06-014-4/+4
| |/ /
* | | Merge topic 'bin-dir-option'Brad King2016-06-025-9/+22
|\ \ \
| * | | Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-015-9/+22
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-06-021-1/+1
|/ /
* | Begin post-3.6 developmentBrad King2016-06-011-2/+2
* | CMake 3.6.0-rc1 version updateBrad King2016-06-011-3/+3
|/
* Merge topic 'minor-cleanups'Brad King2016-06-012-2/+2
|\
| * cmSourceFileLocation: Fix typo in commentTobias Hunger2016-06-011-1/+1
| * cmSearchPath: Fix typo in commentTobias Hunger2016-06-011-1/+1
* | CMake Nightly Date StampKitware Robot2016-06-011-1/+1
|/
* CMake Nightly Date StampKitware Robot2016-05-311-1/+1
* CMake Nightly Date StampKitware Robot2016-05-301-1/+1
* CMake Nightly Date StampKitware Robot2016-05-291-1/+1
* CMake Nightly Date StampKitware Robot2016-05-281-1/+1
* Merge topic 'remove-needless-copies'Brad King2016-05-2732-69/+62
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-269-25/+16
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-2624-44/+46
* | Merge topic 'remove-needless-c_str'Brad King2016-05-2717-51/+40
|\ \
| * | Remove redundant c_str() calls.Daniel Pfeifer2016-05-2617-51/+40
| |/
* | CMake Nightly Date StampKitware Robot2016-05-271-1/+1
|/
* Merge topic 'try_compile-custom-variables'Brad King2016-05-261-74/+69
|\
| * try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-251-0/+9
| * cmCoreTryCompile: Refactor forwarding of variables to test projectBrad King2016-05-251-74/+60
* | Merge topic 'fix-variable-watch-leak'Brad King2016-05-261-2/+4
|\ \
| * | cmVariableWatch: Fix potential memory leakBrad King2016-05-251-2/+4
| |/