Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated ↵ | Miguel A. Figueroa-Villanueva | 2008-06-16 | 1 | -20/+17 |
| | | | | search styles selection into a single variable, so that they are mutually exclusive. | ||||
* | BUG: Fixed incorrectly matched FOREACH (7008). | Miguel A. Figueroa-Villanueva | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 39 | -531/+132 |
| | | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call. | ||||
* | STYLE: apply patch from Thomas Klausner (NetBSD): use "=" for testing | Alexander Neundorf | 2008-06-09 | 1 | -3/+3 |
| | | | | | | | | | strings for equality instead of "==" This also matches what the man page for test says "s1 = s2 True if the strings s1 and s2 are identical." Alex | ||||
* | BUG: Fix for #7118. | Clinton Stimpson | 2008-06-06 | 1 | -0/+1 |
| | | | | | Relative paths going outside the current source dir resulted in badly placed moc source files in the build dir (or out of the build dir). | ||||
* | ENH: Some Linux distros don't install xorg-devel, png-devel, etc... when | Clinton Stimpson | 2008-06-03 | 1 | -14/+49 |
| | | | | | qt4-devel is installed. Finding them was required to support building against static Qt. Changing it so they are ignored if not found. | ||||
* | BUG: fixed Lua50 to be Lua51 in FIND_PACKAGE_HANDLE_STANDARD_ARGS call. | Eric Wing | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | ENH: Find debug libs from static Qt on Windows. | Clinton Stimpson | 2008-05-26 | 1 | -18/+18 |
| | |||||
* | ENH: use PATHS keyword | Bill Hoffman | 2008-05-23 | 1 | -0/+1 |
| | |||||
* | ENH: Extend previous patch from Mathieu Malaterre to apply override to the ↵ | Brad King | 2008-05-21 | 1 | -2/+2 |
| | | | | build tool also. | ||||
* | ENH: Make Qt not found if the QtCore library can't be found. | Clinton Stimpson | 2008-05-21 | 1 | -3/+17 |
| | | | | Also report an error when trying to use MSVC with Qt built by mingw. | ||||
* | ENH: Similar to how qmake does it... | Clinton Stimpson | 2008-05-19 | 1 | -4/+4 |
| | | | | | | Don't add compile flags for dependent modules the user didn't specify. But still add the link libs. This reduces the number of unecessary compile flags. | ||||
* | BUG: Fixes for FindSubversion | Brad King | 2008-05-19 | 1 | -10/+19 |
| | | | | | | | | | - Split log out from Subversion_WC_INFO into Subversion_WC_LOG - Fix report of log info to be in <var-prefix>_WC_LAST_CHANGED_LOG as documented (instead of Subversion_LAST_CHANGED_LOG) - Fix setting of LC_ALL environment variable to be inside macro - Patch from Tanguy Krotoff - See issue #7047 | ||||
* | ENH: Add basic flags for Portland Group fortran compiler. | Brad King | 2008-05-17 | 1 | -0/+8 |
| | |||||
* | ENH: Allow users to specify a custom Info.plist template | Brad King | 2008-05-17 | 1 | -0/+36 |
| | | | | | | - Create MACOSX_BUNDLE_INFO_PLIST target property to specify template. - Look for MacOSXBundleInfo.plist.in in CMAKE_MODULE_PATH by default. - See issue #6983. | ||||
* | ENH: Add Linux-PGI-Fortran platform file to support the Portland Group ↵ | Brad King | 2008-05-16 | 1 | -0/+1 |
| | | | | Fortran compiler (PGI). | ||||
* | ENH: Teach Fortran compiler identification about the Portland Group compiler ↵ | Brad King | 2008-05-16 | 1 | -0/+2 |
| | | | | (PGI). | ||||
* | BUG: make the toolchain-prefix recognition work with prefixes which contain | Alexander Neundorf | 2008-05-15 | 3 | -18/+27 |
| | | | | | | | dots (as in arm-unknown-nto-qnx6.3.0-gcc.exe), NAME_WE returns only up to the 6, instead of everything in front of the .exe Alex | ||||
* | BUG: if CPACK_NSIS_MODIFY_PATH was OFF then the PATH was automatically modified | Bill Hoffman | 2008-05-13 | 1 | -1/+2 |
| | |||||
* | STYLE: use IF(NOT ...) instead of IF() ELSE() ... ENDIF() | Alexander Neundorf | 2008-05-12 | 1 | -3/+2 |
| | | | | Alex | ||||
* | BUG: fix #6375: print the variables which were not found, so it's easier to | Alexander Neundorf | 2008-05-11 | 1 | -2/+7 |
| | | | | | | see what went wrong Alex | ||||
* | BUG: fix #6993 | Alexander Neundorf | 2008-05-10 | 1 | -19/+24 |
| | | | | | | | | | | | | FindCurses.cmake is now almost exactly reverted back to the state when CURSES_LIBRARY and CURSES_INCLUDE_PATH where set for compatibility but not in the cache. It is important that CURSES_CURSES_LIBRARY and CURSES_NCURSES_LIBRARY really contain the path to these files. Later on CURSES_LIBRARY is set to the one of the two which will be used as curses library. This is now done in the cache, without FORCE. So preloading the cache still seems to work (at least what I tested). Alex | ||||
* | BUG: Fix FindBoost version variable names to correct bug in Boost version ↵ | Douglas Gregor | 2008-05-10 | 1 | -9/+9 |
| | | | | detection | ||||
* | ENH: Qt/Mac binary install puts QtCLucene library in a different place than the | Clinton Stimpson | 2008-05-09 | 1 | -0/+4 |
| | | | | normal Qt frameworks. Let's find it. | ||||
* | ENH: Allow finding phonon and QtDBus on Mac. Fixes #6950. | Clinton Stimpson | 2008-05-03 | 1 | -0/+2 |
| | |||||
* | ENH: X11_SM_LIB should be advanced as well | Sebastien Barre | 2008-05-03 | 1 | -0/+1 |
| | |||||
* | ENH: recognize vs 9 and possible 10 or greater when they come out... | Bill Hoffman | 2008-05-02 | 1 | -9/+13 |
| | |||||
* | ENH: When GetPrerequisites.cmake runs dumpbin while running inside the VS ↵ | Brad King | 2008-05-01 | 1 | -0/+1 |
| | | | | IDE environment make sure the tool does not produce extra output. | ||||
* | BUG: remove typo | Bill Hoffman | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 6918 ncurses should work without curses | Bill Hoffman | 2008-04-30 | 1 | -1/+5 |
| | |||||
* | ENH: Make /opt/SUNWspro/lib, /opt/SUNWspro/prod/lib, and /usr/ccs/lib ↵ | Brad King | 2008-04-30 | 1 | -0/+6 |
| | | | | implicit link directories on the Sun when using the SunPro compiler. | ||||
* | ENH: add more fortran flags | Bill Hoffman | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: allow users to set sysroot | Bill Hoffman | 2008-04-28 | 1 | -0/+1 |
| | |||||
* | ENH: remove FindKDE.cmake, which was obsolete (i.e. disabled using ↵ | Alexander Neundorf | 2008-04-27 | 1 | -9/+0 |
| | | | | | | SEND_ERROR) since cmake 2.4.0, agreed by Bill Alex | ||||
* | BUG: don't fail with FATAL_ERROR if REQUIRED was not used | Alexander Neundorf | 2008-04-27 | 1 | -6/+6 |
| | | | | Alex | ||||
* | BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change the | Alexander Neundorf | 2008-04-26 | 1 | -1/+5 |
| | | | | | | | policy settings done in the projects cmake files (and it doesn't make sense since it is always part of the correct cmake version) Alex | ||||
* | ENH: allow users to turn off extra checks | Bill Hoffman | 2008-04-25 | 1 | -4/+10 |
| | |||||
* | ENH: remove c flags from cxx config file | Bill Hoffman | 2008-04-25 | 1 | -6/+0 |
| | |||||
* | ENH: rename Linux-ifort to Linux-Intel-Fortran | Bill Hoffman | 2008-04-25 | 1 | -0/+0 |
| | |||||
* | ENH: make sure all required headers are checked before checking type size | Bill Hoffman | 2008-04-25 | 1 | -1/+13 |
| | |||||
* | ENH: do not clear find variables | Bill Hoffman | 2008-04-25 | 2 | -2/+1 |
| | |||||
* | ENH: do not force the intel ar on C from CXX | Bill Hoffman | 2008-04-25 | 1 | -3/+0 |
| | |||||
* | ENH: support intel compiler on linux | Bill Hoffman | 2008-04-25 | 2 | -1/+13 |
| | |||||
* | ENH: FindBoost always sets Boost_LIBRARY_DIRS when it finds the Boost libraries | Douglas Gregor | 2008-04-22 | 1 | -1/+2 |
| | |||||
* | ENH: Integrated FindBoost improvements changes from Andreas Pakulat, Mike ↵ | Douglas Gregor | 2008-04-22 | 1 | -137/+554 |
| | | | | Jackson, and myself | ||||
* | BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and ↵ | Bill Hoffman | 2008-04-22 | 1 | -1/+4 |
| | | | | should work the same way as it does in the vs ide | ||||
* | BUG: As a last resort, FindMPI will look for mpi.h in the path | Douglas Gregor | 2008-04-22 | 1 | -0/+7 |
| | |||||
* | BUG: Use -showme:incdirs and -showme:libdirs when we need them | Douglas Gregor | 2008-04-22 | 1 | -0/+28 |
| | |||||
* | ENH: fix FFFLAGS to be FLAGS | Bill Hoffman | 2008-04-22 | 1 | -1/+1 |
| | |||||
* | BUG: fix handling of assembler executable (with path) #6858 | Alexander Neundorf | 2008-04-21 | 1 | -3/+2 |
| | | | | Alex |