summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Visual Studio 11 2012 generatorBrad King2022-09-271-0/+7
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-7/+0
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-0/+2
* cmake -E env: Add --modify flagAlex Reinking2022-08-171-0/+54
* Merge topic 'cmake-help-flags-after-dashdash'Brad King2022-07-251-1/+1
|\
| * cmake: In -P mode ignore flags like `--version` after `--`Robert Maynard2022-07-221-1/+1
* | Merge topic 'cmake-P-path-args'Brad King2022-07-251-0/+1
|\ \ | |/
| * cmake: In -P mode ignore extra paths on the command lineRobert Maynard2022-07-221-0/+1
* | Makefiles generator: dependencies messages in verbose modeMarc Chevrier2022-07-061-2/+2
|/
* cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-221-1/+18
* Merge topic 'cmake-P-args'Brad King2022-03-181-1/+1
|\
| * cmake: Improve acceptance of arbitrary arguments in -P script modeBrad King2022-03-171-1/+1
* | Merge topic 'always_prefer_last_source_dir'Brad King2022-03-181-1/+1
|\ \ | |/ |/|
| * cmake: Always prefer the last source directory providedRobert Maynard2022-03-171-1/+1
* | Merge topic 'color-diagnostics'Brad King2022-03-091-0/+8
|\ \
| * | color: Add tests for CMAKE_COLOR_DIAGNOSTICSBrad King2022-03-081-0/+8
* | | Merge topic 'cmake-dir-args'Brad King2022-03-031-30/+39
|\ \ \ | | |/ | |/|
| * | Tests: Add RunCMake.CommandLine ExplicitiDirs explicit work directoryBrad King2022-03-021-0/+6
| * | cmake: Correct regression in `-B <dir> <src_dir>`Robert Maynard2022-03-021-0/+1
| * | Tests: Verify RunCMake.CommandLine ExplicitDirs source/build dirsBrad King2022-03-021-0/+2
| * | Tests: Clarify RunCMake.CommandLine ExplicitDirs case namesBrad King2022-03-021-30/+30
* | | Merge topic 'correct_multiple_source_warnings'Brad King2022-02-181-0/+12
|\ \ \ | |/ /
| * | cmake: When given multiple source paths use last instead of firstRobert Maynard2022-02-171-0/+12
* | | Merge topic 'cmake-empty-cmd-line-arg'Brad King2022-02-171-0/+8
|\ \ \ | |/ / | | / | |/ |/|
| * cmake: Ignore any empty "" command line argumentsRobert Maynard2022-02-161-0/+8
* | cmcmd: add end of options delimiter to cmake -E commandsPeter Würth2022-02-031-1/+17
|/
* cmake: Warn about unnecessary paths on command lineRobert Maynard2022-01-201-0/+6
* Tests: Fix RunCMake.CommandLine toolchain case command lineBrad King2022-01-201-1/+1
* Add tests that showcase cmake -S limitationsRobert Maynard2022-01-181-0/+13
* Tests/RunCMake/CommandLine: Deal with locales that are different from Englishmakise-homura2021-10-151-0/+6
* cmake: -E cat stops when an empty file is encounteredJohnny Jazeix2021-09-181-1/+2
* Deprecate Visual Studio 10 2010 generatorBrad King2021-07-291-0/+7
* cmake: Allow CMAKE_CONFIGURATION_TYPES to be set by environment variableBrad King2021-06-301-0/+9
* cmake: Allow CMAKE_BUILD_TYPE to be set by environment variableBrad King2021-06-301-0/+11
* VS: Add Visual Studio 17 2022 generatorBrad King2021-06-251-1/+1
* cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variableBrad King2021-06-031-0/+27
* Merge topic 'cmake_build_and_install_command_error_when_given_bad_arguments'Brad King2021-05-141-0/+12
|\
| * cmake: `--build` and `--install` error out when encountering bad flagsRobert Maynard2021-05-131-0/+12
* | cmSystemTools: Improve CreateLink and CreateSymlink error codesBrad King2021-05-071-2/+2
* | MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-2/+2
* | cmake: add support for --toolchain command argumentRobert Maynard2021-04-151-1/+23
* | Merge topic 'correct_arg_parsing'Brad King2021-03-291-0/+4
|\ \ | |/
| * cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-261-0/+4
* | cmake: add support for --install-prefix command argumentRobert Maynard2021-03-041-0/+3
|/
* cmake: Error out on unknown arguments starting with `-`.Robert Maynard2020-12-011-0/+2
* cmake: Fix processing of -Wno-error= flagsBrad King2020-11-171-0/+4
* Merge topic 'llvm-rc-CMAKE_RC_FLAGS'Brad King2020-10-291-1/+1
|\
| * llvm_rc: add llvm_rc option filter to correctly pick up all optionsThomas Bernard2020-10-281-1/+1
* | XCode: Use -j build option when job capacity is specified by userFred Baksik2020-10-261-2/+2
|/
* Merge topic 'remove-server-mode'Brad King2020-10-151-2/+1
|\