summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify documentation for if.Bill Hoffman2009-09-141-1/+1
* Removed fork-and-continue option from ctest generated batch script entriesZach Mullen2009-09-142-2/+1
* Fix open solaris build issue with concept checking that breaks std vector for...Bill Hoffman2009-09-142-9/+32
* Change FindPythonLibs to use the standard _DIR instead of _PATH but stay back...Bill Hoffman2009-09-141-14/+27
* KWSys Nightly Date StampKWSys Robot2009-09-141-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-131-1/+1
* Avoid shadowing std::vector memberBrad King2009-09-121-3/+3
* major improvement of FindRuby.cmakeAlexander Neundorf2009-09-121-38/+188
* use HINTS instead of PATHS and also look for libruby-static.a (which is built...Alexander Neundorf2009-09-121-3/+3
* Don't pass *.S files to the assembler, they must go through gcc, because they...Alexander Neundorf2009-09-121-1/+3
* KWSys Nightly Date StampKWSys Robot2009-09-121-1/+1
* Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.Bill Hoffman2009-09-111-1/+1
* Test that CTest can handle missing newlinesBrad King2009-09-111-0/+4
* Fix new CTest output handling for no newlineBrad King2009-09-111-0/+1
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-114-20/+43
* Rewrite CTest child output handlingBrad King2009-09-115-203/+132
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-113-18/+6
* Remove barely-used cmCacheManager::AddCacheEntryBrad King2009-09-113-18/+3
* Fix option() interpretation of non-boolean valuesBrad King2009-09-111-1/+2
* Add parentheses around '&&' between '||' for gccBrad King2009-09-1111-42/+47
* KWSys Nightly Date StampKWSys Robot2009-09-111-1/+1
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-107-2/+94
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-103-23/+2
* sync target generation with the CodeBlocks generatorAlexander Neundorf2009-09-102-80/+51
* As in the Eclipse generator: don't insert the edit_cache target if it is ccma...Alexander Neundorf2009-09-101-1/+18
* 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