summaryrefslogtreecommitdiff
path: root/Source/cmUnsetCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommand refactor: cmUnsetCommandGabor Bencze2019-08-201-9/+8
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cm{Unset,Set}Command: use std::string to determine the env variable nameMatthias Maennich2017-10-101-9/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+6
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-7/+5
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-23/+16
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* unset: Add PARENT_SCOPE optionBrad King2013-10-081-1/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add unset() command.Brad King2008-08-251-0/+64