Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -0/+29 |
| | | | | | | | 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 |
| | |||||
* | it's CMAKE_COMPILER_IS_GNUCC, not CMAKE_COMPILER_IS_GNUGCC | Alex Neundorf | 2010-03-25 | 1 | -1/+1 |
| | | | | | | Patch from Brad Hards <bradh AT frogmouth DOT net> Alex | ||||
* | 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 |
| | |||||
* | Teach CMake how to work with G95 on mingw. | Bill Hoffman | 2010-03-23 | 1 | -0/+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 | 3 | -9/+32 |
| | |||||
* | More debugging of StopTime test | Zach Mullen | 2010-03-18 | 3 | -3/+18 |
| | |||||
* | 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 |
| | |||||
* | Include relative path in generated qrc and uic files. Fixes #10413. | Clinton Stimpson | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Change to use FindX11.cmake. Should fix #9929. | Clinton Stimpson | 2010-03-17 | 2 | -54/+26 |
| | |||||
* | Add support for libXi. | Clinton Stimpson | 2010-03-17 | 1 | -0/+10 |
| | |||||
* | Output times during StopTime test for debugging | Zach Mullen | 2010-03-17 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | ENH: Hook in GetPrerequisites to override item type | Michael Wild | 2010-03-17 | 1 | -0/+11 |
| | | | | | | The hook is called gp_resolved_file_type_override. Signed-off-by: Michael Wild <themiwi@users.sourceforge.net> | ||||
* | Move get_date call closer to ctest_test for more predictable results. | Zach Mullen | 2010-03-17 | 1 | -3/+4 |
| | |||||
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 13 | -6/+422 |
| | | | | Unit test and script hook for STOP_TIME | ||||
* | ENH: Clarify a doc string. Fixes #10358. | Clinton Stimpson | 2010-03-17 | 1 | -1/+3 |
| | |||||
* | ENH: Modify how OpenGL is searched for, that is, use FindOpenGL.cmake. | Clinton Stimpson | 2010-03-17 | 1 | -17/+5 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Support multiple arguments in CC,CXX,FC values | Brad King | 2010-03-15 | 1 | -0/+1 |
| | | | | | | | | | Teach compiler identification to support values such as export CC='gcc -g -O2' by separating the arguments on spaces. We already do this for the values of CFLAGS, CXXFLAGS, and FFLAGS. | ||||
* | 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. | ||||
* | Change to UTC for dashboard time. | Bill Hoffman | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-15 | 1 | -1/+1 |
| |