| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cmCPackArchiveGenerator: Code cleanup | Regina Pfeifer | 2019-09-04 | 1 | -6/+0 |
|
|
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+2 |
|\ |
|
| * | PCH: add target_precompile_headers command | Daniel Pfeifer | 2019-08-27 | 1 | -0/+2 |
|
|
* | | cmCommand refactor: remove cmDisallowedCommand class | Gabor Bencze | 2019-08-26 | 1 | -2/+0 |
|/ |
|
* | Refactor: Finish replacing CMAKE_BUILD_WITH_CMAKE with CMAKE_BOOTSTRAP | Kyle Edwards | 2019-08-09 | 1 | -3/+0 |
|
|
* | Introduce cmSubcommandTable | Regina Pfeifer | 2019-08-06 | 1 | -0/+2 |
|
|
* | Merge topic 'control-block3' | Brad King | 2019-08-05 | 1 | -0/+2 |
|\ |
|
| * | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -0/+2 |
|
|
* | | cmStringAlgorithms: Add cmCatViews and cmStrCat functions | Sebastian Holtermann | 2019-08-01 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'cmStringAlgorithms' | Kyle Edwards | 2019-07-30 | 1 | -0/+2 |
|\ |
|
| * | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+2 |
|
|
* | | CMakeVersion.rc: Compute resource components only on Windows | Brad King | 2019-07-29 | 1 | -0/+15 |
|/ |
|
* | cmUnexpectedCommand: Replace with lambda expression | Regina Pfeifer | 2019-07-21 | 1 | -2/+0 |
|
|
* | Merge topic 'cmPropertyMap_unordered_map' | Brad King | 2019-06-12 | 1 | -1/+0 |
|\ |
|
| * | cmPropertyMap: Use std::string as value container class | Sebastian Holtermann | 2019-06-08 | 1 | -1/+0 |
|
|
* | | file: Add GET_RUNTIME_DEPENDENCIES mode | Kyle Edwards | 2019-06-10 | 1 | -0/+28 |
|/ |
|
* | Merge topic 'cmFileTimes' | Brad King | 2019-05-23 | 1 | -0/+2 |
|\ |
|
| * | cmFileTimes: New RAII based cmFileTimes class | Sebastian Holtermann | 2019-05-22 | 1 | -0/+2 |
|
|
* | | cmNinjaLinkLineDeviceComputer now lives in the correct source file | Robert Maynard | 2019-05-20 | 1 | -0/+2 |
|/ |
|
* | cmUVProcessChain: Add cmUVProcessChain | Kyle Edwards | 2019-05-07 | 1 | -0/+2 |
|
|
* | cmUVStreambuf: Add std::streambuf implementation for uv_stream_t | Kyle Edwards | 2019-04-25 | 1 | -0/+1 |
|
|
* | Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() | Kyle Edwards | 2019-04-25 | 1 | -0/+2 |
|
|
* | Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic` | Sebastian Holtermann | 2019-04-15 | 1 | -2/+2 |
|
|
* | Autogen: Factor out concurrency framework to cmWorkerPool class | Sebastian Holtermann | 2019-04-15 | 1 | -0/+2 |
|
|
* | Merge topic 'argument-parser' | Brad King | 2019-04-09 | 1 | -2/+2 |
|\ |
|
| * | Retire cmCommandArgumentsHelper | Regina Pfeifer | 2019-04-04 | 1 | -2/+0 |
|
|
| * | Introduce cmArgumentParser | Regina Pfeifer | 2019-04-04 | 1 | -0/+2 |
|
|
* | | Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRcc | Sebastian Holtermann | 2019-04-06 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'ghs-linux' | Brad King | 2019-03-22 | 1 | -8/+16 |
|\ |
|
| * | GHS: Add support for GHS Multi Generator in Linux | Naren Manimohan | 2019-03-21 | 1 | -8/+16 |
|
|
* | | Rename cmFileTimeComparison to cmFileTimeCache | Sebastian Holtermann | 2019-03-18 | 1 | -2/+2 |
|
|
* | | cmFileTimeComparison: Use cmFileTime internally | Sebastian Holtermann | 2019-03-18 | 1 | -2/+0 |
|
|
* | | New cmFileTime class | Sebastian Holtermann | 2019-03-18 | 1 | -0/+4 |
|/ |
|
* | cmFileCommand: Factor out cmFileCopier and cmFileInstaller | Bryon Bean | 2019-03-13 | 1 | -0/+4 |
|
|
* | cmcompress: Delete unused 3rdParty module | Regina Pfeifer | 2019-02-25 | 1 | -2/+1 |
|
|
* | Xcode: Require at least Xcode 5 | Gregor Jasny | 2019-02-16 | 1 | -3/+0 |
|
|
* | Merge topic 'add-missing-macos-framework' | Brad King | 2019-01-29 | 1 | -1/+2 |
|\ |
|
| * | macOS: Add missing explicit dependency on CoreServices framework | Chuck Atkins | 2019-01-29 | 1 | -1/+2 |
|
|
* | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -0/+10 |
|
|
* | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -0/+1 |
|
|
* | | VS: Rename VS 2017 generator sources to be version-independent | Brad King | 2019-01-11 | 1 | -2/+2 |
|
|
* | | Merge topic 'custom-string' | Brad King | 2018-12-13 | 1 | -0/+5 |
|\ \ |
|
| * | | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 1 | -0/+1 |
|
|
| * | | String: Add a custom string type | Brad King | 2018-12-12 | 1 | -0/+2 |
|
|
| * | | Add support for using C++17 string_view or a fallback | Brad King | 2018-12-11 | 1 | -0/+2 |
|
|
* | | | Merge topic 'fileapi' | Brad King | 2018-12-13 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | fileapi: add cmakeFiles v1 | Brad King | 2018-12-12 | 1 | -0/+2 |
|
|
| * | | | fileapi: add cache v2 | Brad King | 2018-12-12 | 1 | -0/+2 |
|
|
| * | | | fileapi: add codemodel v2 | Brad King | 2018-12-12 | 1 | -0/+2 |
|
|
| * | | | fileapi: Add protocol v1 infrastructure with support for shared query files | Brad King | 2018-12-12 | 1 | -0/+2 |
| |/ / |
|