| Commit message (Expand) | Author | Age | Files | Lines |
* | MSVC: Preserve linker output encoding | Justin Goshi | 2018-08-09 | 1 | -0/+10 |
|
|
* | MSVC: Fix manifest resource encoding | Justin Goshi | 2018-08-09 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -7/+8 |
|
|
* | Fix combined use of compiler launcher with lint tools | Ilya A. Kriveshko | 2018-02-27 | 1 | -9/+17 |
|
|
* | Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands | Shane Parris | 2018-02-15 | 1 | -2/+0 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -6/+5 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+2 |
|
|
* | Help: Reword misleading docs for cmake -E time | Taylor Braun-Jones | 2018-01-19 | 1 | -1/+1 |
|
|
* | cmcmd: Fix cmake_symlink_library for inconsistent slashes | Brad King | 2017-12-20 | 1 | -3/+6 |
|
|
* | Update cpplint support to return 0 and mark warnings for CDash. | Bill Hoffman | 2017-12-01 | 1 | -2/+4 |
|
|
* | Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUic | Sebastian Holtermann | 2017-11-19 | 1 | -2/+2 |
|
|
* | Autogen: Introduce standalone RCC generator class | Sebastian Holtermann | 2017-11-19 | 1 | -4/+14 |
|
|
* | Merge topic 'windows-mt-update-quiet' | Brad King | 2017-11-10 | 1 | -1/+1 |
|\ |
|
| * | cmcmd: Fix typo in RunCommand logic | Brad King | 2017-11-10 | 1 | -1/+1 |
|
|
* | | Merge topic 'windows-mt-update-quiet' | Brad King | 2017-11-10 | 1 | -14/+23 |
|\ \
| |/ |
|
| * | Windows: Do not report manifest tool update notification as failure | Brad King | 2017-11-09 | 1 | -14/+23 |
|
|
* | | Merge branch 'backport-fix-co-compile' into fix-co-compile | Brad King | 2017-10-27 | 1 | -64/+75 |
|\ \
| |/ |
|
| * | cmcmd: Restore support for running multiple lint tools | Brad King | 2017-10-27 | 1 | -56/+66 |
|
|
| * | cmcmd: Convert lint handlers to file-static functions | Brad King | 2017-10-27 | 1 | -11/+12 |
|
|
| * | cmcmd: Rename loop iteration variable for clarity | Brad King | 2017-10-27 | 1 | -2/+2 |
|
|
* | | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -2/+3 |
|/ |
|
* | cmcmd: let operator<< for NumberFormatter reset the stream's format flags | Matthias Maennich | 2017-10-05 | 1 | -1/+3 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -3/+3 |
|
|
* | Windows: Improve link-time error messages when rc or mt fail | Jonathan Marler | 2017-09-22 | 1 | -32/+62 |
|
|
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 1 | -5/+2 |
|
|
* | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 1 | -228/+279 |
|\ |
|
| * | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 1 | -228/+279 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -6/+5 |
|/ |
|
* | Add properties to run cppcheck along with the compiler | Bill Hoffman | 2017-08-30 | 1 | -7/+60 |
|
|
* | Merge topic 'server-cxx11' | Daniel Pfeifer | 2017-08-27 | 1 | -7/+4 |
|\ |
|
| * | server: always enable server | Daniel Pfeifer | 2017-08-26 | 1 | -7/+4 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -17/+16 |
|
|
* | Merge topic 'server-refactor' | Brad King | 2017-07-18 | 1 | -1/+3 |
|\ |
|
| * | server: Refactor to make the event loop owned by server object | Justin Berger | 2017-07-11 | 1 | -1/+3 |
|
|
* | | Add sha1sum, sha224sum, sha256sum, sha384sum and sha512sum to command mode | André Klitzing | 2017-07-14 | 1 | -22/+54 |
|
|
* | | Change ComputeFileMD5 to ComputeFileHash | André Klitzing | 2017-07-14 | 1 | -7/+11 |
|/ |
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -13/+13 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -8/+8 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -2/+2 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -1/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -5/+5 |
|
|
* | bindexplib: Add support for parsing and integrating `.def` files | Brad King | 2017-03-21 | 1 | -4/+11 |
|
|
* | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 1 | -5/+37 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -8/+8 |
|
|
* | cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zero | Brad King | 2016-11-18 | 1 | -3/+10 |
|
|
* | cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report why | Brad King | 2016-11-18 | 1 | -3/+7 |
|
|
* | cmake: Comment why we ignore the include-what-you-use return code | Brad King | 2016-11-18 | 1 | -0/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+1 |
|
|