Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Substitute FileComparison in variable names with FileTimeCache | Sebastian Holtermann | 2019-03-18 | 5 | -18/+18 |
* | Rename cmFileTimeComparison to cmFileTimeCache | Sebastian Holtermann | 2019-03-18 | 10 | -40/+36 |
* | cmFileTimeComparison: Replace anonymous private class with std::map | Sebastian Holtermann | 2019-03-18 | 2 | -54/+15 |
* | cmFileTimeComparison: Use cmFileTime internally | Sebastian Holtermann | 2019-03-18 | 3 | -184/+54 |
* | New cmFileTime class | Sebastian Holtermann | 2019-03-18 | 3 | -0/+183 |
* | CMake Nightly Date Stamp | Kitware Robot | 2019-03-18 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2019-03-17 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2019-03-16 | 1 | -1/+1 |
* | Merge topic 'export-package-default-off' | Brad King | 2019-03-15 | 2 | -4/+21 |
|\ | |||||
| * | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 2 | -4/+21 |
* | | Merge topic 'ninja-dyndep-touchups' | Brad King | 2019-03-15 | 2 | -2/+2 |
|\ \ | |||||
| * | | cmNinjaTargetGenerator: use a different depfile for preprocessing | Ben Boeckel | 2019-03-12 | 1 | -1/+1 |
| * | | cmake_ninja_dyndep: don't duplicate slashes | Ben Boeckel | 2019-03-12 | 1 | -1/+1 |
* | | | Merge topic 'find_program-windows-share' | Brad King | 2019-03-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | find_program: Restore leading double slash on Windows network path | Brad King | 2019-03-14 | 1 | -1/+1 |
* | | | | Merge topic 'vs2019-wow64' | Brad King | 2019-03-15 | 1 | -5/+10 |
|\ \ \ \ | |||||
| * | | | | VS: Fix x64 host recognition by x86 cmake process | Brad King | 2019-03-14 | 1 | -5/+10 |
| |/ / / | |||||
| * | | | CMake 3.14.0v3.14.0 | Brad King | 2019-03-14 | 1 | -1/+1 |
* | | | | Merge topic 'cmake-gui-unused-code' | Brad King | 2019-03-15 | 1 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | cmake-gui: Drop code not needed with current required CMake version | Brad King | 2019-03-14 | 1 | -3/+0 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'refactor_cmfilecopier' | Brad King | 2019-03-14 | 6 | -1080/+1191 |
|\ \ \ \ | |||||
| * | | | | cmFileCommand: Factor out cmFileCopier and cmFileInstaller | Bryon Bean | 2019-03-13 | 6 | -1080/+1191 |
* | | | | | Merge topic 'string_scopes' | Brad King | 2019-03-14 | 4 | -68/+56 |
|\ \ \ \ \ | |||||
| * | | | | | cmDependsC: Use faster cmSystemTools::FileTimeCompare | Sebastian Holtermann | 2019-03-13 | 1 | -3/+2 |
| * | | | | | cmDependsC: Use auto for long type names | Sebastian Holtermann | 2019-03-12 | 1 | -3/+2 |
| * | | | | | cmDependsC: Remove useless string preallocation artifact | Sebastian Holtermann | 2019-03-12 | 1 | -13/+6 |
| * | | | | | cmDepends: Reduce temporary object lifetime with local scopes | Sebastian Holtermann | 2019-03-12 | 1 | -17/+17 |
| * | | | | | cmLocalUnixMakefileGenerator3: Use std::unique_ptr instead of new/delete | Sebastian Holtermann | 2019-03-12 | 1 | -10/+6 |
| * | | | | | cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them | Sebastian Holtermann | 2019-03-12 | 2 | -14/+12 |
| * | | | | | cmLocalUnixMakefileGenerator3: Move local strings into local brace scopes | Sebastian Holtermann | 2019-03-12 | 1 | -8/+11 |
* | | | | | | Merge topic 'xcodescheme' | Brad King | 2019-03-14 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT | Harry Mallon | 2019-03-11 | 1 | -0/+5 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'short-commands' | Brad King | 2019-03-14 | 1 | -7/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: add short version of '--target <tgt>...' option | Bartosz Kosiorek | 2019-03-12 | 1 | -3/+5 |
| * | | | | | | cmake: Reformat '--parallel' and '--verbose' options in help | Bartosz Kosiorek | 2019-03-12 | 1 | -5/+5 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-14 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'update-documentation' | Brad King | 2019-03-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: Upgrade 'cmake -E' commands description | Bartosz Kosiorek | 2019-03-12 | 1 | -2/+2 |
* | | | | | | | Merge topic 'cuda_compiler_generator_expressions' | Brad King | 2019-03-13 | 1 | -2/+48 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: Support compiler id and version generator expressions | Robert Maynard | 2019-03-11 | 1 | -0/+46 |
| * | | | | | | | All VersionNode use the same capitalization pattern | Robert Maynard | 2019-03-11 | 1 | -2/+2 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'revert-vs-msbuild-arch' | Brad King | 2019-03-13 | 1 | -12/+0 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | VS: Revert "Use MSBuild matching toolset host architecture" | Brad King | 2019-03-12 | 1 | -12/+0 |
| * | | | | | | CMake 3.14.0-rc4v3.14.0-rc4 | Brad King | 2019-03-08 | 1 | -1/+1 |
| * | | | | | | Merge branch 'cxx-checks-warning-match' into release-3.14 | Brad King | 2019-03-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'install-no-imported-global' into release-3.14 | Brad King | 2019-03-07 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'vs-explicit-newline' into release-3.14 | Brad King | 2019-03-06 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-13 | 1 | -1/+1 |
* | | | | | | | | | | Merge topic 'shell_path' | Brad King | 2019-03-12 | 1 | -4/+20 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | |