Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -28/+28 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | do not explicitely specify /usr and /usr/local as search paths | Rolf Eike Beer | 2012-06-19 | 1 | -2/+0 |
| | | | | If not explicitely excluded these paths are searched automatically anyway. | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | BUG: fix for 7451 | Bill Hoffman | 2008-10-01 | 1 | -0/+12 |
| | |||||
* | ENH: Update Tcl/Tk 8.5 | Sebastien Barre | 2008-01-26 | 1 | -2/+14 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 1 | -16/+20 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-23 | 1 | -2/+4 |
| | |||||
* | ENH: keep cleaning up Tcl/Tk modules | Sebastien Barre | 2008-01-23 | 1 | -0/+89 |