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/ \+$//' | ||||
* | ENH: Report CMake logs in SystemInformation test | Brad King | 2009-07-27 | 1 | -2/+4 |
| | | | | | | | This teaches the SystemInformation test to report the CMake log files CMakeOutput.log and CMakeError.log from the CMake build tree and from the SystemInformation test build tree. These logs may help diagnose dashboard problems remotely. | ||||
* | BUG: Need to include full output to be a useful test. | Brad King | 2005-02-07 | 1 | -0/+2 |
| | |||||
* | ENH:Add test for GET/SET_DIRECTORY_PROPERTY | Andy Cedilnik | 2004-04-26 | 1 | -0/+1 |
| | |||||
* | EHN: Also display Configure.h and Configure.hxx from cmsys | Andy Cedilnik | 2003-08-08 | 1 | -0/+2 |
| | |||||
* | ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES | Andy Cedilnik | 2003-08-06 | 1 | -0/+1 |
| | |||||
* | BUG: Open as ascii to remove extra new lines | Andy Cedilnik | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add accessor for the list of commands | Andy Cedilnik | 2003-08-04 | 1 | -0/+1 |
| | |||||
* | ENH: Added dump of more files. Improved robustness of dump. | Brad King | 2003-07-16 | 1 | -35/+57 |
| | |||||
* | Display Cache and all variables | Andy Cedilnik | 2003-03-17 | 1 | -5/+15 |
| | |||||
* | add some more prints | Bill Hoffman | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | clean up test for html output | Bill Hoffman | 2002-11-12 | 1 | -2/+19 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-11-12 | 1 | -1/+5 |
| | |||||
* | new test | Bill Hoffman | 2002-11-11 | 1 | -0/+18 |