summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-03-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-201-1/+1
|
* Better detection of stop_time being passed.Zach Mullen2010-03-193-4/+7
|
* KWSys Nightly Date StampKWSys Robot2010-03-191-1/+1
|
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-182-8/+10
|
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-182-7/+30
|
* More debugging of StopTime testZach Mullen2010-03-181-0/+2
|
* KWSys: Enable process tree killing on kFreeBSDBrad King2010-03-181-1/+2
| | | | | | Teach kwsysProcessKill to identify processes on this platform using the "ps" command just as on Linux. Patch from Modestas Vainius <modax@debian.org>. See issue #10432.
* KWSys Nightly Date StampKWSys Robot2010-03-181-1/+1
|
* Test using std::minZach Mullen2010-03-171-2/+2
|
* Replace min() call with its literal definitionZach Mullen2010-03-171-1/+2
|
* Add the --stop-time argumentZach Mullen2010-03-177-5/+118
| | | | Unit test and script hook for STOP_TIME
* KWSys Nightly Date StampKWSys Robot2010-03-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-161-1/+1
|
* Default to gcc as the compiler.Bill Hoffman2010-03-151-2/+2
| | | | | | The compiler id is checked for C++ and C, if there is not one of those available, then just default to gcc. This makes it work with Fortran, or None projects.
* KWSys Nightly Date StampKWSys Robot2010-03-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-121-1/+1
|
* Add errorlevel checking after each custom command in a sequence.David Cole2010-03-111-1/+9
| | | | | | | This makes the behavior of the build with the Visual Studio generators equivalent to the behavior of makefile based builds. After an error in a custom command sequence, the build stops and reports an error rather than executing the remaining commands in the sequence.
* KWSys Nightly Date StampKWSys Robot2010-03-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-091-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-071-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-041-1/+1
|
* Add unit test for RESOURCE_LOCK test propertyZach Mullen2010-03-031-3/+6
|
* KWSys Nightly Date StampKWSys Robot2010-03-031-1/+1
|
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-026-4/+60
|
* KWSys Nightly Date StampKWSys Robot2010-03-021-1/+1
|
* Close ifstream.Zach Mullen2010-03-011-1/+5
|
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-012-3/+33
|
* Configurable path to CTest cost data fileZach Mullen2010-03-013-5/+16
| | | | Allow the user to set the CMake variable CTEST_COST_DATA_FILE, which will be used to store the cost data from test runs. If not set, defaults to the original location in the build tree Testing/Temporary dir.
* Documentation: Comply with "XHTML 1.0 Strict"Simon Harvey2010-03-011-23/+43
| | | | | | | | | | | | | Ensure that the HTML documentation generated by CMake complies with "XHTML 1.0 Strict": - All tags are properly closed and DOCTYPE is specified - Useful for downstream XML-processors (e.g. for extracting section titles) See issue #10338. Signed-off-by: Simon Harvey <simon.harvey@cambridgeflowsolutions.com>
* KWSys Nightly Date StampKWSys Robot2010-03-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-02-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-271-1/+1
|
* Use historical average of test times to schedule tests.Zach Mullen2010-02-266-23/+115
|
* KWSys Nightly Date StampKWSys Robot2010-02-261-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-251-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-201-1/+1
|
* BUG: We shouldn't be setting the HideWindow option on the test processes we ↵Zach Mullen2010-02-191-1/+0
| | | | create.
* KWSys Nightly Date StampKWSys Robot2010-02-191-1/+1
|
* Clarify CMAKE_MODULE_PATH documentationBrad King2010-02-181-4/+4
| | | | | Reword the documentation to make it clear that the variable can be a list of directories.