summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Avoid String.c inclusion by Compaq templatesBrad King2009-06-104-4/+20
| | | | | | | | The Compaq compiler (on VMS) includes 'String.c' in source files that use the stl string while looking for template definitions. This was the true cause of double-inclusion of the 'kwsysPrivate.h' header. We work around the problem by conditionally compiling the entire source file on a condition only true when really building the source.
* STYLE: Nightly Date StampBrad King2009-06-101-1/+1
|
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-0/+1
|
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-2/+2
|
* STYLE: suppress warnings for borlandBill Hoffman2009-06-093-2/+11
|
* STYLE: Nightly Date StampBrad King2009-06-091-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-081-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-071-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-061-1/+1
|
* COMP: Hopefully fix hashmap on VS6, Thanks Brad K!Dave Partyka2009-06-051-2/+2
|
* ENH: fix warning on borlandBill Hoffman2009-06-051-9/+9
|
* ENH: move PutEnv to SystemToolsBill Hoffman2009-06-054-30/+31
|
* STYLE: Nightly Date StampBrad King2009-06-051-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-041-1/+1
|
* BUG: Recognize .so shared libraries on HP-UXBrad King2009-06-033-0/+21
| | | | | | HP-UX uses both .sl and .so as extensions for shared libraries. This teaches CMake to recognize .so shared libraries so they are treated properly during link dependency analysis.
* STYLE: Nightly Date StampBrad King2009-06-031-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-021-1/+1
|
* STYLE: Nightly Date StampBrad King2009-06-011-2/+2
|
* STYLE: Nightly Date StampBrad King2009-05-311-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-301-1/+1
|
* BUG: fix #9031: newer rpm versions complain about the "#%" linesAlexander Neundorf2009-05-291-6/+6
| | | | Alex
* STYLE: Nightly Date StampBrad King2009-05-291-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-281-1/+1
|
* ENH: Auto-import symbols for cygwin executablesBrad King2009-05-272-0/+13
| | | | | | This enables the --enable-auto-import linker flag on Cygwin when linking executables. It works with the old gcc 3.x compiler and is necessary for the new gcc 4.x compiler. See issue #9071.
* BUG: fix for bug #8153 add purify suppression file and fix output to not be ↵Bill Hoffman2009-05-271-0/+17
| | | | one big line
* ENH: fix for building with VS 2010 make/nmakeBill Hoffman2009-05-271-0/+4
|
* STYLE: Nightly Date StampBrad King2009-05-271-1/+1
|
* BUG: Rearrange paths to find correct installations of Visual Studio. Patch ↵David Cole2009-05-262-6/+14
| | | | devenv.modified_search_order.patch came from issue #7919.
* STYLE: Nightly Date StampBrad King2009-05-261-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-251-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-241-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-231-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-221-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-211-1/+1
|
* ENH: make this work for older versions of OSXBill Hoffman2009-05-201-33/+126
|
* STYLE: Nightly Date StampBrad King2009-05-201-1/+1
|
* ENH: revert back because it does not build on older macs for nowBill Hoffman2009-05-201-121/+33
|
* ENH: remove warningBill Hoffman2009-05-191-1/+0
|
* ENH: make this build on other machines besides the macBill Hoffman2009-05-191-0/+4
|
* ENH: fix system info for macBill Hoffman2009-05-191-14/+17
|
* ENH: fix system info for macBill Hoffman2009-05-191-33/+118
|
* ENH: Better error message for those who switch from Qt3 to Qt4 and don't ↵Clinton Stimpson2009-05-191-4/+4
| | | | clean their cache file.
* BUG: fix for #0009051 CMake does not pass CMAKE_OSX_SYSROOT and ↵Bill Hoffman2009-05-191-0/+14
| | | | CMAKE_OSX_DEPLOYMENT_TARGET when running TRY_COMPILE
* STYLE: Nightly Date StampBrad King2009-05-191-1/+1
|
* STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" withAlexander Neundorf2009-05-181-1/+1
| | | | | | | "find_file", otherwise the docs talk about find_path() instead of find_file (patch from Michael Wild, #9047) Alex
* BUG: Parse more bzr xml output encodingsBrad King2009-05-182-1/+10
| | | | | | | The BZR xml output plugin can use some encodings that are not recognized by expat, which leads to "Error parsing bzr log xml: unknown encoding". This works around the problem by giving expat a mapping, and adds a test. Patch from Tom Vercauteren. See issue #6857.
* STYLE: Nightly Date StampBrad King2009-05-181-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-171-1/+1
|
* STYLE: Nightly Date StampBrad King2009-05-161-1/+1
|
* ENH: Remove CTest public.kitware.com drop defaultBrad King2009-05-152-59/+6
| | | | | | | | | Previously CTest would drop dashboard submissions at public.kitware.com on the PublicDashboard project if there was no configuration. The server no longer supports forwarding to cdash.org, so there is no point in this default. Furthermore, there should be no default at all because it could leak information about proprietary projects that are not configured correctly.