summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fileapi-config-dir'Brad King2024-08-261-1/+3
|\
| * fileapi: Add support for user-wide queriesMartin Duffy2024-08-221-1/+3
* | Refactor: Optimize some `std::ostream::operator<<()` callsAlex Turbov2024-08-191-1/+1
* | Merge topic 'help-options'Brad King2024-08-191-3/+7
|\ \
| * | Help: Add clarifying text for some help optionsMartin Duffy2024-08-151-3/+7
| |/
* | Refactor: `… << "\n" << std::flush;` → `… << std::endl;`Alex Turbov2024-08-131-2/+2
|/
* Merge topic 'install-parallel-manifest'Brad King2024-07-261-1/+1
|\
| * install: Write manifest file in parallel installMartin Duffy2024-07-251-1/+1
* | Merge topic 'cmake-list-cached-variables'Brad King2024-07-241-5/+44
|\ \ | |/ |/|
| * cmake: Add flag to list cache entries matching a regexMin Hsu2024-07-231-5/+44
* | Merge topic 'parallel-install'Brad King2024-07-181-17/+50
|\ \
| * | Install: Add parallel installation optionMartin Duffy2024-07-151-17/+51
* | | Merge topic 'xdg-config-dir'Brad King2024-07-081-0/+8
|\ \ \ | |_|/ |/| |
| * | cmSystemTools: Add CMake config directoryMartin Duffy2024-07-031-0/+8
| |/
* | cmake: Print --workflow option in --help outputBrad King2024-07-021-1/+2
|/
* cmakemain: Return the SCRIPT_MODE exit code if it was setleha-bot2024-01-161-4/+7
* cmake: Add debuggerGlen Chung2023-05-301-0/+6
* 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-211-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
|/