summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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
* cmake: Fix -E env_vs8_wince implementationBrad King2016-07-111-2/+2
* cmake: Drop unused -E cmake_call_visual_studio_macro codeBrad King2016-07-111-24/+0
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-3/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-16/+23
* Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-4/+31
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-6/+2
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+1
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-822/+507
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0