summaryrefslogtreecommitdiff
path: root/Source/cmGetFilenameComponentCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* get_filename_component: make errors fatalAsit Dhal2020-06-181-0/+2
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
* cmCommand refactor: cmGetFilenameComponentCommandGabor Bencze2019-08-201-13/+12
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-1/+2
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+2
* cmGetFilenameComponentCommand: Add more componentsTushar Maheshwari2019-01-241-0/+4
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-5/+5
* get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semanticsBrad King2017-09-131-1/+24
* Access string npos without instancePavel Solodovnikov2017-06-011-3/+3
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+4
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-6/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-79/+42
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-171-4/+16
* get_filename_component: Fix bug where CACHE was ignored.James Johnston2015-08-061-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+4
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* get_filename_component: Add DIRECTORY option (#14091)Brad King2013-04-161-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Fix get_filename_component(... REALPATH) work dirBrad King2009-11-181-1/+1
* Fix get_filename_component() registry viewBrad King2009-09-301-1/+21
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix get_filename_component ABSOLUTE modeBrad King2009-07-231-13/+3
* ENH: Add get_filename_component(... REALPATH)Brad King2009-02-091-1/+7
* BUG: Alternative fix to bug #8423Brad King2009-02-061-2/+1
* BUG: fix for #8423Bill Hoffman2009-01-291-1/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* STYLE: fix line lengthKen Martin2006-05-101-12/+12
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-6/+6
* BUG: ABSOLUTE option should evaluate relative paths with respect to CMAKE_CUR...Brad King2006-01-311-0/+14
* Several fixes/improvements:Brad King2003-02-071-1/+5
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+1
* FIX: this command was not processing its arg to expand registery valuesSebastien Barre2003-01-231-0/+1
* ERR: Fixed signed/unsigned warning.Brad King2002-11-201-1/+1
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-191-1/+29
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* The result of this utility command can now be optionally added to the cacheSebastien Barre2001-10-231-1/+23
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1