summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-04-061-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-051-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-041-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-031-1/+1
|
* Partial fix from bug #10503, use full paths to fix custom commands.Bill Hoffman2010-04-022-3/+5
| | | | This fixes tests ExternalProject and LinkDirectory for VS 2010.
* KWSys Nightly Date StampKWSys Robot2010-04-021-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-03-311-1/+1
|
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-302-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 StampKWSys Robot2010-03-301-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-271-1/+1
|
* Fix for bug #0010466, fix crash in --help-module.Bill Hoffman2010-03-261-5/+12
|
* BUG: Commit a fix from Rusty to address incorrectly reported memory queries.Dave Partyka2010-03-261-5/+7
|
* OpenBSD: Work-around static/runtime linker inconsistencyChuck Atkins2010-03-263-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 StampKWSys Robot2010-03-261-1/+1
|
* it's CMAKE_COMPILER_IS_GNUCC, not CMAKE_COMPILER_IS_GNUGCCAlex Neundorf2010-03-251-1/+1
| | | | | | Patch from Brad Hards <bradh AT frogmouth DOT net> Alex
* KWSys Nightly Date StampKWSys Robot2010-03-251-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-231-1/+1
|
* Teach CMake how to work with G95 on mingw.Bill Hoffman2010-03-231-0/+1
|
* ENH: Adding symbol for cray compute linux to DynamicLoader.cxxPat Marion2010-03-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-221-1/+1
|
* 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-183-9/+32
|
* More debugging of StopTime testZach Mullen2010-03-183-3/+18
|
* 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
|
* Include relative path in generated qrc and uic files. Fixes #10413.Clinton Stimpson2010-03-171-2/+2
|
* Change to use FindX11.cmake. Should fix #9929.Clinton Stimpson2010-03-172-54/+26
|
* Add support for libXi.Clinton Stimpson2010-03-171-0/+10
|
* Output times during StopTime test for debuggingZach Mullen2010-03-171-0/+4
|
* Test using std::minZach Mullen2010-03-171-2/+2
|
* Replace min() call with its literal definitionZach Mullen2010-03-171-1/+2
|
* ENH: Hook in GetPrerequisites to override item typeMichael Wild2010-03-171-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 Mullen2010-03-171-3/+4
|
* Add the --stop-time argumentZach Mullen2010-03-1713-6/+422
| | | | Unit test and script hook for STOP_TIME
* ENH: Clarify a doc string. Fixes #10358.Clinton Stimpson2010-03-171-1/+3
|
* ENH: Modify how OpenGL is searched for, that is, use FindOpenGL.cmake.Clinton Stimpson2010-03-171-17/+5
|
* KWSys Nightly Date StampKWSys Robot2010-03-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-161-1/+1
|
* Support multiple arguments in CC,CXX,FC valuesBrad King2010-03-151-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 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.
* Change to UTC for dashboard time.Bill Hoffman2010-03-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-03-151-1/+1
|