| Commit message (Expand) | Author | Age | Files | Lines |
* | use string_views to avoid memory allocations | Rolf Eike Beer | 2020-03-24 | 1 | -1/+4 |
|
|
* | cmake: avoid getcwd in `CollapseFullPath` | Tim Blechmann | 2020-01-14 | 1 | -1/+2 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -8/+7 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -9/+5 |
|
|
* | cmA*Command: Turn into free functions | Regina Pfeifer | 2019-08-07 | 1 | -17/+16 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -5/+4 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -3/+3 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -5/+5 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -1/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+6 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -46/+29 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
* | cmMakefile: Remove unused PreOrder member. | Stephen Kelly | 2015-04-01 | 1 | -1/+1 |
|
|
* | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -4/+4 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | add_subdirectory: Compute output dir with consistent slashes (#10072) | Brad King | 2013-03-12 | 1 | -5/+10 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+1 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -3/+3 |
|
|
* | BUG: Fix automatic computation of binary path to work for subdirectories of o... | Brad King | 2006-08-31 | 1 | -44/+56 |
|
|
* | COMP: Removed unused variable. | Brad King | 2006-06-05 | 1 | -2/+0 |
|
|
* | BUG: Always check whether a subdirectory is below the top of the source befor... | Brad King | 2006-06-05 | 1 | -23/+15 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -1/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -2/+7 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
|
|
* | ENH: better format for ADD_SUBDIRECTORY command | Ken Martin | 2005-09-12 | 1 | -17/+47 |
|
|
* | ENH: removed the PREORDER option from the AddSubDirectory command | Ken Martin | 2005-05-31 | 1 | -7/+1 |
|
|
* | ENH: added immediate subdirectory command | Ken Martin | 2005-03-18 | 1 | -0/+96 |
|
|