Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Commit a fix from Rusty to address incorrectly reported memory queries. | Dave Partyka | 2010-03-26 | 1 | -5/+7 |
| | |||||
* | OpenBSD: Work-around static/runtime linker inconsistency | Chuck Atkins | 2010-03-26 | 2 | -0/+13 |
| | | | | | | | Detect the runtime linker's search path and add to the compile time linker's search path. This is needed because OpenBSD's static linker does not search for shared library dependencies in the same places as the runtime linker. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | ENH: Adding symbol for cray compute linux to DynamicLoader.cxx | Pat Marion | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Better detection of stop_time being passed. | Zach Mullen | 2010-03-19 | 3 | -4/+7 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Fix StopTime to also account for localtime being a day ahead of gmtime | Zach Mullen | 2010-03-18 | 2 | -8/+10 |
| | |||||
* | Fix for StopTime for cases when gmtime is a day ahead of localtime | Zach Mullen | 2010-03-18 | 2 | -7/+30 |
| | |||||
* | More debugging of StopTime test | Zach Mullen | 2010-03-18 | 1 | -0/+2 |
| | |||||
* | KWSys: Enable process tree killing on kFreeBSD | Brad King | 2010-03-18 | 1 | -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 Stamp | KWSys Robot | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Test using std::min | Zach Mullen | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Replace min() call with its literal definition | Zach Mullen | 2010-03-17 | 1 | -1/+2 |
| | |||||
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 7 | -5/+118 |
| | | | | Unit test and script hook for STOP_TIME | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Default to gcc as the compiler. | Bill Hoffman | 2010-03-15 | 1 | -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 Stamp | KWSys Robot | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Add errorlevel checking after each custom command in a sequence. | David Cole | 2010-03-11 | 1 | -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 Stamp | KWSys Robot | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Add unit test for RESOURCE_LOCK test property | Zach Mullen | 2010-03-03 | 1 | -3/+6 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Added RESOURCE_LOCK test property. | Zach Mullen | 2010-03-02 | 6 | -4/+60 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Close ifstream. | Zach Mullen | 2010-03-01 | 1 | -1/+5 |
| | |||||
* | If tests failed on the last run, have them run first next time | Zach Mullen | 2010-03-01 | 2 | -3/+33 |
| | |||||
* | Configurable path to CTest cost data file | Zach Mullen | 2010-03-01 | 3 | -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 Harvey | 2010-03-01 | 1 | -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 Stamp | KWSys Robot | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-27 | 1 | -1/+1 |
| | |||||
* | Use historical average of test times to schedule tests. | Zach Mullen | 2010-02-26 | 6 | -23/+115 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-25 | 1 | -1/+1 |
| |