summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+7
|
* ENH: move version numbers to 2.5.0Bill Hoffman2006-04-181-1/+1
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-37/+41
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-58/+63
|
* DOC: updated comment about the inherited ivarKen Martin2005-11-041-1/+1
|
* ENH: change versionBill Hoffman2005-07-121-1/+1
|
* ENH: move version to 2.1 for cvs because 2.0 has been branchedBill Hoffman2004-05-051-2/+2
|
* version 19Ken Martin2003-08-111-1/+1
|
* ENH: Fix compatibilityAndy Cedilnik2003-07-231-2/+3
|
* ENH: Add DisplayStatusAndy Cedilnik2003-07-221-0/+2
|
* yikes added new custom command supportKen Martin2003-06-031-0/+19
|
* updated versionKen Martin2003-01-061-1/+1
|
* ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵Brad King2003-01-021-2/+5
| | | | CMAKE_VERSION_MINOR macros to allow commands to do conditional compilation across multiple versions of CMake.
* ENH: Added return type int to ExecuteCommand.Brad King2002-12-171-2/+2
|
* added a Free methodKen Martin2002-12-111-1/+3
|
* added another funcKen Martin2002-11-141-0/+1
|
* added another funcKen Martin2002-11-141-0/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* some mods to the plugin APIKen Martin2002-10-081-1/+4
|
* cleaned up APIKen Martin2002-09-231-1/+1
|
* added destructor to loaded commandsKen Martin2002-09-171-0/+2
|
* now uses stubsKen Martin2002-08-261-139/+135
|
* removed shared lib supportKen Martin2002-08-231-60/+44
|
* fixed nested commentKen Martin2002-08-221-1/+1
|
* added C Plugin API first cutKen Martin2002-08-211-0/+218