- 08 Jun, 2011 2 commits
-
-
Brad King authored
Implement support for multiarch as specified here: http://wiki.debian.org/Multiarch https://wiki.ubuntu.com/MultiarchSpec Detect the <arch> part of <prefix>/lib/<arch> from the implicit library search path from each compiler to set CMAKE_<lang>_LIBRARY_ARCHITECTURE. Define CMAKE_LIBRARY_ARCHITECTURE using one of these values (they should all be the same). Teach the find_library and find_package commands to search <prefix>/lib/<arch> whenever they would search <prefix>/lib.
-
Kitware Robot authored
-
- 07 Jun, 2011 7 commits
-
-
b43af94a CMake: eliminate use of cvs in the Release scripts
-
51e16c05 BundleUtilities: Avoid test on Watcom dashboards (#12034) 41f962a2 Revert "BundleUtilities: Run test on Windows if either MSVC or dumpbin was found." e17135e8 BundleUtilities: Add rpath to loadable modules in test. 8064044c BundleUtilities: Print reason for not loading module.so f3de459c BundleUtilities: Run test on Windows if either MSVC or dumpbin was found. 900bf98d BundleUtilities: Disable running test on Windows unless using MSVC. fa4dc08a BundleUtilities: Fix issues with custom target DEPENDS in test (#12034) e40b79e7 BundleUtilities: Fix test when using xcode (#12034) b68d3dc1 BundleUtilities: Fix regex to extract dependents from ldd (#12034) 7ac7b437 BundleUtilities: Work w/ non .app exes on Mac (#12034)
-
8f0667c1 BundleUtilities: Avoid a cryptic and unhelpful error message
-
dd52fc30 Fix a memory leak.
-
Kitware Robot authored
-
- 06 Jun, 2011 3 commits
-
-
Brad King authored
A post-build phase of each target invokes the XCODE_DEPEND_HELPER.make file to erase any targets that link to it. Narrow the set of targets tested by each post-build phase to those that depend on the newly completed target. This avoids removing files from partially built unrelated targets that happen to be building in parallel.
-
Bill Hoffman authored
-
Kitware Robot authored
-
- 05 Jun, 2011 1 commit
-
-
Kitware Robot authored
-
- 04 Jun, 2011 2 commits
-
-
David Cole authored
-
Kitware Robot authored
-
- 03 Jun, 2011 4 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Kitware Robot authored
-
- 02 Jun, 2011 14 commits
-
-
David Cole authored
Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
-
David Cole authored
When the path to "resolved_embedded_item" was shorter than the path to the bundle being fixed up, fixup_bundle would fail with a cmake error like: "string end index: 110 is out of range 0 - 85" Detect when the path of resolved_embedded_item is too short to be embedded in the bundle, and report the proper error message, so the poor developer reading it has a snowball's chance of actually fixing the issue.
-
faa7ec6e Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
-
517837fb Fix , to - in Copyright message so it passes CMake.ModuleNotices test 162f3fb4 Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtobuf_module_behavior_under_Windows_is_annoying ca000a09 FindProtobuf: Better MSVC support, Searching for protobuf lite
-
e38216c6 Remove unnecessary mark_as_advanced from FindHDF5. 93ba19e0 FindHDF5 ensures good link lines when libraries are duplicated. 0584701a Fix for bug 11752, mixed debug and release libraries. 4e122844 Use HDF5_FOUND to control autoconf and CMake built FindHDF5. 2ba826e0 Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs. 3978f322 Add logic for CMake built HDF5 install. 063ac873 HDF5 high level library is a find COMPONENT now. 34ea1790 Modified the FindHDF5.cmake file to locate the Fortran bindings.
-
Clinton Stimpson authored
This reverts commit f3de459c. There are some platforms without MSVC where this test doesn't work well. We can look into these later.
-
Clinton Stimpson authored
-
Bill Hoffman authored
This fix adds a test for this case for all generators.
-
Kitware Robot authored
-
- 01 Jun, 2011 6 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Brad King authored
Suggested-by:
Luis Kornblueh <luis.kornblueh@zmaw.de>
-
Brad King authored
Add option INACTIVITY_TIMEOUT to terminate the operation if there is no progress for more than a given amount of time.
-
Clinton Stimpson authored
-
Kitware Robot authored
-
- 31 May, 2011 1 commit
-
-
Clinton Stimpson authored
-