Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007). | Miguel A. Figueroa-Villanueva | 2007-11-12 | 1 | -0/+4 |
| | |||||
* | ENH: change name | Bill Hoffman | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | ENH: add ability to use your own install directories | Bill Hoffman | 2007-11-09 | 1 | -6/+12 |
| | |||||
* | ENH: fix bug in default arch, it was using the environment variable which is ↵ | Bill Hoffman | 2007-11-08 | 1 | -1/+3 |
| | | | | not a default | ||||
* | BUG: handle qmake returning multiple paths for mkspecs. Fixes #5935 | Clinton Stimpson | 2007-11-08 | 1 | -2/+5 |
| | |||||
* | ENH: Add support for static Qt 4.3 builds. | Clinton Stimpson | 2007-11-08 | 1 | -2/+26 |
| | |||||
* | BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and ↵ | David Cole | 2007-11-08 | 1 | -2/+29 |
| | | | | earlier) systems. | ||||
* | BUG: Fixed error related to missing quotes around variable. | Miguel A. Figueroa-Villanueva | 2007-11-04 | 1 | -4/+4 |
| | |||||
* | ENH: fix for RPM generator from Eric | Bill Hoffman | 2007-11-01 | 1 | -10/+20 |
| | |||||
* | ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵ | David Cole | 2007-10-31 | 1 | -1/+1 |
| | | | | in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator. | ||||
* | ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵ | Bill Hoffman | 2007-10-31 | 1 | -89/+3 |
| | | | | you provide a config file for cpack | ||||
* | ENH: use cpack generic variable if rpm one is not set | Bill Hoffman | 2007-10-30 | 1 | -1/+5 |
| | |||||
* | ENH: add ability to set installer icons, links to web pages, nsis code in ↵ | Bill Hoffman | 2007-10-29 | 2 | -7/+82 |
| | | | | the icon section of the template, and ability to escape variables correctly | ||||
* | BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variables | Alexander Neundorf | 2007-10-25 | 1 | -31/+31 |
| | | | | | | to make them actually work Alex | ||||
* | ENH: fix bitmap escapes | Bill Hoffman | 2007-10-22 | 1 | -3/+9 |
| | |||||
* | ENH: fix spelling error | Bill Hoffman | 2007-10-22 | 1 | -2/+1 |
| | |||||
* | ENH: allow CPACK_PACKAGE_ICON to be not set | Bill Hoffman | 2007-10-22 | 2 | -5/+11 |
| | |||||
* | ENH: try to fix boostrap on 10.5 | Bill Hoffman | 2007-10-22 | 1 | -1/+2 |
| | |||||
* | ENH: do not always add -arch flags | Bill Hoffman | 2007-10-20 | 1 | -0/+1 |
| | |||||
* | ENH: add ability to create links on the start menu | Bill Hoffman | 2007-10-18 | 1 | -2/+2 |
| | |||||
* | ENH: Added support for finding wxWidgets-2.9. Thanks to Joshua Jensen and ↵ | Miguel A. Figueroa-Villanueva | 2007-10-17 | 1 | -0/+4 |
| | | | | Steven. | ||||
* | ENH: minor doc cleanups and an example of documenting a variable | Ken Martin | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | BUG: Added support for the AUI library module (bug 4338). Also applied some | Miguel A. Figueroa-Villanueva | 2007-10-13 | 1 | -232/+214 |
| | | | | | | STYLE changes including: deprecation of wxWidgets_USE_LIBS in favor of using standard FIND_PACKAGE COMPONENTS, removed some CMake 2.4.2 compatibility patches, use of execute_process instead of exec_program, etc. | ||||
* | BUG: fix for bug 5878 | Bill Hoffman | 2007-10-12 | 1 | -74/+84 |
| | |||||
* | ENH: add from bug 0004219 | Bill Hoffman | 2007-10-12 | 1 | -0/+268 |
| | |||||
* | BUG: fix for bug 0005871 | Bill Hoffman | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various ↵ | Alin Elena | 2007-10-10 | 4 | -1/+504 |
| | | | | implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake. | ||||
* | ENH: add support for preprocessed files in borland | Bill Hoffman | 2007-10-05 | 1 | -0/+4 |
| | |||||
* | ENH: set QT_EDITION_DESKTOPLIGHT and do not disable modules | Bill Hoffman | 2007-09-27 | 1 | -13/+4 |
| | |||||
* | ENH: look for qt in a beter registry place and disable modules that won't ↵ | Bill Hoffman | 2007-09-27 | 1 | -4/+18 |
| | | | | work with DesktopLight, also set QT_EDITION variable | ||||
* | BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. ↵ | Brad King | 2007-09-24 | 1 | -1/+3 |
| | | | | Modern HP pthreads are just normal pthreads. | ||||
* | ENH: remove message | Bill Hoffman | 2007-09-21 | 1 | -1/+0 |
| | |||||
* | BUG: Do not use CMA threads on HP if they do not exist. | Brad King | 2007-09-20 | 1 | -1/+10 |
| | |||||
* | BUG: if Qt is installed as a framework, add -F to the command line so | Alexander Neundorf | 2007-09-19 | 1 | -3/+10 |
| | | | | | | Q_WS_MAC can be detected correctly Alex | ||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 2 | -172/+198 |
| | | | | on uninstall | ||||
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
| | | | | | | the function (same fix as in VTK/CMake/) Alex | ||||
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵ | Alexander Neundorf | 2007-09-17 | 4 | -0/+15 |
| | | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex | ||||
* | ENH: allow for installation of debug libs | Bill Hoffman | 2007-09-17 | 1 | -4/+35 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 3 | -5/+34 |
| | |||||
* | STYLE: mark the generator options as advanced | Alexander Neundorf | 2007-08-31 | 1 | -0/+7 |
| | | | | Alex | ||||
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 2 | -2/+2 |
| | | | | Alex | ||||
* | ENH: fail with error if trying to create a RPM stating that rpmbuild can't | Alexander Neundorf | 2007-08-29 | 1 | -0/+4 |
| | | | | | | handle spaces Alex | ||||
* | ENH: add flag so a terminating slash for the link path can be specified ↵ | Alexander Neundorf | 2007-08-28 | 1 | -0/+1 |
| | | | | | | (needed by the Digital Mars D compiler) Alex | ||||
* | ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in | Alexander Neundorf | 2007-08-28 | 2 | -0/+2 |
| | | | | | | | | | | the main project. I think it doesn't make sense if a project disables RPATH, uses CHECK_C_SOURCE_RUNS() to see if something is able to run, and this succeeds because it has been built with RPATH, but an executable built within the project won't be able to run since it has been built without RPATH. Alex | ||||
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 1 | -3/+16 |
| | | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex | ||||
* | BUG: KDEDIRS contains the kde install locations, not the binary dirs, so | Alexander Neundorf | 2007-08-26 | 1 | -4/+2 |
| | | | | | | make KDEDIRS actually work in FindKDE4.cmake Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-26 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: fix typo in the docs | Alexander Neundorf | 2007-08-24 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: support QtScript | Alexander Neundorf | 2007-08-21 | 1 | -0/+4 |
| | | | | Alex | ||||
* | ENH: support QtScript (since Qt 4.3), #4632 | Alexander Neundorf | 2007-08-21 | 1 | -0/+19 |
| | | | | Alex |