summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation/DumpInformation.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-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 testBrad King2009-07-271-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 King2005-02-071-0/+2
|
* ENH:Add test for GET/SET_DIRECTORY_PROPERTYAndy Cedilnik2004-04-261-0/+1
|
* EHN: Also display Configure.h and Configure.hxx from cmsysAndy Cedilnik2003-08-081-0/+2
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+1
|
* BUG: Open as ascii to remove extra new linesAndy Cedilnik2003-08-051-1/+1
|
* ENH: Add accessor for the list of commandsAndy Cedilnik2003-08-041-0/+1
|
* ENH: Added dump of more files. Improved robustness of dump.Brad King2003-07-161-35/+57
|
* Display Cache and all variablesAndy Cedilnik2003-03-171-5/+15
|
* add some more printsBill Hoffman2003-01-171-1/+1
|
* clean up test for html outputBill Hoffman2002-11-121-2/+19
|
* *** empty log message ***Bill Hoffman2002-11-121-1/+5
|
* new testBill Hoffman2002-11-111-0/+18