- 30 Jun, 2009 2 commits
-
-
Brad King authored
- 29 Jun, 2009 4 commits
-
-
-
Brad King authored
CMake previously generated Xcode project files labeled as 2.4-compatible by recent versions of Xcode (3.0 and 3.1). It is better to generate native Xcode 3.0 and 3.1 projects. In particular, this can improve build times by using the "Build independent targets in parallel" feature. Patch from Doug Gregor. See issue #9216.
-
David Cole authored
BUG: Avoid running the cvs portions of the ExternalProject test on non-cygwin builds that are using cygwin cvs.exe.
-
Brad King authored
-
- 28 Jun, 2009 8 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Alexander Neundorf authored
Tests/Complex/ ) Alex
-
Alexander Neundorf authored
just a single item is printed Alex
-
Alexander Neundorf authored
something different from "C", by resetting them to "C" (#9122) Alex
-
Alexander Neundorf authored
files of the project, i.e. there is now a "CMake Files" folder additionally to the "Sources", "Headers" and "Others" folders which already existed. Patch by Daniel Teske. Alex
-
Alexander Neundorf authored
patch by Daniel Teske Alex
-
Brad King authored
-
- 27 Jun, 2009 2 commits
-
-
Alexander Neundorf authored
Alex
-
Brad King authored
-
- 26 Jun, 2009 9 commits
-
-
David Cole authored
BUG: Downgrade svn repository to be created with an svn 1.2 installation (rather than 1.4) so that it works (hopefully) with more svn clients in the wild. Change time stamps of test projects in CMakeLists.txt to reflect times available in newly created repository. Add UPDATE_COMMAND "" for checkouts that are tag-based or date-stamp-based to avoid unnecessary update steps.
-
Bill Hoffman authored
-
David Cole authored
ENH: Do not unzip the local repositories unless CVS and SVN executables are available. Add 'configure' step to the repository extraction 'projects' to print the version number of CVS and SVN in the dashboard test/build output.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
David Cole authored
ENH: Revise the ExternalProject test to use local CVS and SVN repositories to avoid network activity. Also: stop building KWStyle and kwsys as part of this test to reduce the amount of time spent running the test. Instead, build TutorialStep1 as retrieved from the new local repositories with various tags, date stamps and revision numbers.
-
Bill Hoffman authored
-
Brad King authored
-
- 25 Jun, 2009 10 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
David Cole authored
ENH: Add *.tgz files of cvs and svn repositories containing the TutorialStep1 project to test cvs and svn capabilities of ExternalProject without requiring network activity.
-
Brad King authored
The UpdateBZR and UpdateBZR.CLocale tests should run in different directories so that they can be executed in parallel.
-
Brad King authored
This cleans up the Makefile generator's progress rule code. Instead of keeping every cmMakefileTargetGenerator instance alive to generate progress, we keep only the information necessary in a single table. This approach keeps most of the code in cmGlobalUnixMakefileGenerator3, thus simplifying its public interface.
-
Brad King authored
-
Brad King authored
This enhances the Fortran compiler id detection by using a source that can compile either as free or fixed format. As long as the compiler knows it should preprocess the source file (.F) the identification can work. Even free-format compilers may try fixed-format parsing if the user specifies certain flags, so we must support both.
-
Brad King authored
-
- 24 Jun, 2009 5 commits
-
-
Clinton Stimpson authored
ENH: Save/restore splitter sizes. Fixes #9070.
-
Brad King authored
The RemoveEscapes method is no longer used anywhere. All uses of it have been replaced by a real lexer. We can remove the method.
-
Brad King authored
This creates new module ExternalProject.cmake to replace the prototype AddExternalProject.cmake module. The interface is more refined, more flexible, and better documented than the prototype. This also converts the ExternalProject test to use the new module. The old module will be removed (it was never in a CMake release) after projects using it have been converted to the new module.
-
Brad King authored
This test requires a long time on slower machines, so we need to extend its timeout. It is an important test, so it does not fall under the CMAKE_RUN_LONG_TESTS option. In the future we should try to shorten the test by building simpler external projects.
-
Brad King authored
This documents CMake's support for cycles in the dependency graph of STATIC libraries.
-