summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine
Commit message (Expand)AuthorAgeFilesLines
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-1/+0
* Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-154-0/+5
|\
| * cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-144-0/+5
* | CMake: Add presets functionalityKyle Edwards2020-10-051-0/+1
* | cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-1/+1
* | Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-012-10/+32
* | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflictThomas Bernard2020-08-071-4/+4
* | cmake: Add -E create_hardlinkSibi Siddharthan2020-07-1510-0/+49
* | Merge topic 'profiling-case-insensitive-command-names'Brad King2020-07-142-1/+18
|\ \ | |/
| * cmake: Store lowercase command names in profiling outputCraig Scott2020-07-132-1/+18
* | Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-291-1/+1
|\ \
| * | fileapi: Extend codemodel targets with language standardJustin Goshi2020-06-261-1/+1
* | | cmake-install: implement default directory permissionsAsit Dhal2020-06-2520-0/+47
|/ /
* | cmake: add dedicated error for -E compare_files invalid argumentsAsit Dhal2020-06-153-0/+3
* | Tests: Add case for cmake --build with a failing targetBrad King2020-06-124-0/+5
* | cmake: remove -E compare_files error message if files differAsit Dhal2020-06-102-2/+0
|/
* Merge topic 'fileApiAddPrecompileHeadersBacktrace'Brad King2020-05-251-1/+1
|\
| * fileapi: Extend codemodel targets with PRECOMPILE_HEADERSJustin Goshi2020-05-221-1/+1
* | Merge topic 'third-parties-layout'Brad King2020-05-081-0/+0
|\ \
| * | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-0/+0
| |/
* | cmake: Allow arbitrary args passed to CMake scriptAlex Turbov2020-05-062-0/+4
|/
* cmake -E: add cat command.Johnny Jazeix2020-04-1510-0/+49
* 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-273-3/+4
|\ \ | |/
| * llvm-rc: Print stderr output when calling tools through cmake_llvm_rcThomas Bernard2020-03-263-3/+4
* | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-0711-0/+49
|/
* Add -E cmake_llvm_rc to preprocess files for llvm-rcThomas Bernard2020-02-049-0/+38
* trace: Add time and stack level to JSON output formatFrank Winklmeier2020-01-221-4/+8
* Merge topic 'trace-test-support-python26-and-older'Kyle Edwards2020-01-031-8/+13
|\
| * trace: Directly parse commandline arguments without argparseDaniel Mensinger2020-01-011-8/+13
* | Tests: do not use the same variable name in nested loopsRolf Eike Beer2019-12-311-3/+3
|/
* trace: Add test for the JSON-v1 traceDaniel Mensinger2019-12-236-0/+103
* cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-1336-0/+133
* Initialize CMAKE_EXPORT_COMPILE_COMMANDS from envvar of the same nameDaan De Meyer2019-10-185-0/+34
* cmake: Fix relative path regression in -CPeter Waller2019-10-1412-10/+38
* Merge topic 'remove_directory-symlink'Brad King2019-08-305-0/+23
|\
| * cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-305-0/+23
* | cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-277-0/+35
|/
* Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-107-0/+24
* cmake -E: Add true and false commandsKyle Edwards2019-07-113-0/+6
* cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-071-1/+1
* Merge topic 'remove_directories'Brad King2019-06-0411-1/+28
|\
| * cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-037-0/+18
| * Tests: Add RunCMake.CommandLine make_directory test checksJohn Freeman2019-06-032-0/+9
| * Tests: Fix RunCMake.CommandLine make_directory test nameJohn Freeman2019-06-033-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-2223-0/+122
|\
| * Tests: Add environment generator testsEicke Herbertz2019-05-2223-0/+122
* | Merge topic 'std-pipes-always'Brad King2019-05-031-0/+4
|\ \