| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cmSystemTools: Add EncodeURL helper | Brad King | 2018-11-28 | 1 | -0/+29 |
|
|
* | Mark operator bool explicit | Regina Pfeifer | 2018-11-19 | 1 | -1/+4 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -2/+2 |
|
|
* | Merge topic 'tar-warnings' | Brad King | 2018-10-25 | 1 | -13/+31 |
|\ |
|
| * | cmake: Distinguish '-E tar' warnings from errors copying data | Brad King | 2018-10-24 | 1 | -13/+31 |
|
|
| * | Merge branch 'restore-windows-resources-through-link' into release-3.12 | Brad King | 2018-06-13 | 1 | -1/+2 |
| |\ |
|
* | | | Fix misc. typos | luz.paz | 2018-10-03 | 1 | -2/+2 |
|
|
* | | | cmake: Add '-E create_symlink' support on Windows | Jon Chronopoulos | 2018-09-18 | 1 | -2/+23 |
|
|
* | | | cmSystemTools: Re-implement IsOn,IsOff with manual branching | Brad King | 2018-08-31 | 1 | -35/+56 |
|
|
* | | | cmSystemTools: Add IsOn(),IsOff() overloads accepting std::string | Vitaly Stakhovsky | 2018-08-31 | 1 | -0/+10 |
|
|
* | | | Merge topic 'restore-windows-resources-through-link' | Brad King | 2018-06-13 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Windows: Restore support for running CMake through a symlink | Brad King | 2018-06-12 | 1 | -1/+2 |
|
|
* | | cmSystemTools: Restore compilation with libarchive versions below 3.3.1 | Brad King | 2018-06-01 | 1 | -1/+5 |
|
|
* | | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -67/+67 |
|
|
* | | Merge topic 'revert-windows_symlinks' | Brad King | 2018-05-31 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | cmSystemTools: Revert GetRealPath implementation on Windows | Brad King | 2018-05-29 | 1 | -3/+7 |
|
|
* | | cmake: Teach '-E tar' to report errors copying data | Ruslan Baratov | 2018-05-18 | 1 | -8/+18 |
|
|
* | | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -1/+1 |
|/ |
|
* | cmSystemTools: Fix ParseArguments out-of-bounds read | Brad King | 2018-03-27 | 1 | -6/+7 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -12/+13 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -1/+1 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 1 | -5/+8 |
|\ \
| |/
|/| |
|
| * | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -5/+8 |
|
|
* | | Windows: Add support for running CMake tools through a symlink | Pavel P | 2018-01-24 | 1 | -2/+6 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+17 |
|/ |
|
* | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -0/+3 |
|
|
* | cmSystemTools: Implement GetRealPath on Windows | Manuel Núñez | 2017-10-24 | 1 | -0/+35 |
|
|
* | Fix occurrences of readability-non-const-parameter | Matthias Maennich | 2017-09-28 | 1 | -12/+14 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Clean up some C-Style casts | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
* | Merge topic 'rc-missing-better-error' | Brad King | 2017-09-25 | 1 | -0/+4 |
|\ |
|
| * | cmSystemTools: Teach RunSingleCommand another way to report exceptions | Jonathan Marler | 2017-09-20 | 1 | -0/+4 |
|
|
* | | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|/ |
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -7/+7 |
|
|
* | Merge topic 'get_filename_component-fix-program-split' | Brad King | 2017-09-14 | 1 | -0/+50 |
|\ |
|
| * | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics | Brad King | 2017-09-13 | 1 | -0/+50 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -22/+14 |
|/ |
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -7/+8 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -13/+13 |
|
|
* | Change ComputeFileMD5 to ComputeFileHash | André Klitzing | 2017-07-14 | 1 | -8/+6 |
|
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+2 |
|
|
* | Remove unused variables | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+0 |
|
|
* | Change std::basic_string<char> to std::string | Pavel Solodovnikov | 2017-05-24 | 1 | -6/+6 |
|
|
* | Merge topic 'ninja-dyndep-response-file' | Brad King | 2017-04-25 | 1 | -0/+33 |
|\ |
|
| * | Ninja: support response file for cmake_ninja_depends on Windows | Bernhard Burgermeister | 2017-04-25 | 1 | -0/+33 |
|
|
* | | Merge topic 'clang-tidy' | Brad King | 2017-04-24 | 1 | -24/+25 |
|\ \
| |/
|/| |
|
| * | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -24/+25 |
|
|
* | | Merge topic 'unified-commandline-length' | Brad King | 2017-04-21 | 1 | -0/+40 |
|\ \
| |/
|/| |
|