summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'symlink'Brad King2018-09-193-31/+42
|\
| * cmake: Add '-E create_symlink' support on WindowsJon Chronopoulos2018-09-183-31/+42
* | cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-1511-0/+42
|/
* Tests: Adopt wizard test in RunCMake.CommandLineBrad King2018-06-223-0/+3
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-2517-0/+43
* Merge topic 'fix-crash-trace-exp-uninit-vars'Brad King2018-04-103-0/+10
|\
| * Fix crash with --trace-expand --warn-uninitialized togetherR2RT2018-04-093-0/+10
* | Drop Visual Studio 8 2005 generatorBrad King2018-04-024-12/+0
|/
* cmcmd: Restore support for running multiple lint toolsBrad King2017-10-271-5/+6
* Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-1312-7/+11
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-1/+1
* Add sha1sum, sha224sum, sha256sum, sha384sum and sha512sum to command modeAndré Klitzing2017-07-1431-0/+47
* Add some unit tests for md5sumAndré Klitzing2017-07-0910-0/+17
* Deprecate Visual Studio 8 2005 generatorBrad King2017-04-214-0/+12
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-194-12/+0
* cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-273-0/+16
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-0/+2
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-1/+1
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-223-0/+3
* server-mode: Add --experimental flagTobias Hunger2016-09-201-1/+1
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-193-0/+3
* cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-164-0/+5
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-174-0/+9
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+3
* Deprecate Visual Studio 7 .NET 2003 generatorBrad King2016-04-284-0/+12
* Tests: Drop test for VS 7.0 generator deprecation warningsBrad King2016-04-284-12/+0
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-1/+1
* Drop Visual Studio 6 generatorBrad King2016-03-094-11/+1
* cmake: Teach --build to reject multiple --target optionsSebastian Schuberth2016-02-054-0/+8
* cmake: Fix `-E time` argument passing to childBrad King2016-01-204-0/+10
* Print line number of cache parse errors (#11109)Ashley Whetter2016-01-197-0/+26
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-1213-0/+74
* cmake: Teach -E make_directory to support multiple input directoriesBartosz Kosiorek2015-12-107-0/+18
* cmake: Teach -E copy_directory to support multiple input directoriesBartosz Kosiorek2015-12-0710-0/+23
* cmake: Teach -E copy[_if_different] to support multiple files (#15703)Bartosz Kosiorek2015-12-0420-0/+35
* cmake: Improve '-E' help message formattingBartosz Kosiorek2015-12-044-4/+4
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-0/+3
* Modify dev warning options to affect deprecated warnings.Michael Scott2015-12-011-0/+13
* Add -W options to control deprecated warning messages.Michael Scott2015-12-014-0/+14
* Refactor the -W options parser to be generic.Michael Scott2015-12-015-1/+18
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-0/+3
* Tests: Revise message in RunCMake.CommandLine -Wdev caseMichael Scott2015-11-303-3/+3
* Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script modeTamas Kenez2015-10-062-0/+15
* Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747)Michael Scott2015-09-253-0/+16
* Revert topic 'cmake-W-options' (#15747)Brad King2015-09-2218-76/+0
* cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-2918-0/+76
* cmake: add --trace-expand optionBen Boeckel2015-07-233-0/+6
* cmake: Fix --build <relative-dir> for VS generators (#15609)Brad King2015-06-115-0/+24
* Tests: Extend RunCMake.CommandLine to cover --build with no argBrad King2015-06-113-0/+4