- 16 Dec, 2008 4 commits
-
-
Brad King authored
When computing the maximum length full path to the build directory under which object files will be placed, pass the actual path instead of just its length. This will be useful for error message generation.
-
Brad King authored
The previous change to test finding in lib/cmake/<name>* weakened the versioned find tests. Since the lib/cmake paths are searched before lib/<name>* paths the previous change skipped requiring the command to ignore zot-3.0 when finding zot-3.1. This change restores that and adds zot-4.0 to test the lib/cmake path.
-
Brad King authored
- 15 Dec, 2008 3 commits
-
-
Clinton Stimpson authored
BUG: Fix for #8247. Add QT_TRANSLATIONS_DIR pointing to the Qt translation files, and docs for it. Also add docs for QT_BINARY_DIR.
-
Francois Bertel authored
-
Brad King authored
The CMAKE_<CONFIG>_POSTFIX variable and <CONFIG>_POSTFIX property were not documented. This updates the CMAKE_DEBUG_POSTFIX and DEBUG_POSTFIX documentation to refer to the more general variable/property. It also clarifies that the variable is used as the property default only for non-executable targets. See issue #7868.
-
- 14 Dec, 2008 1 commit
-
-
Brad King authored
-
- 12 Dec, 2008 1 commit
-
-
Brad King authored
-
- 11 Dec, 2008 4 commits
-
-
Philip Lowman authored
ENH: Added FindCxxTest module to assist others in using the CxxTest unit testing framework within CTest
-
David Cole authored
BUG: One more conditional in the ExternalProject test to prevent build errors of Tutorial Step5 on Win98 using Visual Studio 6 when the path length of its build tree exceeds 72 characters. Crazy, perhaps. But this fixes the last real dashboard failure of the ExternalProject test.
-
Bill Hoffman authored
-
Brad King authored
-
- 10 Dec, 2008 3 commits
-
-
David Cole authored
BUG: Prevent KWStyle portion of ExternalProject test from configuring, building, installing and testing on WATCOM dashboards. WATCOM STL support is still under development.
-
David Cole authored
-
Brad King authored
-
- 09 Dec, 2008 7 commits
-
-
David Cole authored
COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code.
-
David Cole authored
ENH: Default to the same cmake used for configuring when building and installing. If none specified default to the cmake used to configure the outer/aggregating project.
-
Brad King authored
This teaches find_package to search <prefix>/(share|lib)/cmake/<name>*/ for package configuration files. Packages that do not already have files in a <prefix>/lib/<name>* directory can use this location to avoid cluttering the lib directory.
-
Brad King authored
Versioning has been introduced to find_package, so the comment about it is out of date.
-
David Cole authored
COMP: Don't emit old style cast warning when configured as C++ but still allow being configured as C. Thanks to Monsieur Francois Bertel for the patch.
-
Brad King authored
When the find_package command loads a module it sets several <pkg>_FIND_XXX variables to communicate information about the command invocation to the module. This restores the original state of the variables when the command returns. This behavior is useful when a find-module recursively calls find_package with NO_MODULE so that the inner call does not change the values in the find-module.
-
Brad King authored
-
- 08 Dec, 2008 3 commits
-
-
Brad Davis authored
ENH: adding functionality for finding Squish, adding Squish tests from CMake, and running Squish tests from ctest
-
David Cole authored
BUG: Make sure all directories used as working directories exist at CMake configure time as well as having custom commands that create them. Necessary for the Borland Makefiles generator to generate short path names in the makefile build rules. Also, make sure all custom commands chain together properly through the use of the sentinel files.
-
Brad King authored
-
- 07 Dec, 2008 2 commits
-
-
Bill Hoffman authored
-
Brad King authored
-
- 06 Dec, 2008 1 commit
-
-
Brad King authored
-
- 05 Dec, 2008 6 commits
-
-
David Cole authored
COMP: No-op. White space only change to trigger a re-run of the ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes.
-
David Cole authored
COMP: No-op. White space only change to trigger a re-run of the ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes.
-
David Cole authored
COMP: No-op. White space only change to trigger a re-run of the ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes.
-
David Cole authored
COMP: No-op. White space only change to trigger a re-run of the ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes.
-
David Cole authored
ENH: Make it easier to use configure/make/make-install as the build steps for an external project. Add capability of customizing the download step. Add tests of empty projects. Better comments and error checking in AddExternalProject.cmake. In tests, use KWStyle from CVSHEAD to see if QNX continuous can build the latest KWStyle. Make KWStyle test depend on all previous test external projects so it builds last to catch other issues before any KWStyle compile errors.
-
Brad King authored
-
- 04 Dec, 2008 5 commits
-
-
David Cole authored
ENH: Use a TryCheckout technique to decide whether or not to attempt building the projects that depend on a cvs or svn download method.
-
David Cole authored
ENH: First draft of add_external_project functionality. Tweaks, dashboard fixing, more tests and documentation certain to follow as it gets used by others...
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-