summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/RunCMakeTest.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * server: remove deprecated 'cmake -E server' modeBrad King2020-10-141-2/+1
* | Merge topic 'cmake-E-cat-binary'Brad King2020-10-151-0/+3
|\ \ | |/ |/|
| * cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-141-0/+3
* | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflictThomas Bernard2020-08-071-4/+4
* | cmake: Add -E create_hardlinkSibi Siddharthan2020-07-151-0/+36
* | cmake-install: implement default directory permissionsAsit Dhal2020-06-251-0/+26
* | cmake: add dedicated error for -E compare_files invalid argumentsAsit Dhal2020-06-151-0/+1
* | Tests: Add case for cmake --build with a failing targetBrad King2020-06-121-0/+2
|/
* cmake: Allow arbitrary args passed to CMake scriptAlex Turbov2020-05-061-0/+1
* cmake -E: add cat command.Johnny Jazeix2020-04-151-0/+38
* Merge topic 'llvm-rc-include-path'Brad King2020-04-071-8/+8
|\
| * llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-061-8/+8
* | Merge topic 'llvm-rc-stderr'Brad King2020-03-271-3/+2
|\ \ | |/
| * llvm-rc: Print stderr output when calling tools through cmake_llvm_rcThomas Bernard2020-03-261-3/+2
* | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-071-0/+22
|/
* Add -E cmake_llvm_rc to preprocess files for llvm-rcThomas Bernard2020-02-041-0/+30
* trace: Add test for the JSON-v1 traceDaniel Mensinger2019-12-231-0/+8
* cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-131-0/+70
* Initialize CMAKE_EXPORT_COMPILE_COMMANDS from envvar of the same nameDaan De Meyer2019-10-181-0/+18
* cmake: Fix relative path regression in -CPeter Waller2019-10-141-3/+12
* Merge topic 'remove_directory-symlink'Brad King2019-08-301-0/+11
|\
| * cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-301-0/+11
* | cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-271-0/+7
|/
* Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-101-0/+8
* cmake -E: Add true and false commandsKyle Edwards2019-07-111-0/+4
* Merge topic 'remove_directories'Brad King2019-06-041-1/+7
|\
| * cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-031-0/+6
| * Tests: Fix RunCMake.CommandLine make_directory test nameJohn Freeman2019-06-031-1/+1
* | Tests: Fix RunCMake.CommandLine test to use generator in no-S-B caseBrad King2019-06-031-4/+6
|/
* Merge topic 'default-generator-env'Brad King2019-05-221-0/+68
|\
| * Tests: Add environment generator testsEicke Herbertz2019-05-221-0/+68
* | Merge topic 'std-pipes-always'Brad King2019-05-031-0/+4
|\ \
| * | Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+4
| |/
* | cmake: --build -j <jobs> should not accept 0.Fred Baksik2019-05-011-0/+8
|/
* Tests: Fix RunCMake.CommandLine test to use generator with -S and -BBrad King2019-04-101-11/+15
* Merge topic 'cmake--install'Kyle Edwards2019-03-191-0/+8
|\
| * cmake: add '--install <dir>' optionJiang Yi2019-03-161-0/+8
* | cmake: add short version of '--target <tgt>...' optionBartosz Kosiorek2019-03-121-1/+1
|/
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-0/+6
* cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-281-0/+4
* Merge topic 'cmake_build_jobs_supports_no_space'Brad King2019-01-231-0/+13
|\
| * cmake: --build supports '-jN'Robert Maynard2019-01-221-0/+13
* | cmake: Convert no source/build dir error to warningCraig Scott2019-01-221-1/+11
|/
* Merge topic 'cmake-option-parsing'Brad King2019-01-141-14/+15
|\