summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* use static_cast<> for casts from void*Rolf Eike Beer2017-09-011-1/+1
* Replace C-style castsDaniel Pfeifer2017-08-271-9/+7
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmState: introduce method for adding scripted commandsDaniel Pfeifer2017-05-111-1/+1
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-7/+6
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-4/+4
* Merge topic 'remove-cmobject-uses'Brad King2016-10-241-2/+0
|\
| * Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-2/+0
* | Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-1/+1
* | Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-2/+9
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-107/+88
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Add policy CMP0031 to disallow load_commandBrad King2013-10-221-0/+3
* Drop builtin command documentationBrad King2013-10-161-35/+0
* Revert "load_command: Deprecate and document pending removal"Brad King2013-01-071-4/+0
* load_command: Deprecate and document pending removalBrad King2012-11-071-0/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-16/+16
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Keep only FinalPass commands in memoryBrad King2009-07-241-0/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-3/+6
* BUG: Reverting previous change. It did not account for the possibility that ...Brad King2007-04-201-1/+8
* ENH: Removed code unnecessary now that DynamicLoader is implemented better.Brad King2007-04-191-8/+1
* COMP: Added missing includes. This partially addresses bug#3556.Brad King2006-08-011-0/+6
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S...Brad King2006-03-161-7/+10
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-4/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+6
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-8/+0
* ENH: LOAD_COMMAND command will now set a variable called CMAKE_LOADED_COMMAND...Brad King2005-02-221-2/+11
* WRN: remove warningsBill Hoffman2004-04-271-3/+11
* ENH: fix for bug id 27, add a signal handler for crashes in loaded commandsBill Hoffman2004-04-261-3/+49
* ERR: Fix crash of cmake on broken load commandsAndy Cedilnik2003-08-191-2/+3
* BUG: LastError can return 0, so handle that caseAndy Cedilnik2003-08-191-2/+6
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-6/+4
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+4
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* better warning messageKen Martin2002-10-151-1/+2
* better warning messageKen Martin2002-10-151-27/+32