| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/
|/| |
|
| * | Ninja,Makefile: Unify command line limit logic | Christian Pfeiffer | 2017-04-19 | 1 | -0/+40 |
|
|
* | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -2/+0 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -7/+7 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -1/+1 |
|
|
* | IWYU: use pragma export | Daniel Pfeifer | 2017-03-23 | 1 | -1/+0 |
|
|
* | Merge topic 'iwyu' | Brad King | 2017-02-20 | 1 | -0/+1 |
|\ |
|
| * | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -0/+1 |
|
|
* | | Make CMAKE_ROOT independent of case of path used to invoke cmake | Brad King | 2017-02-17 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'case-insensitive-bindir-detection' | Brad King | 2017-01-20 | 1 | -1/+2 |
|\ |
|
| * | cmSystemTools: use the actual case for root detection | Ben Boeckel | 2017-01-18 | 1 | -1/+2 |
|
|
* | | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -2/+2 |
|
|
* | | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -4/+39 |
|
|
* | | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 1 | -4/+4 |
|
|
* | | cmCryptoHash: Avoid using subclasses at client sites | Brad King | 2016-11-10 | 1 | -4/+4 |
|
|
* | | cmSystemTools: Flush output buffer for list_item_verbose | Dāvis Mosāns | 2016-10-13 | 1 | -0/+1 |
|
|
* | | cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath | James Cowgill | 2016-10-07 | 1 | -0/+24 |
|
|