summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: add error message when '-E touch' failsIsaiah Norton2018-11-271-0/+4
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-12/+12
* Merge topic 'msvc-custom-rc-mt'Brad King2018-11-021-2/+10
|\
| * MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-291-2/+10
* | Fail the build if cppcheck returns a non-zero exit codeHarald Brinkmann2018-10-111-3/+7
|/
* cmake: Add '-E create_symlink' support on WindowsJon Chronopoulos2018-09-181-6/+1
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-4/+4
* MSVC: Preserve linker output encodingJustin Goshi2018-08-091-0/+10
* MSVC: Fix manifest resource encodingJustin Goshi2018-08-091-0/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-7/+8
* 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-251-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-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