| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'extended-profiling' | Brad King | 2022-10-28 | 1 | -0/+9 |
|\ |
|
| * | cmake: Add profiling events for configure and generate | Kyle Edwards | 2022-10-27 | 1 | -0/+9 |
|
|
* | | Merge topic 'cmake-presets-workflow-arguments' | Brad King | 2022-10-27 | 1 | -6/+10 |
|\ \
| |/
|/| |
|
| * | cmake --workflow: add --fresh option | Kyle Edwards | 2022-10-26 | 1 | -5/+8 |
|
|
| * | cmake::Workflow: Refactor to use enum class argument | Kyle Edwards | 2022-10-26 | 1 | -2/+3 |
|
|
* | | Merge topic 'set_environment_generator' | Brad King | 2022-10-24 | 1 | -1/+1 |
|\ \ |
|
| * | | cmake: Honor CMAKE_GENERATOR env var in --help output | Juan Ramos | 2022-10-21 | 1 | -1/+1 |
|
|
* | | | Merge topic 'cmake-presets-list-workflow-type' | Brad King | 2022-10-24 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | cmake: Support --list-presets=workflow | Kyle Edwards | 2022-10-21 | 1 | -0/+5 |
|
|
* | | try_compile: Propagate --trace through try_compile | Matthew Woehlke | 2022-10-11 | 1 | -0/+10 |
|/ |
|
* | Merge topic 'cmake-presets-workflow' | Brad King | 2022-09-28 | 1 | -0/+209 |
|\ |
|
| * | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 1 | -0/+209 |
|
|
* | | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -3/+0 |
|/ |
|
* | cmake --list-presets: List package as a valid option | Kyle Edwards | 2022-09-15 | 1 | -1/+1 |
|
|
* | Merge topic 'try_compile-unique-bindir' | Brad King | 2022-09-07 | 1 | -0/+3 |
|\ |
|
| * | try_compile: Add keyword-dispatched signature | Matthew Woehlke | 2022-09-05 | 1 | -0/+3 |
|
|
* | | Merge topic 'cmake-presets-package' | Brad King | 2022-09-02 | 1 | -0/+5 |
|\ \ |
|
| * | | CPack: Add support for presets | Kyle Edwards | 2022-08-31 | 1 | -0/+5 |
| |/ |
|
* | | cmake -E capabilities: Tell whether TLS is enabled | Kyle Edwards | 2022-09-01 | 1 | -0/+4 |
|/ |
|
* | Merge topic 'cmake-preset-error-reporting' | Brad King | 2022-08-04 | 1 | -2/+6 |
|\ |
|
| * | presets: Add basic error forwarding from cmake preset json parser | Sankhesh Jhaveri | 2022-08-03 | 1 | -2/+6 |
|
|
* | | Merge topic 'cmake-P-path-args' | Brad King | 2022-07-25 | 1 | -13/+10 |
|\ \ |
|
| * | | cmake: In -P mode ignore extra paths on the command line | Robert Maynard | 2022-07-22 | 1 | -1/+2 |
|
|
| * | | cmake: simplify to a single source of truth of working mode | Robert Maynard | 2022-07-22 | 1 | -12/+8 |
| |/ |
|
* | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command | Alexandru Croitor | 2022-06-28 | 1 | -12/+39 |
|
|
* | | Move LogLevel enum out of cmake.h header | Alexandru Croitor | 2022-06-24 | 1 | -9/+12 |
|/ |
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -6/+6 |
|
|
* | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+1 |
|
|
* | Merge topic 'ignore-werror-command-arg' | Brad King | 2022-05-19 | 1 | -0/+8 |
|\ |
|
| * | COMPILE_WARNING_AS_ERROR: Add command-line option | Martin Duffy | 2022-05-18 | 1 | -0/+8 |
|
|
* | | Packages: Integrate FetchContent and find_package() | Craig Scott | 2022-05-03 | 1 | -0/+15 |
|
|
* | | Refactor: Use cmCommandLineArgument::setTo{True,Value}() | Kyle Edwards | 2022-04-18 | 1 | -8/+2 |
|/ |
|
* | cmake: Add --fresh option to clear the cache and start from scratch | Brad King | 2022-03-22 | 1 | -0/+12 |
|
|
* | Merge topic 'cmake-P-args' | Brad King | 2022-03-18 | 1 | -0/+6 |
|\ |
|
| * | cmake: Improve acceptance of arbitrary arguments in -P script mode | Brad King | 2022-03-17 | 1 | -0/+6 |
|
|
* | | Merge topic 'always_prefer_last_source_dir' | Brad King | 2022-03-18 | 1 | -14/+5 |
|\ \
| |/
|/| |
|
| * | cmake: Always prefer the last source directory provided | Robert Maynard | 2022-03-17 | 1 | -14/+5 |
|
|
* | | Merge topic 'cmake-dir-args' | Brad King | 2022-03-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cmake: Correct regression in `-B <dir> <src_dir>` | Robert Maynard | 2022-03-02 | 1 | -1/+1 |
|
|
* | | Merge topic 'correct_multiple_source_warnings' | Brad King | 2022-02-18 | 1 | -5/+36 |
|\ \
| |/ |
|
| * | cmake: When given multiple source paths use last instead of first | Robert Maynard | 2022-02-17 | 1 | -5/+36 |
|
|
| * | Merge topic 'cmake-empty-cmd-line-arg' into release-3.23 | Brad King | 2022-02-17 | 1 | -2/+22 |
| |\ |
|
* | \ | Merge topic 'cmake-empty-cmd-line-arg' | Brad King | 2022-02-17 | 1 | -2/+22 |
|\ \ \
| | |/
| |/| |
|
| * | | cmake: Ignore any empty "" command line arguments | Robert Maynard | 2022-02-16 | 1 | -2/+22 |
|
|
* | | | Merge topic 'vs-package-restore-docs' | Brad King | 2022-02-16 | 1 | -1/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | cmake --build: prioritize --resolve-package-references over preset | Carsten Rudolph | 2022-02-15 | 1 | -1/+2 |
| |/ |
|
* | | Trace: add global_frame field to json-v1 format | Braulio Valdivielso Martinez | 2022-02-07 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'vs-package-restore' | Brad King | 2022-01-24 | 1 | -5/+10 |
|\ |
|
| * | Presets: add resolve packages setting to build presets. | Carsten Rudolph | 2022-01-22 | 1 | -0/+4 |
|
|
| * | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -5/+6 |
|
|