| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | stringapi: Use strings for globbing parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | stringapi: Accept strings when MD5 hashing data | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Windows: Make file delete/rename retry configurable | Brad King | 2014-02-12 | 1 | -0/+9 |
|
|
* | cmSystemTools: Add PrintSingleCommand method | Brad King | 2013-11-15 | 1 | -0/+2 |
|
|
* | cmSystemTools: Add RunSingleCommand overload for std::vector<std::string> | Brad King | 2013-11-15 | 1 | -0/+5 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -7/+10 |
|
|
* | cmSystemTools: Drop old RunCommand method | Brad King | 2013-10-19 | 1 | -27/+0 |
|
|
* | Teach --help-* options to load documentation from .rst files | Brad King | 2013-10-16 | 1 | -0/+3 |
|
|
* | Add option to use stdout/stderr of original terminal in cmake --build | Patrick Gansterer | 2013-07-29 | 1 | -2/+3 |
|
|
* | cmDependsC: Collapse relative include paths | Pavel Shramov | 2013-06-26 | 1 | -0/+6 |
|
|
* | cmSystemTools: Fix typo in comment. | Stephen Kelly | 2013-06-11 | 1 | -1/+1 |
|
|
* | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -0/+4 |
|\ |
|