| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+2 |
|
|
* | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -9/+9 |
|
|
* | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -3/+2 |
|/ |
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -4/+3 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+3 |
|
|
* | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -1/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -1/+1 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -2/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -2/+2 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | try_compile/try_run: Add support for LINK_OPTIONS option. | Marc Chevrier | 2018-12-01 | 1 | -1/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+2 |
|
|
* | TryRun: do not call strcpy() | Rolf Eike Beer | 2017-10-08 | 1 | -4/+5 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -5/+5 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -11/+10 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Use the empty method to check for emptiness | Daniel Pfeifer | 2016-10-30 | 1 | -2/+3 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+8 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+3 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -5/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -12/+13 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -173/+116 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | try_compile: Add option to control type of target | Brad King | 2016-02-19 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename method to something more appropriate. | Stephen Kelly | 2015-05-19 | 1 | -1/+1 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+1 |
|
|
* | Merge topic 'introduce-cmState' | Brad King | 2015-04-13 | 1 | -11/+10 |
|\ |
|
| * | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -4/+3 |
|
|
| * | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -7/+7 |
|
|
* | | Merge topic 'refactor-cache-api' | Brad King | 2015-04-09 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-08 | 1 | -8/+11 |
|
|
| * | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -11/+8 |
|
|
| * | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-06 | 1 | -8/+11 |
|
|
* | | try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. | Matt McCormick | 2015-04-08 | 1 | -2/+24 |
|/ |
|
* | Merge topic 'try-run-link-libraries' | Brad King | 2015-01-26 | 1 | -1/+2 |
|\ |
|
| * | try_run: Add support for LINK_LIBRARIES option. | Matt McCormick | 2015-01-26 | 1 | -1/+2 |
|
|
* | | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -8/+8 |
|
|
* | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|/ |
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -13/+13 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -2/+2 |
|
|
* | Use makefile->IssueMessage() for better error messages | Alex Neundorf | 2011-09-27 | 1 | -1/+1 |
|
|
* | Improve behaviour of --find-package mode with try_run/try_compile | Alex Neundorf | 2011-09-15 | 1 | -0/+8 |
|
|