Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -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 License | Brad King | 2009-09-28 | 1 | -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 chaining | Ken Martin | 2006-12-07 | 1 | -0/+7 |
| | |||||
* | ENH: move version numbers to 2.5.0 | Bill Hoffman | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -37/+41 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -58/+63 |
| | |||||
* | DOC: updated comment about the inherited ivar | Ken Martin | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | ENH: change version | Bill Hoffman | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | ENH: move version to 2.1 for cvs because 2.0 has been branched | Bill Hoffman | 2004-05-05 | 1 | -2/+2 |
| | |||||
* | version 19 | Ken Martin | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: Fix compatibility | Andy Cedilnik | 2003-07-23 | 1 | -2/+3 |
| | |||||
* | ENH: Add DisplayStatus | Andy Cedilnik | 2003-07-22 | 1 | -0/+2 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+19 |
| | |||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵ | Brad King | 2003-01-02 | 1 | -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 King | 2002-12-17 | 1 | -2/+2 |
| | |||||
* | added a Free method | Ken Martin | 2002-12-11 | 1 | -1/+3 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | some mods to the plugin API | Ken Martin | 2002-10-08 | 1 | -1/+4 |
| | |||||
* | cleaned up API | Ken Martin | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | added destructor to loaded commands | Ken Martin | 2002-09-17 | 1 | -0/+2 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 1 | -139/+135 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -60/+44 |
| | |||||
* | fixed nested comment | Ken Martin | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | added C Plugin API first cut | Ken Martin | 2002-08-21 | 1 | -0/+218 |