summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* BUG: removed unused CMakeFindFrameworks includePetr Gotthard2008-10-251-2/+0
|
* ENH: added a module to find M&S HLA RTIPetr Gotthard2008-10-251-0/+90
|
* BUG: Fix find of assistant on Mac.Clinton Stimpson2008-10-241-2/+2
|
* ENH: Activate GetPrerequisites code on Linux. Thanks to Mike Arthur for ↵David Cole2008-10-241-4/+12
| | | | finishing it off.
* BUG: Fix regression in finding QtAssistantClinton Stimpson2008-10-201-3/+17
|
* BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;Miguel A. Figueroa-Villanueva2008-10-201-2/+18
| | | | supports gcc, nmake, and visual studio in all configurations.
* BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix ↵Miguel A. Figueroa-Villanueva2008-10-201-2/+3
| | | | for wxWidgets_ROOT_DIR search.
* ENH: better way to find uic and moc.Clinton Stimpson2008-10-151-23/+14
|
* ENH: remove extra setBill Hoffman2008-10-151-1/+0
|
* ENH: fix problem where rc language recursively included itself because ↵Bill Hoffman2008-10-147-7/+9
| | | | CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-1/+4
|
* ENH: When changing the qmake pointed to, re-find all of Qt's includes, ↵Clinton Stimpson2008-10-141-294/+117
| | | | | | libraries, etc... This makes it much easier to switch between Qt versions.
* BUG: Fix find of dbus dependency in Qt 4.4Clinton Stimpson2008-10-131-3/+3
|
* BUG: Fix for issue #5193. Base result of FindMFC.cmake mostly on a ↵David Cole2008-10-101-12/+40
| | | | TRY_COMPILE result. Gives accurate answer about whether MFC is available.
* BUG: Avoid boost versions less than requiredBrad King2008-10-091-14/+31
| | | | | | Construction of a list of candidate versions used to produce search paths now discards versions less than requested by the user. See issue #7783.
* BUG: Pass definitions to rc with MakefilesBrad King2008-10-091-1/+1
| | | | | | The build rule to run the resource compiler on Windows with a Makefiles generator should include the placeholder to add the definition flags. See issue #7769.
* ENH: Fix #7784. Fix link of glib when needed.Clinton Stimpson2008-10-071-6/+7
|
* BUG: fix for 5705, link in standard libs for mingwBill Hoffman2008-10-021-0/+2
|
* ENH: find perl with FindPerl not find_program, bug: 6243Bill Hoffman2008-10-011-1/+2
|
* BUG: fix for 7451Bill Hoffman2008-10-011-0/+12
|
* BUG: fix for bug 4772, enable_language should now work on linux with correct ↵Bill Hoffman2008-10-012-2/+14
| | | | flags
* BUG: fix for 7746Bill Hoffman2008-09-271-0/+1
|
* BUG: fix for 7704Bill Hoffman2008-09-251-0/+6
|