summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FindZLIB: add support for version handling (fixes #5588)Kovarththanan Rajaratnam2010-04-111-3/+13
| | | | This change depends on the fix for #9414 which should land very soon.
* FindZLIB: add support for GnuWin32 (fixes #5588)Kovarththanan Rajaratnam2010-04-111-2/+9
|
* FindZLIB: FindPackageHandleStandardArgs already contains the quiet handlingKovarththanan Rajaratnam2010-04-111-7/+2
|
* KWSys Nightly Date StampKWSys Robot2010-04-111-1/+1
|
* -check for the ARM ABI/EABI compiler ABI for the GNU compilersAlex Neundorf2010-04-101-0/+10
| | | | | | | | The names are: EABI: "ELF ARMEABI" non-EABI: "ELF ARM" Alex
* -revert the previous unintended commitAlex Neundorf2010-04-101-2/+0
| | | | Alex
* -no change, don't know why git wants to commit somethingAlex Neundorf2010-04-101-0/+2
| | | | | | | | | | (I accidentially removed ExternalProject.cmake from git by doing mv ExternalProject.cmake ExternalProject.cmake.save git checkout master which I hoped would basically do a revert as it does with svn and cvs, but it deleted the file from git) Alex
* CPackRPM:: Fix bug #10363, specify compression type in RPM specEric NOULARD2010-04-101-0/+32
| | | | | This is a feature request --Eric
* KWSys Nightly Date StampKWSys Robot2010-04-101-1/+1
|
* Remove spurious tabsKovarththanan Rajaratnam2010-04-091-12/+12
|
* -fix typos in docs, patch from Michael WildAlex Neundorf2010-04-091-3/+3
| | | | Alex
* Patch to avoid short name usage where possible. Get the actual case spelling ↵David Cole2010-04-091-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 StampKWSys Robot2010-04-091-1/+1
|
* Revert "Include relative path in generated qrc and uic files. Fixes #10413."Clinton Stimpson2010-04-081-2/+2
| | | | This reverts commit 108090fde96916ba666f035d1e260f036af5b31e.
* KWSys Nightly Date StampKWSys Robot2010-04-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-071-1/+1
|
* Exclude new warnings that showed up with ctest launcher.Bill Hoffman2010-04-061-0/+8
|
* 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
|