- May 27, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
- May 26, 2009
-
-
David Cole authored
BUG: Rearrange paths to find correct installations of Visual Studio. Patch devenv.modified_search_order.patch came from issue #7919.
-
Brad King authored
-
- May 25, 2009
-
-
Brad King authored
-
- May 24, 2009
-
-
Brad King authored
-
- May 23, 2009
-
-
Brad King authored
-
- May 22, 2009
-
-
Brad King authored
-
- May 21, 2009
-
-
Brad King authored
-
- May 20, 2009
-
-
Bill Hoffman authored
-
Brad King authored
-
- May 19, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Clinton Stimpson authored
-
Bill Hoffman authored
BUG: fix for #0009051 CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET when running TRY_COMPILE
-
Brad King authored
-
- May 18, 2009
-
-
Alexander Neundorf authored
"find_file", otherwise the docs talk about find_path() instead of find_file (patch from Michael Wild, #9047) Alex
-
Brad King authored
-
- May 17, 2009
-
-
Brad King authored
-
- May 16, 2009
-
-
Brad King authored
-
- May 15, 2009
-
-
Brad King authored
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.
-
Brad King authored
-
- May 14, 2009
-
-
Brad King authored
This creates cmCTestBZR to drive CTest Update handling on bzr-based work trees. Currently we always update to the head of the remote tracking branch (bzr pull), so the nightly start time is ignored for Nightly builds. A later change will address this. Patch from Tom Vercauteren. See issue #6857.
-
Alexander Neundorf authored
Alex
-
Brad King authored
The variable was previously documented for internal-use only. This officially documents it for general use by projects.
-
Brad King authored
The kwsysPrivate header double-inclusion check hits a false positive on VMS for an undetermined reason. This simplifies the workaround and documents it.
-
Brad King authored
-
Brad King authored
-
- May 13, 2009
-
-
Bill Hoffman authored
-
Brad King authored
Read-only directories must be given write permission before we can remove files and subdirectories from them.
-
Brad King authored
CMake directory removal code cannot remove content from read-only directories (a separate bug which will be fixed). Therefore we should not create them in the StringFileTest. This tweaks the file(COPY) call to test not giving OWNER_WRITE to files rather than directories.
-
Brad King authored
-
- May 12, 2009
-
-
Alexander Neundorf authored
as CMakeFind<GENERATOR>.cmake (should have been in the same commit...) Alex
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
CMakeFind<GENERATOR>.cmake, so it is more consistent e.g. with CMakeFindXcode.cmake Alex
-