summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* some mods to the plugin APIKen Martin2002-10-081-6/+25
* CleanupAndy Cedilnik2002-09-241-6/+2
* cleaned up APIKen Martin2002-09-231-16/+2
* Fix loading of module for borlandAndy Cedilnik2002-09-231-3/+17
* better error reportingKen Martin2002-09-181-0/+5
* added destructor to loaded commandsKen Martin2002-09-171-1/+11
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-1/+1
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
* ENH: fix warningsBill Hoffman2002-08-271-1/+1
* now uses stubsKen Martin2002-08-261-3/+5
* adding plugin supportKen Martin2002-08-211-0/+203