summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Add internal -E mode to run include-what-you-use with the compilerBill Hoffman2015-05-199-0/+14
* Deprecate Visual Studio 7 generator (.NET 2002)Brad King2015-04-154-0/+10
* Deprecate Visual Studio 6 generatorBrad King2015-04-154-0/+12
* cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-102-2/+6
* Tests: Move more command line tests into RunCMake.CommandLineBrad King2015-04-1038-0/+108
* Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-1022-40/+0
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-103-0/+3
* Makefile: Tolerate a BOM while scanning source dependencies (#15493)Brad King2015-04-036-0/+43
* Tests: Extend RunCMake.CommandLine to cover 'cmake --build' for 'ninja -v'Brad King2015-02-263-0/+22
* cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-2614-0/+23
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-197-0/+14
* RunCMake: Expect empty output by default.Stephen Kelly2014-12-311-0/+2
* cmCacheManager: parse -D flags more strictlyBen Boeckel2014-10-201-1/+1
* Tests: test -D parsing on the command lineBen Boeckel2014-10-206-0/+15
* cmake: Add '-E env' command-line toolBrad King2014-06-2311-0/+24
* cmake: Do not open directories as scripts (#14966)Brad King2014-06-093-0/+4
* cmake: Fix --build crash on bad CMAKE_GENERATOR in cacheBrad King2014-06-039-0/+14
* cmake: Add '-E sleep' commandBrad King2014-01-217-0/+12
* cmake: Improve '-E create_symlink' edge case handling (#14713)Brad King2014-01-207-0/+38