summaryrefslogtreecommitdiff
path: root/Source/cmAddSubDirectoryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-1/+11
* use string_views to avoid memory allocationsRolf Eike Beer2020-03-241-1/+4
* cmake: avoid getcwd in `CollapseFullPath`Tim Blechmann2020-01-141-1/+2
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-8/+7
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-9/+5
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-17/+16
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-5/+4
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-3/+3
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-5/+5
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+6
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+29
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-4/+4
* cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-011-1/+1
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* add_subdirectory: Compute output dir with consistent slashes (#10072)Brad King2013-03-121-5/+10
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* ENH: some code cleanupKen Martin2007-03-121-3/+3
* BUG: Fix automatic computation of binary path to work for subdirectories of o...Brad King2006-08-311-44/+56
* COMP: Removed unused variable.Brad King2006-06-051-2/+0
* BUG: Always check whether a subdirectory is below the top of the source befor...Brad King2006-06-051-23/+15
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* STYLE: fix line lengthKen Martin2006-05-101-2/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+7
* ENH: better format for ADD_SUBDIRECTORY commandKen Martin2005-09-121-17/+47
* ENH: removed the PREORDER option from the AddSubDirectory commandKen Martin2005-05-311-7/+1
* ENH: added immediate subdirectory commandKen Martin2005-03-181-0/+96