Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 |