summaryrefslogtreecommitdiff
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-fix-co-compile' into fix-co-compileBrad King2017-10-271-64/+75
|\
| * cmcmd: Restore support for running multiple lint toolsBrad King2017-10-271-56/+66
| * cmcmd: Convert lint handlers to file-static functionsBrad King2017-10-271-11/+12
| * cmcmd: Rename loop iteration variable for clarityBrad King2017-10-271-2/+2
* | Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-2/+3
|/
* cmcmd: let operator<< for NumberFormatter reset the stream's format flagsMatthias Maennich2017-10-051-1/+3
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-3/+3
* Windows: Improve link-time error messages when rc or mt failJonathan Marler2017-09-221-32/+62
* Enable clang-tidy modernize-loop-convert lintBrad King2017-09-191-5/+2
* Merge topic 'refactor-iwyu-code'Brad King2017-09-151-228/+279
|\
| * Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-131-228/+279
* | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-6/+5
|/
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-7/+60
* Merge topic 'server-cxx11'Daniel Pfeifer2017-08-271-7/+4
|\
| * server: always enable serverDaniel Pfeifer2017-08-261-7/+4
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-17/+16
* Merge topic 'server-refactor'Brad King2017-07-181-1/+3
|\
| * server: Refactor to make the event loop owned by server objectJustin Berger2017-07-101-1/+3
* | Add sha1sum, sha224sum, sha256sum, sha384sum and sha512sum to command modeAndré Klitzing2017-07-141-22/+54
* | Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-7/+11
|/
* Access string npos without instancePavel Solodovnikov2017-06-011-13/+13
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-8/+8
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-2/+2
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-5/+5
* bindexplib: Add support for parsing and integrating `.def` filesBrad King2017-03-211-4/+11
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-5/+37
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-8/+8
* cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zeroBrad King2016-11-181-3/+10
* cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report whyBrad King2016-11-181-3/+7
* cmake: Comment why we ignore the include-what-you-use return codeBrad King2016-11-181-0/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
* Merge topic 'clang-tidy'Brad King2016-10-201-38/+54
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-38/+54
* | cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-1/+1
* | cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Ninja: Add internal tool to produce a ninja dyndep file for FortranBrad King2016-09-221-0/+7
* Ninja: Add internal tool to scan Fortran code for module dependenciesBrad King2016-09-221-0/+10
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-221-12/+30
* server-mode: Add --experimental flagTobias Hunger2016-09-201-4/+21
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+18
* cmake-server: Report server mode availablitily in CapabilitiesTobias Hunger2016-09-191-1/+5
* cmcmd: Fix sort order in help outputTobias Hunger2016-09-131-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-9/+17
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-9/+10
* cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-161-0/+12
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-10/+6