summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added some ctest batch capabilitiesZach Mullen2009-09-102-0/+148
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-106-48/+38
* KWSys Nightly Date StampKWSys Robot2009-09-101-1/+1
* Enable C and C++ first in Fortran testBrad King2009-09-091-1/+1
* Bias Fortran compiler search with C/C++ compilersBrad King2009-09-091-0/+35
* KWSys Nightly Date StampKWSys Robot2009-09-091-1/+1
* Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.David Cole2009-09-081-0/+1
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-083-9/+61
* Missed a CMAKE_CFG_INTDIR reference in the previous commit.David Cole2009-09-081-1/+1
* Drop old CMake "build settings" export/importBrad King2009-09-084-282/+32
* Use more verbose/descriptive names for the "public API" functions in the Exte...David Cole2009-09-082-78/+92
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-082-21/+26
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-085-67/+74
* BUG: Fixed issue where ctest would hang if a process terminated with output i...Zach Mullen2009-09-083-12/+39
* Fixed warningZach Mullen2009-09-081-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-081-1/+1
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-076-8/+40
* Put custom commands in topological order for VS 10Brad King2009-09-073-16/+29
* Save source dependencies from custom command traceBrad King2009-09-072-6/+45
* Do Windows command line escapes for VS 10 tooBrad King2009-09-074-34/+24
* KWSys Nightly Date StampKWSys Robot2009-09-071-1/+1
* Try to fix the failing new StringFileTest on HP-UXAlexander Neundorf2009-09-061-2/+2
* Add a test for FILE(READ ... HEX) together with a tiny binary file.Alexander Neundorf2009-09-062-0/+9
* fix #9316: when converting binary data to hex, also print the leading 0'sAlexander Neundorf2009-09-061-1/+1
* Improve the algorithm which skips targets so they are not added to the codebl...Alexander Neundorf2009-09-061-47/+16
* KWSys Nightly Date StampKWSys Robot2009-09-061-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-051-1/+1
* Oops. Close strings with double quotes. Where they're supposed to be.David Cole2009-09-041-2/+2
* Add MPICH2 and Microsoft HPC paths, add paths to find mpiexec. Now it works b...David Cole2009-09-041-8/+16
* Fix memory and process leak in ctest_run_script.Bill Hoffman2009-09-041-1/+1
* fix focus fighting between search field and cache value editorsClinton Stimpson2009-09-042-1/+9
* Increase curl submit timeout. A submit will timeout if there are 120 seconds ...David Cole2009-09-041-7/+11
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-043-31/+46
* Change run_ctest_script in ctest to not stop processing when there is an erro...Bill Hoffman2009-09-044-8/+43
* Cleanup source file dependency tracing logicBrad King2009-09-041-52/+56
* Cleanup cmTarget source file list representationBrad King2009-09-042-11/+19
* Simplify VS CMake re-run checkBrad King2009-09-041-11/+0
* Simplify VS generator ZERO_CHECK dependencyBrad King2009-09-042-37/+8
* Fixed output as-it-happens issue. Now displays output as it receives each ne...Zach Mullen2009-09-041-0/+4
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-044-15/+43
* KWSys Nightly Date StampKWSys Robot2009-09-041-1/+1
* Remove CMakeSetup. Long live cmake-gui, start building Qt now.Bill Hoffman2009-09-0328-4477/+9
* some white space fixes for the bookKen Martin2009-09-031-1/+1
* Fixed 2 unused variable warningsZach Mullen2009-09-031-3/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-035-80/+91
* some white space fixes for the bookKen Martin2009-09-0313-23/+29
* Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since...David Cole2009-09-032-11/+74
* Fixed warningsZach Mullen2009-09-035-4/+13
* COMP: Silence useless Borland inlining warningBrad King2009-09-031-0/+6
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-037-8/+27