Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Eliminate message - it pops up an annoying dialog whenever you run ↵ | David Cole | 2008-01-16 | 1 | -1/+0 |
| | | | | CMakeSetup in a project with java wrapping turned on. | ||||
* | ENH: Convert Modules/Platform specification of system search paths to use ↵ | Brad King | 2008-01-16 | 4 | -33/+44 |
| | | | | CMAKE_SYSTEM_PREFIX_PATH when possible. | ||||
* | BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be ↵ | Brad King | 2008-01-16 | 29 | -345/+62 |
| | | | | referenced directly by FIND_* command calls. The commands search it automatically. | ||||
* | STYLE: fix infinished comment | Alexander Neundorf | 2008-01-16 | 1 | -1/+2 |
| | | | | Alex | ||||
* | BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to ↵ | Bill Hoffman | 2008-01-15 | 1 | -2/+2 |
| | | | | have it right | ||||
* | BUG: according to the binutils mailing list chrpath doesn't work when cross | Alexander Neundorf | 2008-01-15 | 1 | -2/+3 |
| | | | | | | compiling Alex | ||||
* | BUG: set LC_ALL to C, so message from svn are not translated, which can lead | Alexander Neundorf | 2008-01-14 | 1 | -0/+8 |
| | | | | | | | | to problems (since the output is parsed, which fails then) Brad, Bill, can you think of any reasons this change might create problems ? Alex | ||||
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵ | Brad King | 2008-01-14 | 9 | -21/+25 |
| | | | | Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. | ||||
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 2 | -2/+2 |
| | |||||
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 3 | -0/+3 |
| | |||||
* | ENH: For moc commands on Windows, use @param_file method to allow arguments | Clinton Stimpson | 2008-01-11 | 1 | -24/+26 |
| | | | | | longer than Windows' command length limitation. Fixes #6221. | ||||
* | BUG: it seems on some installations boost is installed under boost-1_34 , | Alexander Neundorf | 2008-01-10 | 1 | -0/+1 |
| | | | | | | | | see #5030 FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ? Alex | ||||
* | BUG: fix for bug 4145 much better findSwig | Bill Hoffman | 2008-01-10 | 1 | -40/+48 |
| | |||||
* | BUG: Removed stray debugging message. | Brad King | 2008-01-10 | 1 | -1/+0 |
| | |||||
* | BUG: Need to install fortran compiler id source. | Brad King | 2008-01-10 | 1 | -0/+1 |
| | |||||
* | STYLE: Move VisualAge id macro to correct block. | Brad King | 2008-01-10 | 1 | -1/+3 |
| | |||||
* | ENH: add support for visual age fortran on linux | Bill Hoffman | 2008-01-10 | 3 | -1/+6 |
| | |||||
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 1 | -1/+3 |
| | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | ||||
* | BUG: Restore old interface of "make foo.o" and "make foo.i" even though ↵ | Brad King | 2008-01-07 | 1 | -0/+1 |
| | | | | object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169. | ||||
* | ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id ↵ | Brad King | 2008-01-07 | 2 | -92/+166 |
| | | | | source more than once with different extra flags added to the compiler. Use the support to correctly identify the Intel Fortran compiler on windows which does not preprocess by default without special flags. | ||||
* | BUG: Support cross-compiling; wx-config should be searched for in target ↵ | Miguel A. Figueroa-Villanueva | 2008-01-06 | 1 | -7/+5 |
| | | | | platform ONLY (bug 6187). | ||||
* | ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, ↵ | Miguel A. Figueroa-Villanueva | 2008-01-05 | 1 | -49/+183 |
| | | | | xrs file generation, and other options (BUG: 6162). | ||||
* | ENH: rename variables from GIFLIB_* to GIF_* | Alexander Neundorf | 2008-01-04 | 2 | -37/+38 |
| | | | | | | | | | | | | -add standard QUIET and REQUIRED handling -add GIF_LIBRARIES variable as readme.txt says -add name giflib to the names for the gif library -remove some unnecessary search paths for the lib (they are already part of the standard search paths, see Modules/Platform/UnixPaths.cmake) -FindFreetype.cmake: use PATH_SUFFIXES include again for the headers with the CMAKE_PREFIX_PATH variable Alex | ||||
* | STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with Eric | Alexander Neundorf | 2008-01-04 | 1 | -0/+0 |
| | | | | Alex | ||||
* | BUG: fix spelling of the xf86misc and xf86vmode variables | Alexander Neundorf | 2008-01-04 | 1 | -9/+8 |
| | | | | Alex | ||||
* | ENH: Added all lowercase 'openal' to library search names in hopes of addressing | Eric Wing | 2008-01-04 | 1 | -3/+3 |
| | | | | bug 6201 (won't detect on Gentoo). | ||||
* | STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() to handle QUIET and REQUIRED | Alexander Neundorf | 2008-01-04 | 1 | -37/+29 |
| | | | | | | | | -remove some unnecessary search paths (they are part of the default paths) -don't use PATH_SUFFIXES for include/ when searching for a header, that's very uncommon style -add FREETYPE_LIBRARIES as the variable which should be used by the user (as documented in readme.txt) Alex | ||||
* | STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more | Alexander Neundorf | 2008-01-04 | 1 | -0/+0 |
| | | | | | | compatible with the one in KDE4 Alex | ||||
* | BUG: fix for bug 6151 | Bill Hoffman | 2008-01-02 | 1 | -3/+8 |
| | |||||
* | ENH: check the magic code of the executable file to determine the executable | Alexander Neundorf | 2008-01-02 | 2 | -4/+36 |
| | | | | | | | | | | file format. Tested for ELF on x86 Linux, COFF and Mach-O prepared but commented out since I don't have such systems available. Please have a look a CMakeDetermineCompilerId.cmake and enable the test for them too. Only add the option for using chrpath if the executable format is ELF Alex | ||||
* | ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) | Alexander Neundorf | 2008-01-02 | 1 | -16/+51 |
| | | | | | | | | -make these variables cached and ADVANCED -remove unused QUIETLY code -document RUBY_LIBRARY Alex | ||||
* | BUG: make FindRuby work with the libs for MSVC, which can have additional | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
| | | | | | | pre- and suffixes (#5642) Alex | ||||
* | ENH: add ability to have manifest files and incremental linking with make ↵ | Bill Hoffman | 2008-01-01 | 3 | -74/+4 |
| | | | | and nmake | ||||
* | ENH: Add SunPro fortran module flags on SunOS. | Brad King | 2007-12-30 | 1 | -0/+2 |
| | |||||
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -0/+4 |
| | |||||
* | 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 |