Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | BUG: #7360: add support for FreeBSD | Alexander Neundorf | 2008-07-20 | 1 | -1/+8 |
| | | | | | | BUG: #7345: add support for ppc Alex | ||||
* | BUG: fix #6416: provide JNI_LIBRARIES and JNI_INCLUDE_DIRS | Alexander Neundorf | 2008-07-20 | 1 | -3/+20 |
| | | | | Alex | ||||
* | ENH: Use the HINTS feature of find_library to find the right libraries for | Douglas Gregor | 2008-07-18 | 1 | -6/+7 |
| | | | | MPI, and act a bit more intelligently when MPI cannot be found. | ||||
* | ENH: FindBoost can now find the upcoming Boost 1.46 | Douglas Gregor | 2008-07-14 | 1 | -5/+5 |
| | |||||
* | ENH: Improved support for finding wxWidgets in MinGW environment. | Miguel A. Figueroa-Villanueva | 2008-07-13 | 1 | -6/+17 |
| | |||||
* | BUG: Fix dylib versioning flags for old OSX. | Brad King | 2008-07-09 | 1 | -2/+2 |
| | | | | | | - ld flags -dylib_compatibility_version and -dylib_current_version are libtool flags -compatibility_version and -current_version - OSX 10.3 does not like the dylib_ prefixes. | ||||
* | ENH: One more patch from Doug Gregor including PackageMaker functionality ↵ | David Cole | 2008-07-09 | 2 | -22/+42 |
| | | | | for componentized-for-the-end-user and download-some-bit-on-demand installers. | ||||
* | ENH: Set version info for shared libs on OSX. | Brad King | 2008-07-09 | 1 | -0/+5 |
| | | | | | | - Map SOVERSION major.minor.patch to compatibility_version - Map VERSION major.minor.patch to current_version - See issue #4383. | ||||
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 2 | -5/+684 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: ========== - New cpack_add_component, cpack_add_component_group, and cpack_add_install_type "commands" defined as macros in the CPack module. - Documentation for all of the variables and commands in the CPack module. - Added get_cmake_property(... COMPONENTS) to CMake to ask for the names of all components. Used in the CPack module to automatically build component-based installers. (Set CPACK_MONOLITHIC_INSTALL to turn off component-based installation). - A group can declare its PARENT_GROUP, to build an arbitrary hierarchy of groups. - New CPack command cpack_configure_downloads, which creates an installer that downloads only the selected components on-the-fly. Those components marked DOWNLOADED will be separate packages downloaded on-the-fly (or, all packages can be marked as such with the ALL option to cpack_configure_downloads). Individual components are compressed with ZIP at installer-creation time and downloaded/uncompressed by the installer as needed. This feature is only available on Windows with NSIS at the moment. - NSIS installers can install themselves and enable the "Change" button in Add/Remove programs, allowing users to go back and install or remove components. This can be disabled through cpack_configure_downloads, because it's only really useful is most of the application's functionality is in downloaded components. - Bug fix: automatically install everything whose COMPONENT was not specified (it's a hidden, required group) - Bug fix: fixed removal of components when re-running the NSIS installer and unchecking components - Bug fix: NSIS installers now only install/remove the minimal number of files when re-run to update the installation (or by clicking "Change" in Add/Remove programs) | ||||
* | BUG: Add new library richtext. Reported in #7284 thanks to earith. | Miguel A. Figueroa-Villanueva | 2008-07-06 | 1 | -2/+3 |
| | |||||
* | BUG: Watch for empty qconfig.pri files. Fixes #7287. | Clinton Stimpson | 2008-07-05 | 1 | -3/+3 |
| | |||||
* | COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on ↵ | Douglas Gregor | 2008-07-03 | 1 | -2/+6 |
| | | | | Windows | ||||
* | ENH: Cleanup FindBoost module, fixing several small bugs and providing ↵ | Douglas Gregor | 2008-07-03 | 1 | -155/+203 |
| | | | | better diagnostic information when things go wrong | ||||
* | BUG: fix 7230: don't ignore first parameter if it's not ALL | Alexander Neundorf | 2008-06-29 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: don't run KDE4_KDECONFIG_EXECUTABLE if it is notfound | Bill Hoffman | 2008-06-26 | 1 | -4/+7 |
| | |||||
* | ENH: undo optional because we need it | Bill Hoffman | 2008-06-24 | 1 | -3/+0 |
| | |||||
* | ENH: rc is not so optional at least with 2005 and newer, as it is used to ↵ | Bill Hoffman | 2008-06-24 | 1 | -1/+1 |
| | | | | embed the manifest files | ||||
* | ENH: make rc optional | Bill Hoffman | 2008-06-23 | 1 | -1/+4 |
| | |||||
* | BUG: modify the compiler flags only if KDE3 has actually been found | Alexander Neundorf | 2008-06-18 | 1 | -41/+45 |
| | | | | Alex | ||||
* | STYLE: use uppercase to be consistent with the rest of the file | Alexander Neundorf | 2008-06-18 | 1 | -8/+8 |
| | | | | Alex | ||||
* | BUG: the variable is _KDE4_USE_FLAGS | Alexander Neundorf | 2008-06-18 | 1 | -5/+6 |
| | | | | | | ENH: I guess this is also true for gcc 2.95 ? Alex | ||||
* | ENH: use correct variable | Bill Hoffman | 2008-06-18 | 1 | -6/+6 |
| | |||||
* | ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵ | David Cole | 2008-06-18 | 1 | -1/+3 |
| | | | | contributing... | ||||
* | ENH: fix for findall | Bill Hoffman | 2008-06-18 | 1 | -6/+16 |
| | |||||
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 1 | -2/+2 |
| | |||||
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 2 | -8/+15 |
| | |||||
* | BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. ↵ | David Cole | 2008-06-18 | 1 | -0/+3 |
| | | | | Thanks again to Doug Gregor for the patch. | ||||
* | ENH: no fatal error if not required | Bill Hoffman | 2008-06-18 | 1 | -2/+6 |
| | |||||
* | ENH: Added support for MSYS as a unix style search. | Miguel A. Figueroa-Villanueva | 2008-06-17 | 1 | -5/+5 |
| | |||||
* | ENH: make find blas work if there is no fortran compiler | Bill Hoffman | 2008-06-17 | 1 | -1/+4 |
| | |||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 3 | -51/+189 |
| | | | | PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. | ||||
* | STYLE: fix indent for file | Bill Hoffman | 2008-06-17 | 1 | -338/+338 |
| | |||||
* | BUG: don't fail with FATAL_ERROR if REQUIRED was not used | Alexander Neundorf | 2008-06-16 | 1 | -1/+2 |
| | | | | Alex | ||||
* | ENH: fix find module stuff for test | Bill Hoffman | 2008-06-16 | 3 | -16/+23 |
| | |||||
* | 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. |