summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-1/+1
* COMP: fix warningKen Martin2006-12-071-1/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+20
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+3
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-13/+3
* COMP: Added missing includes. This partially addresses bug#3556.Brad King2006-08-011-0/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-27/+28
* ENH: add working directory supportBill Hoffman2006-02-081-3/+5
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-52/+52
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-39/+109
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-1/+2
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-1/+5
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
* ENH: Fix compatibilityAndy Cedilnik2003-07-231-1/+1
* ERR: Fix error on bad C++ compiler that do not handle return voidAndy Cedilnik2003-07-221-1/+1
* ENH: Add DisplayStatusAndy Cedilnik2003-07-221-0/+7
* yikes added new custom command supportKen Martin2003-06-031-0/+53
* ENH: Added return type int to ExecuteCommand.Brad King2002-12-171-3/+3
* fixed warningsKen Martin2002-12-131-1/+0
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+6
* added a Free methodKen Martin2002-12-111-0/+13
* added another funcKen Martin2002-11-141-0/+9
* added another funcKen Martin2002-11-141-0/+7
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* some mods to the plugin APIKen Martin2002-10-081-44/+54
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-1/+1
* extern C fixesKen Martin2002-08-291-0/+5
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-4/+6
* now uses stubsKen Martin2002-08-261-0/+50
* compiler warningsKen Martin2002-08-231-2/+2
* minor warning fixKen Martin2002-08-221-2/+2
* fixed some warningsKen Martin2002-08-221-4/+2
* minor bugKen Martin2002-08-211-13/+11
* added C Plugin API first cutKen Martin2002-08-211-0/+457