summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-1/+1
* cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-5/+3
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-6/+6
|\
| * cmake: cmcmd.cxx fix "The arguments are" commentsFlorian Maushart2019-01-251-6/+6
* | cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-281-5/+16
* | Merge topic 'renamefile-string'Brad King2019-01-251-1/+1
|\ \
| * | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
| |/
* | Merge topic 'error-overloads'Brad King2019-01-251-5/+5
|\ \
| * | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-5/+5
| |/
* | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-2/+1
|/
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-8/+8
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-2/+4
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-2/+2
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* cpplint: only print diagnostics to console if there are errorsjasjuang2019-01-111-3/+6
* 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