summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* cmake: Stop parsing after `--` when detecting script modeRobert Maynard2023-02-081-5/+7
* cmake: Stop parsing after `--` when detecting script modeRobert Maynard2022-12-061-0/+5
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-4/+6
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-14/+10
* ctest.cxx: Eliminate redundand trenary operatorAlex Turbov2022-11-171-1/+1
* cmakemain.cxx: Remove always true preprocessor `#if` blockAlex Turbov2022-11-171-2/+0
* cmake: --build improve detection of no build dirRobert Maynard2022-11-141-19/+7
* Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-271-5/+27
|\
| * cmake --workflow: add --fresh optionKyle Edwards2022-10-261-1/+10
| * cmake::Workflow: Refactor to use enum class argumentKyle Edwards2022-10-261-4/+8
| * cmake --workflow: print usage and exit on unrecognized argumentKyle Edwards2022-10-261-0/+2
| * cmake --workflow: print usage messageKyle Edwards2022-10-251-1/+8
* | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-201-1/+1
|/
* cmake: Add --workflow modeKyle Edwards2022-09-271-0/+65
* Help: Use placeholder instead of listing choices in option linesAlex Turbov2022-08-141-6/+5
* Help: Short options first, then long, then Windows styleAlex Turbov2022-08-141-2/+2
* Help: Value for `--graphviz=` option actually is mandatoryAlex Turbov2022-08-041-1/+1
* cmake: In -P mode ignore flags like `--version` after `--`Robert Maynard2022-07-221-1/+1
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-2/+2
* Merge topic 'ignore-werror-command-arg'Brad King2022-05-191-0/+3
|\
| * COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-181-0/+3
* | Refactor: Use cmCommandLineArgument::setTo{True,Value}()Kyle Edwards2022-04-181-68/+19
* | Merge topic 'correct_list-presets_parsing'Brad King2022-04-121-2/+3
|\ \ | |/ |/|
| * cmake: --list=presets=[type] doesn't generate incorrect warningsRobert Maynard2022-04-111-2/+3
* | cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-221-0/+2
|/
* cmake --build: prioritize --resolve-package-references over presetCarsten Rudolph2022-02-151-1/+1
* Merge topic 'message-flush'Brad King2022-01-281-2/+2
|\
| * message: Restore explicit flushing of messages on stderrBrad King2022-01-271-2/+2
* | cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-0/+23
* | cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+3
* | cmake: Add filtered debug-find optionsJohn Parent2021-12-171-0/+4
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
|/
* cmMessenger: Revert to non-color messages on WindowsBrad King2021-07-201-0/+11
* Help: Clarify 'cmake --build' signature alternativesBrad King2021-07-131-1/+4
* Merge topic 'message-color'Brad King2021-05-211-11/+16
|\
| * cmMessenger: Color messages to terminal by typeMarius Messerschmidt2021-05-201-4/+7
| * cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-10/+12
* | cmCommandLineArgument: Understands which commands require partial matchingRobert Maynard2021-05-191-2/+4
|/
* cmake: `--build` and `--install` error out when encountering bad flagsRobert Maynard2021-05-131-2/+24
* cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+2
* cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-231-1/+1
* cmake-presets: Add build and test presetsSam Freed2021-02-011-8/+41
* cmake: --install now uses cmCommandLineArgumentRobert Maynard2021-01-061-54/+51
* cmake: --build now uses cmCommandLineArgumentRobert Maynard2021-01-061-83/+95
* cmake: Use shared parsing code for all cmake argv parsingRobert Maynard2021-01-061-43/+98
* ccmake: Don't list --preset in --helpKyle Edwards2020-10-271-0/+2
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-2/+1
* Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-151-12/+11
|\
| * cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-141-5/+8