summaryrefslogtreecommitdiff
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix combined use of compiler launcher with lint toolsIlya A. Kriveshko2018-02-271-9/+17
* Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commandsShane Parris2018-02-151-2/+0
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+5
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-2/+2
* Help: Reword misleading docs for cmake -E timeTaylor Braun-Jones2018-01-191-1/+1
* cmcmd: Fix cmake_symlink_library for inconsistent slashesBrad King2017-12-201-3/+6
* Update cpplint support to return 0 and mark warnings for CDash.Bill Hoffman2017-12-011-2/+4
* Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUicSebastian Holtermann2017-11-191-2/+2
* Autogen: Introduce standalone RCC generator classSebastian Holtermann2017-11-191-4/+14
* Merge topic 'windows-mt-update-quiet'Brad King2017-11-101-1/+1
|\
| * cmcmd: Fix typo in RunCommand logicBrad King2017-11-101-1/+1
* | Merge topic 'windows-mt-update-quiet'Brad King2017-11-101-14/+23
|\ \ | |/
| * Windows: Do not report manifest tool update notification as failureBrad King2017-11-091-14/+23
* | 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