Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'tar-improve-error-handling' | Kyle Edwards | 2019-03-21 | 2 | -18/+53 |
|\ | |||||
| * | cmake: tar: Parse 'cmake -E tar' arguments | Bartosz Kosiorek | 2019-03-20 | 2 | -18/+53 |
* | | Merge topic 'dont_do_compiler_feature_checks_for_version_with_no_features' | Brad King | 2019-03-21 | 2 | -22/+56 |
|\ \ | |||||
| * | | CMake: Provide language level compile features lists | Robert Maynard | 2019-03-20 | 2 | -22/+56 |
* | | | Merge topic 'ctest-devirtualize-handlers' | Brad King | 2019-03-21 | 18 | -781/+749 |
|\ \ \ | |||||
| * | | | cmCTest: Remove dead code | Regina Pfeifer | 2019-03-20 | 2 | -102/+0 |
| * | | | cmCTest: Cleanup typedefs | Regina Pfeifer | 2019-03-20 | 9 | -53/+30 |
| * | | | cmCTest: Use default member initialization | Regina Pfeifer | 2019-03-20 | 2 | -95/+42 |
| * | | | cmCTest: Use concrete accessor functions for TestingHandlers | Regina Pfeifer | 2019-03-20 | 12 | -191/+144 |
| * | | | cmCTest: Store TestingHandlers by value | Regina Pfeifer | 2019-03-18 | 1 | -44/+80 |
| * | | | cmCTest: Move all data members to private implementation struct | Regina Pfeifer | 2019-03-18 | 2 | -428/+445 |
| * | | | cmCTest: Remove friend declarations | Regina Pfeifer | 2019-03-18 | 3 | -6/+13 |
| * | | | cmCTest: De-inline all member functions | Regina Pfeifer | 2019-03-18 | 2 | -49/+182 |
* | | | | Merge topic 'eclipse-interface-lib' | Brad King | 2019-03-21 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Eclipse: Fix extra generator to not crash on interface libraries | Brad King | 2019-03-20 | 1 | -0/+5 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-21 | 1 | -1/+1 |
* | | | | | Merge topic 'dedup-path-normalization' | Brad King | 2019-03-20 | 11 | -52/+14 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | cmSystemTools: Drop unused CollapseCombinedPath method | Brad King | 2019-03-19 | 2 | -36/+0 |
| * | | | | Replace use of CollapseCombinedPath with CollapseFullPath | Brad King | 2019-03-19 | 9 | -16/+14 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-20 | 1 | -1/+1 |
* | | | | | Merge topic 'cmake--install' | Kyle Edwards | 2019-03-19 | 1 | -0/+125 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: add '--install <dir>' option | Jiang Yi | 2019-03-16 | 1 | -0/+125 |
* | | | | | | Merge topic 'improve-tar-command' | Kyle Edwards | 2019-03-19 | 3 | -12/+13 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | cmake: Don't interrupt archive creation if unable to read a file. | Bartosz Kosiorek | 2019-03-18 | 2 | -12/+9 |
| * | | | | | cmake: tar: Display warning when no files provided during archive creation | Bartosz Kosiorek | 2019-03-18 | 1 | -0/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'xcodegen-use-std-string' | Brad King | 2019-03-19 | 2 | -7/+7 |
|\ \ \ \ \ | |||||
| * | | | | | cmGlobalXCodeGenerator: Prefer std::string over char* | Gregor Jasny | 2019-03-17 | 2 | -7/+7 |
* | | | | | | Merge topic 'is-valid-utf8' | Brad King | 2019-03-19 | 2 | -0/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cm_utf8: add an is_valid function | Ben Boeckel | 2019-03-18 | 2 | -0/+23 |
* | | | | | | | Merge topic 'file_time_comparison' | Brad King | 2019-03-19 | 16 | -337/+348 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: Use scopes to limit temporary object lifetime | Sebastian Holtermann | 2019-03-18 | 1 | -14/+16 |
| * | | | | | | | cmDependsC: Read cache file modification time only once | Sebastian Holtermann | 2019-03-18 | 1 | -4/+8 |
| * | | | | | | | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare | Sebastian Holtermann | 2019-03-18 | 6 | -17/+13 |
| * | | | | | | | Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS | Sebastian Holtermann | 2019-03-18 | 3 | -4/+3 |
| * | | | | | | | 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-19 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'utf8-fixes' | Brad King | 2019-03-18 | 1 | -0/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | cm_utf8: reject codepoints above 0x10FFFF | Ben Boeckel | 2019-03-14 | 1 | -0/+5 |
| * | | | | | cm_utf8: reject UTF-16 surrogate half codepoints | Ben Boeckel | 2019-03-14 | 1 | -0/+5 |
* | | | | | | 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 |