Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | COMP: Don't emit old style cast warning when configured as C++ but still ↵ | David Cole | 2008-12-09 | 1 | -2/+14 |
| | | | | allow being configured as C. Thanks to Monsieur Francois Bertel for the patch. | ||||
* | BUG: the return value of scanf should not be ignored | Amitha Perera | 2008-11-25 | 1 | -1/+5 |
| | |||||
* | make sure tests flush output | Bill Hoffman | 2004-07-16 | 1 | -0/+1 |
| | |||||
* | BUG: remove debug pop hacks, also remove duplicate call to argvc function | Bill Hoffman | 2004-05-08 | 1 | -39/+0 |
| | |||||
* | fix warning maybe | Ken Martin | 2004-05-07 | 1 | -1/+0 |
| | |||||
* | fix warning | Ken Martin | 2004-05-06 | 1 | -1/+0 |
| | |||||
* | ENH: remove unused variable | Bill Hoffman | 2004-04-30 | 1 | -1/+0 |
| | |||||
* | ENH: make test driver more flexible by using a configured file instead of ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+180 |
generating all the code. fixes bug 28 |