Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ENH: also search for xmllint, which comes with libxml2 (sync with ↵ | Alexander Neundorf | 2008-08-16 | 1 | -4/+9 |
| | | | | | | FindLibXml2.cmake from KDE) Alex | ||||
* | ENH: add more names of linpng (sync with the KDE version) | Alexander Neundorf | 2008-08-16 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: /usr/local/bin is in the path anyway | Alexander Neundorf | 2008-08-16 | 1 | -6/+10 |
| | | | | | | | | | STYLE: this file is mostly uppercase commands, so make all commands uppercase ENH: add a status message in case pkgconfig didn't find the package (sync with the one from KDE) Alex | ||||
* | ENH: add platform file for bounds checker | Bill Hoffman | 2008-08-15 | 1 | -0/+4 |
| | |||||
* | BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND | Alexander Neundorf | 2008-08-14 | 2 | -2/+2 |
| | | | | | | (in all released versions) Alex | ||||
* | ENH: Improve robustness of compiler INFO strings | Brad King | 2008-08-07 | 6 | -40/+57 |
| | | | | | | | | | | | Compiler INFO strings built at preprocessing time encode information that must appear as a string literal in the resulting binary. We must make sure the strings appear in the final binary no matter what compiler and flags are used. The previous implementation worked in most places but failed with the GNU linker's --gc-sections option which managed to discard the string. Instead we make the program return value depend on an element of the string indexed by a runtime program parameter, which absolutely requires the string to be present. | ||||
* | ENH: Add preprocessor and assembly rules for Intel | Brad King | 2008-08-06 | 2 | -0/+6 |
| | |||||
* | BUG: fix #7452, bad closing ENDIF() statement | Alexander Neundorf | 2008-08-05 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: Build large archives incrementally | Brad King | 2008-08-04 | 3 | -21/+15 |
| | | | | | | Creation of archive libraries with the unix 'ar' tool should be done incrementally when the number of object files is large. This avoids problems with the command line getting too many arguments. | ||||
* | STYLE: Fixed module list in documentation; Magick should be MagickCore. | Miguel A. Figueroa-Villanueva | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | BUG: Fix issue #6610. Use 64-bit system binaries when using the 64-bit MSVC ↵ | David Cole | 2008-07-30 | 1 | -12/+19 |
| | | | | compiler. Thanks to Clinton Stimpson for the patch. | ||||
* | BUG: #7416 fix error when jpeg is not found | Bill Hoffman | 2008-07-29 | 1 | -1/+3 |
| | |||||
* | BUG: Be more careful with Boost_MINOR_VERSION in FindBoost module | Douglas Gregor | 2008-07-28 | 1 | -9/+15 |
| | |||||
* | BUG: Work around Boost 1.36.0 bug fix on Darwin by setting the mangled ↵ | Douglas Gregor | 2008-07-28 | 1 | -17/+23 |
| | | | | compiler name to -xgccVERSION | ||||
* | ENH: Updated FindImageMagick to: | Miguel A. Figueroa-Villanueva | 2008-07-23 | 1 | -60/+173 |
| | | | | | | - Find newer additions such as animate, compare, etc. - Find development api: Magick++, MagickCore, MagickWand - Use FindPackageHandleStandardArgs to output standard messages. | ||||
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 1 | -71/+71 |
| | |||||
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 2 | -731/+731 |
| | |||||
* | ENH: FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so now you ↵ | Alin Elena | 2008-07-22 | 3 | -561/+733 |
| | | | | have three new variables BLA_VENDOR (you can specify the VENDOR), BLA_STATIC (gets the static version of libs), BLA_F95 (gets the fortran 95 interface). BLA_VENDOR can be specified as an environment variable. Intel mkls libs need FindThreads to be found correctly so you will need to enable the C/CXX | ||||
* | ENH: get out of module if no fortran | Bill Hoffman | 2008-07-21 | 2 | -2/+4 |
| | |||||
* | ENH: this should fail only if required is sent to find package | Bill Hoffman | 2008-07-21 | 2 | -206/+215 |
| | |||||
* | ENH: checks if Fortran is enbaled. If not an error message is produced. | Alin Elena | 2008-07-21 | 2 | -6/+15 |
| | |||||
* | ENH: Modules/CheckFortranFunctionExists.cmake helps gfortran to check the ↵ | Alin Elena | 2008-07-21 | 2 | -4/+7 |
| | | | | | | existence of a file ENH: Modules/FindLAPACK.cmake returns the full list of libraries required to link against Lapack | ||||
* | BUG: #7333, search dirs for Fedora | Alexander Neundorf | 2008-07-20 | 1 | -0/+2 |
| | | | | Alex |