Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix <CONFIG>_POSTFIX property/variable docs | Brad King | 2008-12-15 | 2 | -11/+25 |
| | | | | | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-12 | 1 | -1/+1 |
| | |||||
* | ENH: Added FindCxxTest module to assist others in using the CxxTest unit ↵ | Philip Lowman | 2008-12-12 | 1 | -0/+90 |
| | | | | testing framework within CTest | ||||
* | BUG: One more conditional in the ExternalProject test to prevent build ↵ | David Cole | 2008-12-11 | 1 | -10/+32 |
| | | | | 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. | ||||
* | ENH: remove some verbosity to reduce test time | Bill Hoffman | 2008-12-11 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | BUG: Prevent KWStyle portion of ExternalProject test from configuring, ↵ | David Cole | 2008-12-10 | 1 | -20/+35 |
| | | | | building, installing and testing on WATCOM dashboards. WATCOM STL support is still under development. | ||||
* | STYLE: Fix line length style violations. | David Cole | 2008-12-10 | 2 | -3/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 ↵ | David Cole | 2008-12-09 | 3 | -19/+52 |
| | | | | *.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. | ||||
* | ENH: Default to the same cmake used for configuring when building and ↵ | David Cole | 2008-12-09 | 1 | -2/+12 |
| | | | | installing. If none specified default to the cmake used to configure the outer/aggregating project. | ||||
* | ENH: Add useful search locations to find_package | Brad King | 2008-12-09 | 4 | -2/+17 |
| | | | | | | | | | | 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. | ||||
* | STYLE: Remove old TODO comment in find_package | Brad King | 2008-12-09 | 1 | -8/+0 |
| | | | | | Versioning has been introduced to find_package, so the comment about it is out of date. | ||||
* | COMP: Don't emit old style cast warning when configured as C++ but still ↵ | David Cole | 2008-12-09 | 1 | -2/+14 |
| | | | | allow being configured as C. Thanks to Monsieur Francois Bertel for the patch. | ||||
* | ENH: Preserve <pkg>_FIND_XXX vars in find_package | Brad King | 2008-12-09 | 2 | -12/+51 |
| | | | | | | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | ENH: adding functionality for finding Squish, adding Squish tests from ↵ | Brad Davis | 2008-12-08 | 4 | -0/+202 |
| | | | | CMake, and running Squish tests from ctest | ||||
* | BUG: Make sure all directories used as working directories exist at CMake ↵ | David Cole | 2008-12-08 | 1 | -13/+81 |
| | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | STYLE: fix link length issues | Bill Hoffman | 2008-12-08 | 1 | -11/+31 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-06 | 1 | -1/+1 |
| | |||||
* | COMP: No-op. White space only change to trigger a re-run of the ↵ | David Cole | 2008-12-05 | 1 | -1/+0 |
| | | | | ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes. | ||||
* | COMP: No-op. White space only change to trigger a re-run of the ↵ | David Cole | 2008-12-05 | 1 | -0/+1 |
| | | | | ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes. | ||||
* | COMP: No-op. White space only change to trigger a re-run of the ↵ | David Cole | 2008-12-05 | 1 | -1/+0 |
| | | | | ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes. | ||||
* | COMP: No-op. White space only change to trigger a re-run of the ↵ | David Cole | 2008-12-05 | 1 | -0/+1 |
| | | | | ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes. | ||||
* | ENH: Make it easier to use configure/make/make-install as the build steps ↵ | David Cole | 2008-12-05 | 2 | -105/+217 |
| | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | ENH: Use a TryCheckout technique to decide whether or not to attempt ↵ | David Cole | 2008-12-04 | 2 | -6/+84 |
| | | | | building the projects that depend on a cvs or svn download method. | ||||
* | ENH: First draft of add_external_project functionality. Tweaks, dashboard ↵ | David Cole | 2008-12-04 | 10 | -0/+803 |
| | | | | fixing, more tests and documentation certain to follow as it gets used by others... | ||||
* | BUG: fix cpu info string | Bill Hoffman | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | BUG: make sure list is not size 0 before sort | Bill Hoffman | 2008-12-04 | 1 | -2/+4 |
| | |||||
* | ENH: allow startup command to be optional | Bill Hoffman | 2008-12-04 | 1 | -27/+22 |
| | |||||
* | BUG: fix for bug #8216 | Bill Hoffman | 2008-12-04 | 1 | -7/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: fix curses on haiku | Bill Hoffman | 2008-12-03 | 2 | -6/+22 |
| | |||||
* | BUG: fix for rc and vs6 | Bill Hoffman | 2008-12-03 | 5 | -25/+66 |
| | |||||
* | BUG: #7904 add rpm package depend | Bill Hoffman | 2008-12-03 | 1 | -3/+19 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | ENH: disable ftp check because it is no longer active on public | Bill Hoffman | 2008-12-02 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling ↵ | David Cole | 2008-12-01 | 1 | -1/+4 |
| | | | | language "NONE". | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix line length style violation. | David Cole | 2008-11-28 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-27 | 1 | -1/+1 |
| | |||||
* | ENH: fix warning on HPUX | Bill Hoffman | 2008-11-26 | 1 | -1/+4 |
| |