| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -2/+2 |
|/ |
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -0/+4 |
|
|
* | Merge topic 'renamefile-string' | Brad King | 2019-01-25 | 1 | -1/+2 |
|\ |
|
| * | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+2 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -4/+2 |
|\ |
|
| * | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -4/+2 |
|
|
* | | cmSystemTools: Silence CreateLink and CreateSymlink errors | Tushar Maheshwari | 2019-01-16 | 1 | -2/+4 |
|
|
* | | cmFileCommand: Add CREATE_LINK subcommand | Tushar Maheshwari | 2019-01-16 | 1 | -0/+5 |
|/ |
|
* | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -0/+8 |
|
|
* | cmSystemTools: Add EncodeURL helper | Brad King | 2018-11-28 | 1 | -0/+4 |
|
|
* | cmake: Add '-E create_symlink' support on Windows | Jon Chronopoulos | 2018-09-18 | 1 | -0/+5 |
|
|
* | cmSystemTools: Add IsOn(),IsOff() overloads accepting std::string | Vitaly Stakhovsky | 2018-08-31 | 1 | -0/+2 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | cmSystemTools: Revert GetRealPath implementation on Windows | Brad King | 2018-05-29 | 1 | -4/+6 |
|
|
* | 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 |
|
|