Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 2 | -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/ \+$//' | ||||
* | Tests: Java tests should test UseJava.cmake | Andreas Schneider | 2011-03-29 | 1 | -39/+6 |
| | |||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: For in-source version do not use a custom command output and custom ↵ | Brad King | 2007-06-27 | 1 | -1/+1 |
| | | | | target with the same name. This accidentally worked before but with a circular dependency. | ||||
* | STYLE: add some more output, so it is easier to understand | Alexander Neundorf | 2007-06-21 | 1 | -5/+10 |
| | | | | Alex | ||||
* | ENH: create the correct jar name | Bill Hoffman | 2006-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: use the right name for the test | Bill Hoffman | 2006-04-23 | 1 | -3/+3 |
| | |||||
* | ENH: fix build | Bill Hoffman | 2006-04-23 | 1 | -8/+9 |
| | |||||
* | ENH: fix in source build for vs ide | Bill Hoffman | 2006-04-22 | 1 | -0/+5 |
| | |||||
* | try and get this java test to work | Bill Hoffman | 2004-09-24 | 2 | -15/+1 |
| | |||||
* | ENH: add some java code to try and find the system path | Bill Hoffman | 2004-09-24 | 2 | -0/+16 |
| | |||||
* | ENH: remove classpath so that this test passes with older java compilers ↵ | Bill Hoffman | 2004-09-24 | 1 | -2/+0 |
| | | | | that clober the system class path with the -classpath option | ||||
* | use verbose makefiles | Bill Hoffman | 2004-09-22 | 1 | -0/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 3 | -0/+51 |
directory. |