summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Use helper function to append to listsSebastian Holtermann2019-03-211-53/+31
* Merge topic 'dont_do_compiler_feature_checks_for_version_with_no_features'Brad King2019-03-213-24/+68
|\
| * CompileFeatures: Don't try_compile for language levels with no featuresRobert Maynard2019-03-201-2/+12
| * CMake: Provide language level compile features listsRobert Maynard2019-03-202-22/+56
* | Merge topic 'timeout'Brad King2019-03-211-6/+9
|\ \
| * | Help: describe the command pipeline of execute_process more explicitlyJoachim Wuttke (l)2019-03-201-1/+3
| * | Help: improve source formattingJoachim Wuttke (l)2019-03-201-3/+3
| * | Help: describe what happens if command execute_process reaches timeout.Joachim Wuttke (l)2019-03-201-2/+3
* | | Merge topic 'fix-range-tests'Brad King2019-03-211-1/+1
|\ \ \
| * | | testRange: Make sure tests can actually failRegina Pfeifer2019-03-201-1/+1
* | | | Merge topic 'Find-prefix-paths'Brad King2019-03-218-66/+3
|\ \ \ \
| * | | | remove some platform specific search paths from Find modulesRolf Eike Beer2019-03-198-66/+3
* | | | | Merge topic 'ctest-devirtualize-handlers'Brad King2019-03-2118-781/+749
|\ \ \ \ \
| * | | | | cmCTest: Remove dead codeRegina Pfeifer2019-03-202-102/+0
| * | | | | cmCTest: Cleanup typedefsRegina Pfeifer2019-03-209-53/+30
| * | | | | cmCTest: Use default member initializationRegina Pfeifer2019-03-202-95/+42
| * | | | | cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-2012-191/+144
| * | | | | cmCTest: Store TestingHandlers by valueRegina Pfeifer2019-03-181-44/+80
| * | | | | cmCTest: Move all data members to private implementation structRegina Pfeifer2019-03-182-428/+445
| * | | | | cmCTest: Remove friend declarationsRegina Pfeifer2019-03-183-6/+13
| * | | | | cmCTest: De-inline all member functionsRegina Pfeifer2019-03-182-49/+182
* | | | | | Merge branch 'release-3.14'Brad King2019-03-210-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-cmp0082' into release-3.14Brad King2019-03-211-3/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'armcc-compiler-id' into release-3.14Brad King2019-03-201-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'eclipse-interface-lib' into release-3.14Brad King2019-03-201-0/+5
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'armcc-compiler-id'Brad King2019-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | ARMCC: Fix identification of ARM compiler when it defines GNU macrosBrad King2019-03-201-1/+1
* | | | | | | | | | Merge topic 'doc-cmp0082'Brad King2019-03-211-3/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Help: Clarify policy CMP0082 documentationBrad King2019-03-211-3/+5
| |/ / / / / / / /
* | | | | | | | | Merge topic 'eclipse-interface-lib'Brad King2019-03-211-0/+5
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Eclipse: Fix extra generator to not crash on interface librariesBrad King2019-03-201-0/+5
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2019-03-211-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'ExternalProject-optimize-vcs'Brad King2019-03-201-35/+23
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: Optimize Mercurial commandsBartosz Kosiorek2019-03-191-12/+5
| * | | | | | | ExternalProject: Optimize git commandsBartosz Kosiorek2019-03-191-23/+18
* | | | | | | | Merge topic 'dedup-path-normalization'Brad King2019-03-2011-52/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | cmSystemTools: Drop unused CollapseCombinedPath methodBrad King2019-03-192-36/+0
| * | | | | | | Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-199-16/+14
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-03-201-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'cmake--install'Kyle Edwards2019-03-1912-3/+204
|\ \ \ \ \ \
| * | | | | | cmake: add '--install <dir>' optionJiang Yi2019-03-1612-3/+204
* | | | | | | Merge topic 'improve-tar-command'Kyle Edwards2019-03-1914-19/+48
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-1810-19/+26
| * | | | | | Help: Update 'tar' documentation with supported argumentsBartosz Kosiorek2019-03-181-0/+15
| * | | | | | cmake: tar: Display warning when no files provided during archive creationBartosz Kosiorek2019-03-184-4/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'xcodegen-use-std-string'Brad King2019-03-192-7/+7
|\ \ \ \ \ \
| * | | | | | cmGlobalXCodeGenerator: Prefer std::string over char*Gregor Jasny2019-03-172-7/+7
* | | | | | | Merge topic 'is-valid-utf8'Brad King2019-03-193-0/+101
|\ \ \ \ \ \ \
| * | | | | | | cm_utf8: add an is_valid functionBen Boeckel2019-03-183-0/+101
* | | | | | | | Merge topic 'CheckTypeSize-decl-warning'Brad King2019-03-191-1/+1
|\ \ \ \ \ \ \ \