summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake --workflow: add --fresh optionKyle Edwards2022-10-261-5/+8
* cmake::Workflow: Refactor to use enum class argumentKyle Edwards2022-10-261-2/+3
* cmake: Support --list-presets=workflowKyle Edwards2022-10-211-0/+5
* Merge topic 'cmake-presets-workflow'Brad King2022-09-281-0/+209
|\
| * cmake: Add --workflow modeKyle Edwards2022-09-271-0/+209
* | Drop Visual Studio 10 2010 generatorBrad King2022-09-261-3/+0
|/
* cmake --list-presets: List package as a valid optionKyle Edwards2022-09-151-1/+1
* Merge topic 'try_compile-unique-bindir'Brad King2022-09-071-0/+3
|\
| * try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-051-0/+3
* | Merge topic 'cmake-presets-package'Brad King2022-09-021-0/+5
|\ \
| * | CPack: Add support for presetsKyle Edwards2022-08-311-0/+5
| |/
* | cmake -E capabilities: Tell whether TLS is enabledKyle Edwards2022-09-011-0/+4
|/
* Merge topic 'cmake-preset-error-reporting'Brad King2022-08-041-2/+6
|\
| * presets: Add basic error forwarding from cmake preset json parserSankhesh Jhaveri2022-08-031-2/+6
* | Merge topic 'cmake-P-path-args'Brad King2022-07-251-13/+10
|\ \
| * | cmake: In -P mode ignore extra paths on the command lineRobert Maynard2022-07-221-1/+2
| * | cmake: simplify to a single source of truth of working modeRobert Maynard2022-07-221-12/+8
| |/
* | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-281-12/+39
* | Move LogLevel enum out of cmake.h headerAlexandru Croitor2022-06-241-9/+12
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-6/+6
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* Merge topic 'ignore-werror-command-arg'Brad King2022-05-191-0/+8
|\
| * COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-181-0/+8
* | Packages: Integrate FetchContent and find_package()Craig Scott2022-05-031-0/+15
* | Refactor: Use cmCommandLineArgument::setTo{True,Value}()Kyle Edwards2022-04-181-8/+2
|/
* cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-221-0/+12
* Merge topic 'cmake-P-args'Brad King2022-03-181-0/+6
|\
| * cmake: Improve acceptance of arbitrary arguments in -P script modeBrad King2022-03-171-0/+6
* | Merge topic 'always_prefer_last_source_dir'Brad King2022-03-181-14/+5
|\ \ | |/ |/|
| * cmake: Always prefer the last source directory providedRobert Maynard2022-03-171-14/+5
* | Merge topic 'cmake-dir-args'Brad King2022-03-031-1/+1
|\ \ | |/
| * cmake: Correct regression in `-B <dir> <src_dir>`Robert Maynard2022-03-021-1/+1
* | Merge topic 'correct_multiple_source_warnings'Brad King2022-02-181-5/+36
|\ \ | |/
| * cmake: When given multiple source paths use last instead of firstRobert Maynard2022-02-171-5/+36
| * Merge topic 'cmake-empty-cmd-line-arg' into release-3.23Brad King2022-02-171-2/+22
| |\
* | \ Merge topic 'cmake-empty-cmd-line-arg'Brad King2022-02-171-2/+22
|\ \ \ | | |/ | |/|
| * | cmake: Ignore any empty "" command line argumentsRobert Maynard2022-02-161-2/+22
* | | Merge topic 'vs-package-restore-docs'Brad King2022-02-161-1/+2
|\ \ \ | | |/ | |/|
| * | cmake --build: prioritize --resolve-package-references over presetCarsten Rudolph2022-02-151-1/+2
| |/
* | Trace: add global_frame field to json-v1 formatBraulio Valdivielso Martinez2022-02-071-1/+1
|/
* Merge topic 'vs-package-restore'Brad King2022-01-241-5/+10
|\
| * Presets: add resolve packages setting to build presets.Carsten Rudolph2022-01-221-0/+4
| * cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-5/+6
* | cmake: Warn about unnecessary paths on command lineRobert Maynard2022-01-201-5/+32
* | CMake: `-S` paths preferred over other provided pathsRobert Maynard2022-01-181-28/+26
|/
* Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-061-21/+21
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-2/+49
* cmMessenger: Make relative path conversion more explicitBrad King2021-12-081-0/+6
* cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-2/+3
* Source: fix -Wextra-semi-stmt warningsSean McBride2021-12-011-1/+1