| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+3 |
|
|
* | get_filename_component: make errors fatal | Asit Dhal | 2020-06-18 | 1 | -0/+2 |
|
|
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 1 | -2/+2 |
|
|
* | cmCommand refactor: cmGetFilenameComponentCommand | Gabor Bencze | 2019-08-20 | 1 | -13/+12 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+2 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+2 |
|
|
* | cmGetFilenameComponentCommand: Add more components | Tushar Maheshwari | 2019-01-24 | 1 | -0/+4 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -5/+5 |
|
|
* | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics | Brad King | 2017-09-13 | 1 | -1/+24 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+3 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+4 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -6/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -79/+42 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | get_filename_component: Teach new BASE_DIR parameter. | James Johnston | 2015-08-18 | 1 | -4/+16 |
|
|
* | get_filename_component: Fix bug where CACHE was ignored. | James Johnston | 2015-08-06 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -4/+4 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -2/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -6/+6 |
|
|
* | get_filename_component: Add DIRECTORY option (#14091) | Brad King | 2013-04-16 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Fix get_filename_component(... REALPATH) work dir | Brad King | 2009-11-18 | 1 | -1/+1 |
|
|
* | Fix get_filename_component() registry view | Brad King | 2009-09-30 | 1 | -1/+21 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Fix get_filename_component ABSOLUTE mode | Brad King | 2009-07-23 | 1 | -13/+3 |
|
|
* | ENH: Add get_filename_component(... REALPATH) | Brad King | 2009-02-09 | 1 | -1/+7 |
|
|
* | BUG: Alternative fix to bug #8423 | Brad King | 2009-02-06 | 1 | -2/+1 |
|
|
* | BUG: fix for #8423 | Bill Hoffman | 2009-01-29 | 1 | -1/+2 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -12/+12 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -6/+6 |
|
|
* | BUG: ABSOLUTE option should evaluate relative paths with respect to CMAKE_CUR... | Brad King | 2006-01-31 | 1 | -0/+14 |
|
|
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -1/+5 |
|
|
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+1 |
|
|
* | FIX: this command was not processing its arg to expand registery values | Sebastien Barre | 2003-01-23 | 1 | -0/+1 |
|
|
* | ERR: Fixed signed/unsigned warning. | Brad King | 2002-11-20 | 1 | -1/+1 |
|
|
* | allow flags to be in the CC and CXX environment variables | Bill Hoffman | 2002-11-19 | 1 | -1/+29 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | removed all source lists from the system and made them vectors. Also appended... | Ken Martin | 2002-06-27 | 1 | -1/+1 |
|
|
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -1/+0 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | The result of this utility command can now be optionally added to the cache | Sebastien Barre | 2001-10-23 | 1 | -1/+23 |
|
|
* | ENH: change InitialPass to take a const reference to the argument string, to ... | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
|
|
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
|
|