Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix for issue #5193. Base result of FindMFC.cmake mostly on a ↵ | David Cole | 2008-10-10 | 1 | -12/+40 |
| | | | | TRY_COMPILE result. Gives accurate answer about whether MFC is available. | ||||
* | BUG: Avoid boost versions less than required | Brad King | 2008-10-09 | 1 | -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 Makefiles | Brad King | 2008-10-09 | 1 | -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 Stimpson | 2008-10-07 | 1 | -6/+7 |
| | |||||
* | BUG: fix for 5705, link in standard libs for mingw | Bill Hoffman | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | ENH: find perl with FindPerl not find_program, bug: 6243 | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
| | |||||
* | BUG: fix for 7451 | Bill Hoffman | 2008-10-01 | 1 | -0/+12 |
| | |||||
* | BUG: fix for bug 4772, enable_language should now work on linux with correct ↵ | Bill Hoffman | 2008-10-01 | 2 | -2/+14 |
| | | | | flags | ||||
* | BUG: fix for 7746 | Bill Hoffman | 2008-09-27 | 1 | -0/+1 |
| | |||||
* | BUG: fix for 7704 | Bill Hoffman | 2008-09-25 | 1 | -0/+6 |
| | |||||
* | ENH: Fix #7433. Put list of files in a .pro file and call lupdate on it, | Clinton Stimpson | 2008-09-22 | 1 | -3/+17 |
| | | | | instead of putting the list of files on the command line. | ||||
* | BUG: remove debug statements. | Clinton Stimpson | 2008-09-22 | 1 | -2/+0 |
| | |||||
* | ENH: Teach find_library to find OpenBSD-style libs | Brad King | 2008-09-22 | 1 | -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 DESTDIR | Bill Hoffman | 2008-09-22 | 1 | -5/+0 |
| | |||||
* | BUG: 7435 fixes to add optional post-install | Bill Hoffman | 2008-09-19 | 1 | -18/+51 |
| | |||||
* | ENH: try to make this work if ncurses lib is found bug not the ncurses header | Bill Hoffman | 2008-09-18 | 1 | -14/+32 |
| | |||||
* | ENH: For #7433, add a bit more documentation and add ability | Clinton Stimpson | 2008-09-18 | 1 | -3/+9 |
| | | | | to specify extra flags to lupdate. | ||||
* | ENH: added a module to find Coin3D | Matthew Leotta | 2008-09-17 | 1 | -0/+72 |
| | |||||
* | BUG: Fix FindBoost versioned find | Brad King | 2008-09-16 | 1 | -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# 7425 | Bill Hoffman | 2008-09-15 | 4 | -1/+25 |
| | |||||
* | BUG: fix for 6586, set THREADS_FOUND | Bill Hoffman | 2008-09-11 | 1 | -0/+12 |
| | |||||
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -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 7590 | Bill Hoffman | 2008-09-09 | 1 | -0/+4 |
| | |||||
* | BUG: only check for a toolchain prefix (e.g. "arm-linux-" in | Alexander Neundorf | 2008-09-08 | 2 | -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 again | Bill Hoffman | 2008-09-08 | 1 | -2/+4 |
| | |||||
* | BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from ↵ | Alexander Neundorf | 2008-09-07 | 2 | -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 Cole | 2008-09-06 | 2 | -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 linker | Bill Hoffman | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | BUG: remove Catalan as 2.29 does not have it | Bill Hoffman | 2008-09-02 | 1 | -1/+0 |
| | |||||
* | ENH: Create Info.plist files in OS X Frameworks | Brad King | 2008-09-02 | 1 | -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 to | Clinton Stimpson | 2008-08-30 | 1 | -3/+3 |
| | | | | update the translation files. | ||||
* | BUG: Do not use "Default" as a language, remove 2nd occurence of "English", ↵ | David Cole | 2008-08-26 | 1 | -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 Stimpson | 2008-08-26 | 1 | -2/+3 |
| | |||||
* | ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS. | Clinton Stimpson | 2008-08-26 | 1 | -4/+6 |
| | |||||
* | ENH: Add -DWIN32 for moc on Windows. Final fix for #7465. | Clinton Stimpson | 2008-08-26 | 1 | -0/+3 |
| | |||||
* | ENH: Add -D preprocessor defines to the moc commands. | Clinton Stimpson | 2008-08-25 | 1 | -16/+16 |
| | | | | Needed to fix #7465. | ||||
* | BUG: remove extension from inserts | Bill Hoffman | 2008-08-22 | 1 | -56/+56 |
| | |||||
* | ENH: sort languages and use list from NSIS 2.22 | Bill Hoffman | 2008-08-21 | 1 | -49/+56 |
| | |||||
* | BUG: remove some languages that are not supported in older versions of NSIS | Bill Hoffman | 2008-08-21 | 1 | -4/+0 |
| | |||||
* | ENH: try to fix error | Bill Hoffman | 2008-08-20 | 1 | -1/+0 |
| | |||||
* | BUG: fix for bug 7104 look for GL in X11R6 dirs | Bill Hoffman | 2008-08-19 | 1 | -4/+4 |
| | |||||
* | BUG: fix for bug 6775, FindPHP4 did not honor required | Bill Hoffman | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH | Bill Hoffman | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 7446 NSIS support for other languages | Bill Hoffman | 2008-08-19 | 1 | -1/+55 |
| | |||||
* | BUG: fix closing ENDIF() | Alexander Neundorf | 2008-08-17 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: fix closing IF() | Alexander Neundorf | 2008-08-17 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be | Alexander Neundorf | 2008-08-16 | 4 | -6/+55 |
| | | | | | | | | | | | | | found in the system Qt3 and Qt4 cannot be used together in one project. Now Qt3/KDE3 and Qt4/KDE4 handle the case that this is done nevertheless properly, i.e. they fail with FATAL_ERROR if it was REQUIRED and they fail with just MESSAGE(STATUS ...) and RETURN() if it was not REQUIRED BUG: make FindQt4 error out with FATAL_ERROR also if it was searched QUIET Alex | ||||
* | STYLE: remove some unnecessary lines | Alexander Neundorf | 2008-08-16 | 1 | -30/+14 |
| | | | | | | STYLE: everything uppercase in this file Alex | ||||
* | ENH: also search in /usr/X11R7, remove /usr/lib and /usr/local/lib, they are | Alexander Neundorf | 2008-08-16 | 1 | -4/+2 |
| | | | | | | part of the standard search paths (partly sync wih KDE) Alex | ||||
* | ENH: add more names for libtiff, mark TIFF_INCLUDE_DIR and TIFF_LIBRARY as | Alexander Neundorf | 2008-08-16 | 1 | -2/+4 |
| | | | | | | advanced (sync with KDE) Alex |