Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Give Mac installers package relocation capability. Default location is ↵ | David Cole | 2007-12-26 | 2 | -2/+11 |
| | | | | still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE. | ||||
* | STYLE: Refactored common libs into a variable, modified comments, and ↵ | Miguel A. Figueroa-Villanueva | 2007-12-22 | 1 | -46/+37 |
| | | | | cleaned use of monolithic build. | ||||
* | BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found. | Eric Wing | 2007-12-21 | 30 | -767/+2752 |
| | | | | | | | | BUG: FindSDL now has flag it responds to so it will not find/link against SDLmain. This is required to build libraries instead of applications since they don't have main(). ENH: All modules have a predictable search order, where environmental variables are searched before system paths. This is designed to make automation easier for those that need to automatically build projects without intervention but may be using alternative install locations for isolated testing. ENH: New modules for OpenSceneGraph, Freetype, GDAL, Lua, QuickTime, GIFLIB, Producer, OpenThreads. STYLE: Added documentation explaining peculuar SDL_LIBRARY_TEMP variable in SDL module when library find is incomplete. | ||||
* | ENH: Better QT4_EXTRACT_OPTIONS macro. | Clinton Stimpson | 2007-12-19 | 1 | -14/+15 |
| | |||||
* | BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since an | Alexander Neundorf | 2007-12-19 | 1 | -1/+1 |
| | | | | | | | option is not scriptable and so breaks the toolchain test or maybe option() should be made scriptable ? Alex | ||||
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | installing without having to link the target again -> can save a lot of time chrpath is handled very similar to install_name_tool on the mac. If the RPATH in the build tree file is to short, it is padded using the separator character. This is currently disabled by default, it can be enabled using the option CMAKE_USE_CHRPATH. There are additional checks whether it is safe to enable it. I will rework them and use FILE(READ) instead to detect whether the binaries are actually ELF files. chrpath is available here http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ or kde svn (since a few days): http://websvn.kde.org/trunk/kdesupport/chrpath/ Alex | ||||
* | ENH: should define QT_DLL instead of QT_SHARED | Clinton Stimpson | 2007-12-18 | 1 | -4/+3 |
| | |||||
* | ENH: Improve documentation of new features. | Clinton Stimpson | 2007-12-18 | 1 | -3/+15 |
| | |||||
* | BUG: fix for bug 5464 better find boost for windows | Bill Hoffman | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 5722 | Bill Hoffman | 2007-12-18 | 1 | -2/+2 |
| | |||||
* | STYLE: fix doc string | Bill Hoffman | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 5933, look for java in more reg entries | Bill Hoffman | 2007-12-17 | 1 | -1/+5 |
| | |||||
* | STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch | Alexander Neundorf | 2007-12-17 | 1 | -6/+4 |
| | | | | Alex | ||||
* | BUG: fix for bug 6167 get rid of extra space in flags | Bill Hoffman | 2007-12-17 | 3 | -3/+12 |
| | |||||
* | STYLE: some whitespace syncing with FindQt4.cmake in KDE svn | Alexander Neundorf | 2007-12-16 | 1 | -3/+4 |
| | | | | Alex | ||||
* | BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'. ↵ | Brad King | 2007-12-15 | 1 | -2/+5 |
| | | | | This fixes bug#6141. | ||||
* | ENH: Add OPTIONS argument to some Qt4 macros. | Clinton Stimpson | 2007-12-14 | 1 | -11/+28 |
| | | | | Addresses #6125. | ||||
* | BUG: fix for 6117, fix for second run | Bill Hoffman | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $ | Bill Hoffman | 2007-12-12 | 1 | -3/+2 |
| | |||||
* | ENH: Correctly find UiTools library on Mac w/ binary install of Qt. | Clinton Stimpson | 2007-12-11 | 1 | -0/+4 |
| | | | | Fixes #4554. | ||||
* | STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -5/+30 |
| | |||||
* | STYLE: Use LIST(APPEND ...) instead of SET(...) | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -18/+7 |
| | |||||
* | ENH: Added search entry for the new release: wxWidgets-2.8.7. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for selecting different configurations in UNIX_STYLE: ↵ | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -3/+103 |
| | | | | debug/release, static/shared, unicode/ansi, and regular/universal. | ||||
* | ENH: Added macro support for compiling xrc resources to cpp code. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -0/+77 |
| | |||||
* | ENH: Define QT_NO_DEBUG when building with release Qt libs. | Clinton Stimpson | 2007-12-01 | 1 | -0/+11 |
| | | | | Fixes #6104. | ||||
* | BUG: use the correct variable for checking the success (#6062) | Alexander Neundorf | 2007-11-25 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -0/+36 |
| | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | ||||
* | ENH: add support for env var and better default for CMAKE_OSX_SYSROOT | Bill Hoffman | 2007-11-15 | 1 | -7/+13 |
| | |||||
* | ENH: Fix case of windows library names to support | Clinton Stimpson | 2007-11-14 | 1 | -2/+2 |
| | | | | cross compiling w/ Qt on case sensitive platforms. | ||||
* | 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 |
| |