summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix #7913: find also python 2.6 on windowsAlexander Neundorf2009-01-101-0/+1
| | | | Alex
* BUG: fix #8122, _firstPoFile was not empty because it was no real variableAlexander Neundorf2009-01-101-1/+3
| | | | | | but just a macro argument -> make it a real variable Alex
* STYLE: fix typoAlexander Neundorf2009-01-101-1/+1
| | | | Alex
* STYLE: this is not necessary anymore for kdevelop, the kdevelop generatorAlexander Neundorf2009-01-101-5/+1
| | | | | | | | | now generates the project so that the environment variable VERBOSE is set to 1 when make is executed by kdevelop (and additionally this didn't work, since CMAKE_GENERATOR never matches KDevelop3, this is now in CMAKE_EXTRA_GENERATOR) Alex
* BUG: Fixed CXXTEST_INCLUDE_DIRS so it will work properly with NOTFOUND.Philip Lowman2009-01-081-24/+47
| | | | | Also eliminated superfluous CXXTEST_FOUND assignment and cleaned up the code and added additional documentation. Tagged v1.0.
* BUG: Fix install_name_tool problem on the Mac when a PROJECT(... NONE) is ↵David Cole2008-12-301-1/+1
| | | | followed by multiple calls to ENABLE_LANGUAGE. Use find_program to set the CMAKE_INSTALL_NAME_TOOL variable so it gets saved in the cache as a full path to the install_name_tool executable rather than a simple set which eventually goes out of scope.
* ENH: New location to look for "dot"David Cole2008-12-261-1/+3
|
* ENH: Re-work of fix committed yesterday for the Watcom WMake dashboard. Fix ↵David Cole2008-12-241-1/+6
| | | | it properly by using the SYMBOLIC source file property to indicate to WMake when the sentinel file is not actually written by the update step.
* BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowedMiguel A. Figueroa-Villanueva2008-12-241-2/+2
| | | | some cases to breakaway from tests without resetting to FALSE (BUG: 8188).
* BUG: use FindPkgConfig.cmake instead of UsePkgConfig.cmake, sync with KDEAlexander Neundorf2008-12-221-7/+9
| | | | | | svn and fix bug #8290 Alex
* ENH: Add the update step in between download and build. Add UPDATE_ARGS and ↵David Cole2008-12-191-33/+129
| | | | UPDATE_COMMAND handling. Output a -complete sentinel in synch with the -install sentinel, but do not list it as an OUTPUT of the custom command. That breaks the chaining of add_custom_commands between custom targets, but allows for a file-level dependency expression that will cause proper incremental rebuilds. When earlier targets rebuild, subsequent dependent targets will also rebuild. CVS and SVN update commands are always out-of-date so that they always run to get the latest source. To suppress that behavior on a per-external project basis use an explicit empty string for UPDATE_COMMAND. The source will still be checked out from the repository prior to the update step by the download step.
* BUG: fix for #8298 look for libexpat as wellBill Hoffman2008-12-191-1/+1
|
* ENH: Use 32-bit and 64-bit Program Files foldersBrad King2008-12-171-8/+49
| | | | | | On 64-bit Windows there may be two Program Files folders, one for 32-bit binaries and one for 64-bit binaries. When we compute CMAKE_SYSTEM_PREFIX_PATH we should put both folders in the path.
* BUG: Fix for #8247.Clinton Stimpson2008-12-151-5/+17
| | | | | Add QT_TRANSLATIONS_DIR pointing to the Qt translation files, and docs for it. Also add docs for QT_BINARY_DIR.
* ENH: Added FindCxxTest module to assist others in using the CxxTest unit ↵Philip Lowman2008-12-121-0/+90
| | | | testing framework within CTest
* ENH: Default to the same cmake used for configuring when building and ↵David Cole2008-12-091-2/+12
| | | | installing. If none specified default to the cmake used to configure the outer/aggregating project.
* ENH: adding functionality for finding Squish, adding Squish tests from ↵Brad Davis2008-12-084-0/+202
| | | | CMake, and running Squish tests from ctest
* BUG: Make sure all directories used as working directories exist at CMake ↵David Cole2008-12-081-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.
* ENH: Make it easier to use configure/make/make-install as the build steps ↵David Cole2008-12-051-81/+144
| | | | 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.
* ENH: First draft of add_external_project functionality. Tweaks, dashboard ↵David Cole2008-12-044-0/+589
| | | | fixing, more tests and documentation certain to follow as it gets used by others...
* BUG: make sure list is not size 0 before sortBill Hoffman2008-12-041-2/+4
|
* ENH: fix curses on haikuBill Hoffman2008-12-032-6/+22
|
* BUG: #7904 add rpm package dependBill Hoffman2008-12-031-3/+19
|
* BUG: Revert 1.138.Clinton Stimpson2008-11-251-14/+23
|
* BUG: fix for #8089, fix rebuild with fortran and -DBill Hoffman2008-11-141-1/+27
|
* BUG: Because of Windows registry madness, we could not find the ↵David Cole2008-11-131-7/+17
| | | | redistributables directory on Win64 builds... Add a search directory based on devenv (CMAKE_MAKE_PROGRAM) location so we can find it despite the madness.
* BUG: the modules shipped with cmake don't needAlexander Neundorf2008-11-131-2/+1
| | | | | | | | | CMAKE_MINIMUM_REQUIRED(VERSION), because the cmake they are shipped with is always ok. Additionally, if a Find-module does CMAKE_MINIMUM_REQUIRED(), it changes the policies as they may be set up by the project. So this shouldn't be done in a Find-module (or surrounded by policy-push/pop commands) Alex
* ENH: Added First revision of FindDevIL.cmakeChristopher Harvey2008-11-121-0/+51
|
* ENH: fix fortran flags on g77 windowsBill Hoffman2008-11-111-0/+7
|
* ENH: fix fortran flags on sunBill Hoffman2008-11-111-2/+5
|
* STYLE: add some comment, so it says at least a bit what it is good forAlexander Neundorf2008-11-051-0/+2
| | | | Alex
* BUG: Fix #7969. Fix moc output files if source dir contains regex characters.Clinton Stimpson2008-11-051-5/+7
|
* ENH: add support for the MS masm and masm64 assemblers, works with nmake,Alexander Neundorf2008-11-056-2/+36
| | | | | | not (yet) with the Visual Studio generators Alex
* BUG: Fix #7934. phonon doesn't always depend on QtDBus.Clinton Stimpson2008-11-051-1/+5
|
* STYLE: mention cdash (not only dart)Alexander Neundorf2008-11-031-2/+2
| | | | Alex
* ENH: fix for intel module on linuxBill Hoffman2008-10-311-0/+2
|
* ENH: better output if module linkage is not foundBill Hoffman2008-10-301-8/+7
|
* ENH: fix uppercase version so defines are not upper as wellBill Hoffman2008-10-301-6/+14
|
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-1/+5
|
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-0/+1
|
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-1/+1
|
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-0/+1
|
* ENH: fix upper caseBill Hoffman2008-10-291-4/+4
|
* ENH: only check for module linkage if f90 is availableBill Hoffman2008-10-291-1/+4
|
* ENH: fix for xlf module linkageBill Hoffman2008-10-291-1/+1
|
* ENH: add test for FortranCInterfaceBill Hoffman2008-10-291-3/+3
|
* ENH: add support for g77 extra _ at the end of functions that have an _ in ↵Bill Hoffman2008-10-281-9/+35
| | | | the name...
* ENH: add support for module functionsBill Hoffman2008-10-281-32/+84
|
* ENH: add fortran link discovery moduleBill Hoffman2008-10-272-0/+144
|
* BUG: Fixed CMAKE_FIND_LIBRARY_PREFIXES related error on Win32 systems.Petr Gotthard2008-10-271-2/+2
|