summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH: Fix #7433. Put list of files in a .pro file and call lupdate on it,Clinton Stimpson2008-09-221-3/+17
| | | | instead of putting the list of files on the command line.
* BUG: remove debug statements.Clinton Stimpson2008-09-221-2/+0
|
* ENH: Teach find_library to find OpenBSD-style libsBrad King2008-09-221-0/+1
| | | | | | | OpenBSD shared libraries use a ".so.<major>.<minor>" extension and do not have a symlink with just a ".so" extension. Its "ld" is capable of finding the library with the best version. This change adds support for finding such libraries. See issue #3470.
* BUG: 7435, remove warning for not setting DESTDIRBill Hoffman2008-09-221-5/+0
|
* BUG: 7435 fixes to add optional post-installBill Hoffman2008-09-191-18/+51
|
* ENH: try to make this work if ncurses lib is found bug not the ncurses headerBill Hoffman2008-09-181-14/+32
|
* ENH: For #7433, add a bit more documentation and add abilityClinton Stimpson2008-09-181-3/+9
| | | | to specify extra flags to lupdate.
* ENH: added a module to find Coin3DMatthew Leotta2008-09-171-0/+72
|
* BUG: Fix FindBoost versioned findBrad King2008-09-161-10/+13
| | | | | | | | To locate the boost include directory, all search paths and versioned path suffixes should be passed to one call of FIND_PATH. Previously the test for one version would find an unversioned system boost even when the user set BOOST_ROOT (since the NO_DEFAULT_PATH option is not used). See issue #7456.
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-154-1/+25
|
* BUG: fix for 6586, set THREADS_FOUNDBill Hoffman2008-09-111-0/+12
|
* ENH: Improve find_package version numberingBrad King2008-09-101-7/+12
| | | | | | | | Make the number of version components specified explicitly available. Set variables for unspecified version components to "0" instead of leaving them unset. This simplifies version number handling for find- and config-modules. Also support a fourth "tweak" version component since some packages use them.
* ENH: fix docs, bug 7590Bill Hoffman2008-09-091-0/+4
|
* BUG: only check for a toolchain prefix (e.g. "arm-linux-" inAlexander Neundorf2008-09-082-41/+51
| | | | | | "arm-linux-gcc") if we are cross compiling and the compiler is gcc Alex
* ENH: do not add the same thing to the PATH again and againBill Hoffman2008-09-081-2/+4
|
* BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from ↵Alexander Neundorf2008-09-072-2/+16
| | | | | | | | _CMAKE_TOOLCHAIN_PREFIX (use the (relatively) new CMAKE_MATCH_x variables set by all regex operations) Alex
* ENH: Add BundleUtilities.cmake and supporting changes to ↵David Cole2008-09-062-29/+845
| | | | GetPrerequisites.cmake. Function copy_and_fixup_bundle in BundleUtilities helps to make standalone bundle applications on the Mac by pulling in prerequisite non-system libraries and frameworks as needed. Uses otool and install_name_tool to do analysis and fixups. Project-specific hooks for deciding where to embed libraries and for resolving item names into full path file names are also provided.
* BUG: make sure the intel compiler uses the intel linkerBill Hoffman2008-09-021-1/+1
|
* BUG: remove Catalan as 2.29 does not have itBill Hoffman2008-09-021-1/+0
|
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-0/+26
| | | | | | | A Mac OS X Framework should provide a Resources/Info.plist file containing meta-data about the framework. This change generates a default Info.plist for frameworks and provides an interface for users to customize it.
* ENH: For #7433, add documentation that directories also can be specified toClinton Stimpson2008-08-301-3/+3
| | | | update the translation files.
* BUG: Do not use "Default" as a language, remove 2nd occurence of "English", ↵David Cole2008-08-261-7/+3
| | | | and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware.
* ENH: Add comments about pre-processor defines and moc.Clinton Stimpson2008-08-261-2/+3
|