summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: rename variables from GIFLIB_* to GIF_*Alexander Neundorf2008-01-042-37/+38
* STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with EricAlexander Neundorf2008-01-041-0/+0
* BUG: fix spelling of the xf86misc and xf86vmode variablesAlexander Neundorf2008-01-041-9/+8
* ENH: Added all lowercase 'openal' to library search names in hopes of addressingEric Wing2008-01-041-3/+3
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() to handle QUIET and REQUIREDAlexander Neundorf2008-01-041-37/+29
* STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it moreAlexander Neundorf2008-01-041-0/+0
* BUG: fix for bug 6151Bill Hoffman2008-01-021-3/+8
* ENH: check the magic code of the executable file to determine the executableAlexander Neundorf2008-01-022-4/+36
* ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)Alexander Neundorf2008-01-021-16/+51
* BUG: make FindRuby work with the libs for MSVC, which can have additionalAlexander Neundorf2008-01-021-2/+4
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-013-74/+4
* ENH: Add SunPro fortran module flags on SunOS.Brad King2007-12-301-0/+2
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-303-0/+4
* ENH: Give Mac installers package relocation capability. Default location is s...David Cole2007-12-262-2/+11
* STYLE: Refactored common libs into a variable, modified comments, and cleaned...Miguel A. Figueroa-Villanueva2007-12-221-46/+37
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-2130-767/+2752
* ENH: Better QT4_EXTRACT_OPTIONS macro.Clinton Stimpson2007-12-191-14/+15
* BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since anAlexander Neundorf2007-12-191-1/+1
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+10
* ENH: should define QT_DLL instead of QT_SHAREDClinton Stimpson2007-12-181-4/+3
* ENH: Improve documentation of new features.Clinton Stimpson2007-12-181-3/+15
* BUG: fix for bug 5464 better find boost for windowsBill Hoffman2007-12-181-1/+1
* BUG: fix for 5722Bill Hoffman2007-12-181-2/+2
* STYLE: fix doc stringBill Hoffman2007-12-171-1/+1
* BUG: fix for 5933, look for java in more reg entriesBill Hoffman2007-12-171-1/+5
* STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branchAlexander Neundorf2007-12-171-6/+4
* BUG: fix for bug 6167 get rid of extra space in flagsBill Hoffman2007-12-173-3/+12
* STYLE: some whitespace syncing with FindQt4.cmake in KDE svnAlexander Neundorf2007-12-161-3/+4
* BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'. ...Brad King2007-12-151-2/+5
* ENH: Add OPTIONS argument to some Qt4 macros.Clinton Stimpson2007-12-141-11/+28
* BUG: fix for 6117, fix for second runBill Hoffman2007-12-141-2/+2
* BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $Bill Hoffman2007-12-121-3/+2
* ENH: Correctly find UiTools library on Mac w/ binary install of Qt.Clinton Stimpson2007-12-111-0/+4
* STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets.Miguel A. Figueroa-Villanueva2007-12-021-5/+30
* STYLE: Use LIST(APPEND ...) instead of SET(...)Miguel A. Figueroa-Villanueva2007-12-021-18/+7
* ENH: Added search entry for the new release: wxWidgets-2.8.7.Miguel A. Figueroa-Villanueva2007-12-021-0/+1
* ENH: Added support for selecting different configurations in UNIX_STYLE: debu...Miguel A. Figueroa-Villanueva2007-12-021-3/+103
* ENH: Added macro support for compiling xrc resources to cpp code.Miguel A. Figueroa-Villanueva2007-12-021-0/+77
* ENH: Define QT_NO_DEBUG when building with release Qt libs.Clinton Stimpson2007-12-011-0/+11
* BUG: use the correct variable for checking the success (#6062)Alexander Neundorf2007-11-251-1/+1
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-241-0/+36
* ENH: add support for env var and better default for CMAKE_OSX_SYSROOTBill Hoffman2007-11-151-7/+13
* ENH: Fix case of windows library names to supportClinton Stimpson2007-11-141-2/+2
* BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007).Miguel A. Figueroa-Villanueva2007-11-121-0/+4
* ENH: change nameBill Hoffman2007-11-091-2/+2
* ENH: add ability to use your own install directoriesBill Hoffman2007-11-091-6/+12
* ENH: fix bug in default arch, it was using the environment variable which is ...Bill Hoffman2007-11-081-1/+3
* BUG: handle qmake returning multiple paths for mkspecs. Fixes #5935Clinton Stimpson2007-11-081-2/+5
* ENH: Add support for static Qt 4.3 builds.Clinton Stimpson2007-11-081-2/+26
* BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and earlier...David Cole2007-11-081-2/+29