| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | cmSystemTools: Remove redundant cmCopyFile() and Split() | Vitaly Stakhovsky | 2019-02-15 | 1 | -14/+0 |
|/ |
|
* | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 1 | -12/+15 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -5/+3 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -5/+3 |
|
|
* | | Merge topic 'message-stdstring' | Brad King | 2019-02-08 | 1 | -3/+3 |
|\ \ |
|
| * | | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 1 | -3/+3 |
|
|
* | | | Merge topic 'runsinglecommand' | Brad King | 2019-02-08 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -2/+3 |
| |/ |
|
* | | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -1/+1 |
|/ |
|
* | cmSystemTools: Let `GetFileFormat` accept a `std::stding const&` | Sebastian Holtermann | 2019-02-02 | 1 | -4/+2 |
|
|
* | OutputCallback: Accept std::string argument | Regina Pfeifer | 2019-01-30 | 1 | -2/+2 |
|
|
* | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 1 | -26/+21 |
|\ |
|
| * | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -1/+1 |
|
|
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 1 | -26/+21 |
|
|
* | | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -7/+2 |
|/ |
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+2 |
|
|
* | Merge topic 'renamefile-string' | Brad King | 2019-01-25 | 1 | -2/+3 |
|\ |
|
| * | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -2/+3 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -6/+13 |
|/ |
|
* | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -24/+12 |
|\ |
|
| * | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -24/+12 |
|
|
* | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -3/+3 |
|\ \ |
|
| * | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -3/+3 |
| |/ |
|
* | | cmSystemTools: Silence CreateLink and CreateSymlink errors | Tushar Maheshwari | 2019-01-16 | 1 | -4/+14 |
|
|
* | | cmFileCommand: Add CREATE_LINK subcommand | Tushar Maheshwari | 2019-01-16 | 1 | -0/+16 |
|/ |
|
* | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -0/+75 |
|
|
* | 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 |
|
|