summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
|\ \ \ \ \
| * | | | | CheckTypeSize: Fix with clang '-Werror,-Wmissing-variable-declarations'Campbell Barton2019-03-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'FindBLAS-mklroot'Brad King2019-03-191-0/+26
|\ \ \ \ \
| * | | | | FindBLAS: respect MKLROOT and MKL_ROOT if availableMario Emmenlauer2019-03-151-0/+26
* | | | | | Merge topic 'file_time_comparison'Brad King2019-03-1917-338/+350
|\ \ \ \ \ \
| * | | | | | cmake: Use scopes to limit temporary object lifetimeSebastian Holtermann2019-03-181-14/+16
| * | | | | | cmDependsC: Read cache file modification time only onceSebastian Holtermann2019-03-181-4/+8
| * | | | | | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-186-17/+13
| * | | | | | Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferSSebastian Holtermann2019-03-183-4/+3
| * | | | | | Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-185-18/+18
| * | | | | | Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-1811-41/+37
| * | | | | | cmFileTimeComparison: Replace anonymous private class with std::mapSebastian Holtermann2019-03-182-54/+15
| * | | | | | cmFileTimeComparison: Use cmFileTime internallySebastian Holtermann2019-03-183-184/+54
| * | | | | | New cmFileTime classSebastian Holtermann2019-03-184-0/+184
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'environment-modules'Brad King2019-03-197-0/+382
|\ \ \ \ \ \
| * | | | | | FindEnvModules: Provide a CMake interface to environment modulesChuck Atkins2019-03-187-0/+382
* | | | | | | Merge topic 'cray-bad-compiler-option'Brad King2019-03-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | cray: Detect bad options passed on the command lineChuck Atkins2019-03-151-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-03-191-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'utf8-fixes'Brad King2019-03-182-7/+29
|\ \ \ \ \ \
| * | | | | | cm_utf8: reject codepoints above 0x10FFFFBen Boeckel2019-03-142-4/+7
| * | | | | | cm_utf8: reject UTF-16 surrogate half codepointsBen Boeckel2019-03-142-2/+7
| * | | | | | testUTF8: add more test casesBen Boeckel2019-03-141-6/+16
| * | | | | | testUTF8: comment why sequences are invalidBen Boeckel2019-03-141-2/+6
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'ExternalProject-optimize-git'Brad King2019-03-181-38/+28
|\ \ \ \ \ \
| * | | | | | ExternalProject: Extend documentation about GIT_TAG usageBartosz Kosiorek2019-03-151-0/+3
| * | | | | | ExternalProject: Drop unnecessary 'git submodule init'Bartosz Kosiorek2019-03-141-9/+0
| * | | | | | ExternalProject: Simplify generated 'git clone' scriptsBartosz Kosiorek2019-03-141-28/+24
| * | | | | | ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changesBartosz Kosiorek2019-03-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'FindGLEW-updates'Brad King2019-03-186-33/+314
|\ \ \ \ \ \