Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | -fix typos in docs, patch from Michael Wild | Alex Neundorf | 2010-04-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | Patch to avoid short name usage where possible. Get the actual case spelling ↵ | David Cole | 2010-04-09 | 1 | -61/+20 |
| | | | | of a file name on 'Windows' without converting to short name and back again. Avoids bad behavior reported in http://bugs.winehq.org/show_bug.cgi?id=22286 when using cmake under a wine/msys/mingw installation on a Linux box. Thanks to Clinton Stimpson for preparing the patch. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Partial fix from bug #10503, use full paths to fix custom commands. | Bill Hoffman | 2010-04-02 | 2 | -3/+5 |
| | | | | This fixes tests ExternalProject and LinkDirectory for VS 2010. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Fix intermingling of test environments when tests run in parallel. | David Cole | 2010-03-30 | 2 | -16/+6 |
| | | | | | | | | | | | | The SaveRestoreEnvironment helper object makes sure that the original environment is restored immediately after the StartProcess call returns rather than waiting for the end of the test. When tests are executed in parallel, there is no guarantee about the ordering of EndTest calls relative to StartTest calls. In fact, it would be odd for them to be nested nicely. Therefore, to avoid the corruption of the calling ctest's environment, the original environment must be restored before ForkProcess returns. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Fix for bug #0010466, fix crash in --help-module. | Bill Hoffman | 2010-03-26 | 1 | -5/+12 |
| | |||||
* | 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 |
| |