| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -2/+2 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | cpplint: only print diagnostics to console if there are errors | jasjuang | 2019-01-11 | 1 | -3/+6 |
|
|
* | cmake: add error message when '-E touch' fails | Isaiah Norton | 2018-11-27 | 1 | -0/+4 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -12/+12 |
|
|
* | Merge topic 'msvc-custom-rc-mt' | Brad King | 2018-11-02 | 1 | -2/+10 |
|\ |
|
| * | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 1 | -2/+10 |
|
|
* | | Fail the build if cppcheck returns a non-zero exit code | Harald Brinkmann | 2018-10-11 | 1 | -3/+7 |
|/ |
|
* | cmake: Add '-E create_symlink' support on Windows | Jon Chronopoulos | 2018-09-18 | 1 | -6/+1 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -4/+4 |
|
|
* | 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 |
|
|