Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -2/+8 |
| | |||||
* | ENH: do not use c++ comments in c code | Bill Hoffman | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | BUG: remove command causing issues with mid build reruns of cmake on vs70 | Ken Martin | 2006-07-25 | 1 | -3/+0 |
| | |||||
* | ENH: trying a slight change | Ken Martin | 2006-07-25 | 1 | -3/+3 |
| | |||||
* | BUG: remove c++comments | Ken Martin | 2006-07-25 | 1 | -2/+2 |
| | |||||
* | BUG: temp fix | Ken Martin | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | ENH: add more coverage | Ken Martin | 2006-07-24 | 1 | -0/+18 |
| | |||||
* | BUG: work around XCode issue | Ken Martin | 2006-07-21 | 1 | -1/+1 |
| | |||||
* | ENH: increase coverage in a couple places | Ken Martin | 2006-07-21 | 1 | -3/+31 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -6/+4 |
| | |||||
* | ENH: increase coverage in loaded commands | Ken Martin | 2005-09-20 | 1 | -3/+19 |
| | |||||
* | ENH: Remove warning | Andy Cedilnik | 2004-05-03 | 1 | -0/+4 |
| | |||||
* | ENH: fix warnings in test | Bill Hoffman | 2004-05-03 | 1 | -7/+8 |
| | |||||
* | ENH: remove warnings in tests | Bill Hoffman | 2004-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: More coverage | Andy Cedilnik | 2003-07-22 | 1 | -0/+81 |
| | |||||
* | new plugin API | Ken Martin | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | Some minor fixes for mac | Andy Cedilnik | 2002-09-23 | 1 | -3/+3 |
| | |||||
* | cleanup | Ken Martin | 2002-09-23 | 1 | -5/+1 |
| | |||||
* | removed c++ style comments | Ken Martin | 2002-09-20 | 1 | -4/+4 |
| | |||||
* | test passing CMAKE_FLAGS | Ken Martin | 2002-09-18 | 1 | -0/+2 |
| | |||||
* | added Destructor | Ken Martin | 2002-09-17 | 1 | -0/+10 |
| | |||||
* | load command test | Ken Martin | 2002-09-16 | 1 | -0/+62 |