summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-191-0/+125
|\ \
| * | cmake: add '--install <dir>' optionJiang Yi2019-03-161-0/+125
* | | Merge topic 'improve-tar-command'Kyle Edwards2019-03-193-12/+13
|\ \ \ | |_|/ |/| |
| * | cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-182-12/+9
| * | cmake: tar: Display warning when no files provided during archive creationBartosz Kosiorek2019-03-181-0/+4
* | | 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-192-0/+23
|\ \ \ \
| * | | | cm_utf8: add an is_valid functionBen Boeckel2019-03-182-0/+23
* | | | | Merge topic 'file_time_comparison'Brad King2019-03-1916-337/+348
|\ \ \ \ \
| * | | | | 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-1810-40/+36
| * | | | | 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-183-0/+183
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-03-191-1/+1
| |/ / / |/| | |
* | | | Merge topic 'utf8-fixes'Brad King2019-03-181-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | cm_utf8: reject codepoints above 0x10FFFFBen Boeckel2019-03-141-0/+5
| * | | cm_utf8: reject UTF-16 surrogate half codepointsBen Boeckel2019-03-141-0/+5
* | | | CMake Nightly Date StampKitware Robot2019-03-181-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2019-03-171-1/+1
* | | CMake Nightly Date StampKitware Robot2019-03-161-1/+1
* | | Merge topic 'export-package-default-off'Brad King2019-03-152-4/+21
|\ \ \
| * | | export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-152-4/+21
* | | | Merge topic 'ninja-dyndep-touchups'Brad King2019-03-152-2/+2
|\ \ \ \
| * | | | cmNinjaTargetGenerator: use a different depfile for preprocessingBen Boeckel2019-03-121-1/+1
| * | | | cmake_ninja_dyndep: don't duplicate slashesBen Boeckel2019-03-121-1/+1
| | |/ / | |/| |
* | | | Merge topic 'find_program-windows-share'Brad King2019-03-151-1/+1
|\ \ \ \
| * | | | find_program: Restore leading double slash on Windows network pathBrad King2019-03-141-1/+1
* | | | | Merge topic 'vs2019-wow64'Brad King2019-03-151-5/+10
|\ \ \ \ \
| * | | | | VS: Fix x64 host recognition by x86 cmake processBrad King2019-03-141-5/+10
| |/ / / /
| * | | | CMake 3.14.0v3.14.0Brad King2019-03-141-1/+1
* | | | | Merge topic 'cmake-gui-unused-code'Brad King2019-03-151-3/+0
|\ \ \ \ \
| * | | | | cmake-gui: Drop code not needed with current required CMake versionBrad King2019-03-141-3/+0
* | | | | | CMake Nightly Date StampKitware Robot2019-03-151-1/+1
|/ / / / /
* | | | | Merge topic 'refactor_cmfilecopier'Brad King2019-03-146-1080/+1191
|\ \ \ \ \
| * | | | | cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-136-1080/+1191
* | | | | | Merge topic 'string_scopes'Brad King2019-03-144-68/+56
|\ \ \ \ \ \
| * | | | | | cmDependsC: Use faster cmSystemTools::FileTimeCompareSebastian Holtermann2019-03-131-3/+2
| * | | | | | cmDependsC: Use auto for long type namesSebastian Holtermann2019-03-121-3/+2
| * | | | | | cmDependsC: Remove useless string preallocation artifactSebastian Holtermann2019-03-121-13/+6
| * | | | | | cmDepends: Reduce temporary object lifetime with local scopesSebastian Holtermann2019-03-121-17/+17