| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+3 |
|
|
* | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 1 | -3/+4 |
|\ |
|
| * | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -3/+4 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+4 |
|/ |
|
* | Merge topic 'add_cuda_to_source_regex' | Craig Scott | 2018-01-09 | 1 | -0/+1 |
|\ |
|
| * | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -0/+1 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -3/+3 |
|/ |
|
* | cmSystemTools: Implement GetRealPath on Windows | Manuel Núñez | 2017-10-24 | 1 | -0/+4 |
|
|
* | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics | Brad King | 2017-09-13 | 1 | -0/+5 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -20/+19 |
|
|
* | Change ComputeFileMD5 to ComputeFileHash | André Klitzing | 2017-07-14 | 1 | -2/+4 |
|
|
* | Merge topic 'ninja-dyndep-response-file' | Brad King | 2017-04-25 | 1 | -0/+7 |
|\ |
|
| * | Ninja: support response file for cmake_ninja_depends on Windows | Bernhard Burgermeister | 2017-04-25 | 1 | -0/+7 |
|
|
* | | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -4/+2 |
|
|
* | | cmSystemTools::SaveRestoreEnvironment: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -1/+4 |
|/ |
|
* | Ninja,Makefile: Unify command line limit logic | Christian Pfeiffer | 2017-04-19 | 1 | -0/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -6/+0 |
|
|
* | IWYU: use pragma export | Daniel Pfeifer | 2017-03-23 | 1 | -1/+1 |
|
|
* | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -1/+4 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | cmSystemTools: Add strverscmp | Brad King | 2016-09-13 | 1 | -0/+10 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -1/+4 |
|
|
* | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 1 | -3/+7 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -17/+23 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -75/+60 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
|
|
* | cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose | Brad King | 2016-01-19 | 1 | -2/+2 |
|
|
* | cmSystemTools: Add VersionCompareEqual helper | Brad King | 2016-01-11 | 1 | -0/+2 |
|
|
* | cmSystemTools: Add VersionCompareGreater helper | Gilles Khouzam | 2015-10-02 | 1 | -0/+2 |
|
|
* | Ninja: Refactor lookup of cmcldeps location | Brad King | 2015-09-18 | 1 | -0/+1 |
|
|
* | cmSystemTools: Drop unused StringEndsWith method | Brad King | 2015-09-02 | 1 | -2/+0 |
|
|
* | VS: Windows Store/Phone package cert thumbprint | Gilles Khouzam | 2015-08-27 | 1 | -0/+3 |
|
|
* | cmOutputConverter: Adopt EscapeWindowsShellArgument method | Brad King | 2015-07-08 | 1 | -5/+0 |
|
|
* | cmSystemTools: Add StringToULong helper | Brad King | 2015-06-30 | 1 | -0/+1 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -2/+5 |
|
|
* | cmake: Teach "-E tar" command a "--format=" option | Nils Gladitz | 2015-04-10 | 1 | -1/+2 |
|
|
* | bootstrap: Enable color Makefile output | Brad King | 2015-02-05 | 1 | -2/+0 |
|
|
* | cmake: Teach "-E tar" command a "--mtime=" option | Brad King | 2015-01-19 | 1 | -3/+3 |
|
|
* | cmSystemTools: use an enumeration for compression formats | Ben Boeckel | 2015-01-12 | 1 | -4/+11 |
|
|
* | cmake -E tar: add support for .xz files with 'J' | Ben Boeckel | 2015-01-09 | 1 | -1/+1 |
|
|
* | file: Use 'long' to represent the parsed LOCK TIMEOUT value | Ruslan Baratov | 2014-12-05 | 1 | -2/+2 |
|
|
* | cmSystemTools: Add StringToInt helper | Ruslan Baratov | 2014-12-03 | 1 | -0/+3 |
|
|
* | cmSystemTools: Add callback for Stderr | Brad King | 2014-05-15 | 1 | -6/+11 |
|
|
* | cmSystemTools: Rename ErrorCallback to MessageCallback | Brad King | 2014-05-15 | 1 | -4/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -12/+5 |
|
|
* | stringapi: Take strings in escaping functions | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|