Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix ASM source file extension default list | Brad King | 2009-02-27 | 1 | -3/+3 |
| | | | | | This replaces @ASM_DIALECT@ syntax with ${ASM_DIALECT} syntax so it will be replaced correctly. Patch from Derek Bruening. See issue #8639. | ||||
* | BUG: Fix copy/paste error in previous commit that references wrong variable | Miguel A. Figueroa-Villanueva | 2009-02-25 | 1 | -1/+1 |
| | | | | (wxWidgets_INCLUDE_DIRS instead of wxWidgets_DEFINITIONS). | ||||
* | ENH: add patch from Debian, which adds support lrelease-qt4 and lupdate-qt4 | Alexander Neundorf | 2009-02-25 | 1 | -2/+2 |
| | | | | | | http://patch-tracking.debian.net/patch/series/view/cmake/2.6.3-1/FindQt4_qt4_lupdate_lrelease.diff Alex | ||||
* | ENH: Re-enable system include dir suppression | Brad King | 2009-02-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | This creates variable CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES to specify implicit include directories on a per-language basis. This replaces the previous platform-wide variable. It is necessary to avoid explicit specification of -I/usr/include on some compilers (such as HP aCC) because: 1.) It may break ordering among system include directories defined internally by the compiler, thus getting wrong system headers. 2.) It tells the compiler to treat the system include directory as a user include directory, enabling warnings in the headers. See issue #8598. | ||||
* | BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only ↵ | Miguel A. Figueroa-Villanueva | 2009-02-24 | 2 | -5/+24 |
| | | | | preprocessor options (e.g., _DEBUG __WXDEBUG__). | ||||
* | BUG: Remove implicit include dir suppression | Brad King | 2009-02-24 | 2 | -2/+0 |
| | | | | | | | We used to suppress generation of -I/usr/include (and on OSX also -I/usr/local/include). This behavior seems to cause more trouble than it's worth, so I'm removing it until someone encounters the original problem it fixed. See issue #8598. | ||||
* | BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW ↵ | Philip Lowman | 2009-02-24 | 1 | -1/+1 |
| | | | | and Intel/Windows compilers. | ||||
* | ENH: Support COMPONENTS argument to find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -17/+34 |
| | | | | See bug #8542. | ||||
* | ENH: Support version argument in find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -2/+41 |
| | | | | See bug #8542. | ||||
* | BUG: Allow third component of Mac OSX sw_vers output to be empty. Mac OSX ↵ | David Cole | 2009-02-17 | 1 | -1/+1 |
| | | | | 10.5 was recently reinstalled on dashmacmini3 and pointed out the fact that this expression is faulty when the reported version is simply 10.5 rather than 10.5.x... for example. This fixes it. | ||||
* | STYLE: Note find_package COMPONENTS in modules doc | Brad King | 2009-02-16 | 1 | -2/+3 |
| | | | | | This mentions the COMPONENTS option of find_package in the module author documentation file "Modules/readme.txt". See issue #8539. | ||||
* | ENH: Allowing finding a relocated Qt installation which contains a qt.conf ↵ | Clinton Stimpson | 2009-02-13 | 1 | -23/+14 |
| | | | | | | to override the hardcoded paths in qmake. Fixes #8532. | ||||
* | ENH: Create include(CTest) launcher interface | Brad King | 2009-02-11 | 2 | -0/+14 |
| | | | | | | | This defines a new CTest configuration variable CTEST_USE_LAUNCHERS. When set to true it puts 'ctest --launch' in RULE_LAUNCH_* properties and enables the CTest configuration option 'UseLaunchers'. Currently this works only for Makefile generators. | ||||
* | ENH: Change FILEPATH to STRING for a list of libraries. | Clinton Stimpson | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | ENH: change include command | Bill Hoffman | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -0/+2 |
| | | | | | | | This defines global, directory, and target properties RULE_LAUNCH_COMPILE, RULE_LAUNCH_LINK, and RULE_LAUNCH_CUSTOM. Their values specify 'launcher' command lines which are prefixed to compile, link, and custom build rules by Makefile generators. | ||||
* | STYLE: Clarified example to illustrate need to call target_link_libraries() ↵ | Philip Lowman | 2009-02-10 | 1 | -33/+46 |
| | | | | in response to Issue #8485. Changed CMake commands to lowercase. Added licensing info to copyright | ||||
* | BUG: Resolves Issue #8393, Remove workarounds in FindBoost once UNC-Path bug | Philip Lowman | 2009-02-10 | 1 | -12/+2 |
| | | | | is fixed | ||||
* | STYLE: Improved examples, spelling & grammar in documentation | Philip Lowman | 2009-02-10 | 1 | -43/+53 |
| | |||||
* | ENH: Support .hpp with automoc. | Clinton Stimpson | 2009-02-09 | 1 | -1/+5 |
| | |||||
* | ENH: Made the documentation for FindDevIL.cmake cleaner. Changed the ↵ | Christopher Harvey | 2009-02-09 | 1 | -12/+12 |
| | | | | XXX_LIBRARYs to XXX_LIBRARIES. | ||||
* | BUG: When detecting if qmake executable is changed, don't error if path | Clinton Stimpson | 2009-02-07 | 1 | -3/+3 |
| | | | | contains regex chars. | ||||
* | ENH: Add support for building with Qt's ActiveX support on Windows. | Clinton Stimpson | 2009-02-06 | 2 | -2/+36 |
| | |||||
* | BUG: Add debug message calls to figure out ExternalProject test failure on ↵ | David Cole | 2009-02-04 | 1 | -0/+4 |
| | | | | AIX dashboard. | ||||
* | BUG: fix potential issue with empty strings | Bill Hoffman | 2009-02-03 | 1 | -3/+3 |
| | |||||
* | BUG: include should not have .cmake | Bill Hoffman | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | BUG: Fixes configure error if you don't specify a version with find_package() | Philip Lowman | 2009-01-31 | 1 | -9/+11 |
| | |||||
* | BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445) | Philip Lowman | 2009-01-31 | 1 | -40/+60 |
| | |||||
* | ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the ↵ | Philip Lowman | 2009-01-31 | 3 | -4/+220 |
| | | | | existing Findosg* modules (or even user specified modules in CMAKE_MODULE_PATH) and aggregate the include dirs & libraries while providing a COMPONENT frontend and version checking (Fixes Issue #6973). Also added a note to Findosg.cmake to refer new users to the module. | ||||
* | ENH: Added OSG_ROOT as supported env var (it's in the wild already). Cleaned | Philip Lowman | 2009-01-30 | 2 | -88/+47 |
| | | | | | up FindOpenThreads to support PATH_SUFFIXES. Removed superfluous WIN32 registry checks which should have been $ENV{} checks. | ||||
* | BUG: Fix other modules not respecting QUIET and REQUIRED | Philip Lowman | 2009-01-30 | 3 | -11/+6 |
| | |||||
* | BUG: The QUIET and REQUIRED find attributes on each Findosg* module were not | Philip Lowman | 2009-01-30 | 17 | -17/+17 |
| | | | | being respected. | ||||
* | ENH: Added a mark_as_advanced() wrapper function. | Philip Lowman | 2009-01-30 | 1 | -0/+10 |
| | |||||
* | BUG: Fixes detection of lua libraries installed from FreeBSD ports (Issue #8421) | Philip Lowman | 2009-01-30 | 2 | -2/+2 |
| | |||||
* | BUG: Remove unnecessary double quotes from SET statements. Hopefully ↵ | David Cole | 2009-01-29 | 1 | -8/+8 |
| | | | | resolves the strange and difficult to diagnose (or reproduce) test failures on the dashmacmini2 Continuous dashboard. | ||||
* | BUG: Fix OS X dylib version flags for more linkers | Brad King | 2009-01-29 | 1 | -2/+2 |
| | | | | | | | Some OS X linkers want a 'dylib_' prefix on the -compatiblity_version and -current_version flags while others do not. This passes the flags through gcc instead since it never wants the prefix and translates the flags for the linker correctly. | ||||
* | ENH: Also find .moc files if there are spaces between # and include. | Clinton Stimpson | 2009-01-29 | 1 | -1/+1 |
| | | | | Fixes #8433. | ||||
* | BUG: fix for # 8413 add more haiku searching | Bill Hoffman | 2009-01-29 | 1 | -1/+2 |
| | |||||
* | STYLE: Reworded some of the OS-X code comments | Philip Lowman | 2009-01-29 | 1 | -22/+23 |
| | |||||
* | ENH: Better way to add framework includes. | Clinton Stimpson | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | ENH: clean up status and change order for more common compilers first | Bill Hoffman | 2009-01-28 | 1 | -9/+9 |
| | |||||
* | ENH: add openmp support | Bill Hoffman | 2009-01-28 | 1 | -0/+108 |
| | |||||
* | BUG: Fix careless typo that only caused test failures on clean builds... | David Cole | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ↵ | David Cole | 2009-01-27 | 1 | -6/+12 |
| | | | | am deducing that the value of CMAKE_OSX_ARCHITECTURES_DEFAULT is responsible for the failure, although I cannot reproduce it on other builds or even by running the test via ctest interactively *on* the continuous dashboard's build... | ||||
* | BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc ↵ | David Cole | 2009-01-27 | 1 | -2/+4 |
| | | | | that runs on 10.3 and earlier does not understand the compiler flag it maps to... | ||||
* | BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to ↵ | David Cole | 2009-01-27 | 1 | -33/+102 |
| | | | | specify the target deployment runtime OS version of the built executables on Mac OSX. Thanks to Mike Jackson for the patch. | ||||
* | BUG: Fixed recent regression when finding some includes. | Clinton Stimpson | 2009-01-26 | 1 | -3/+3 |
| | |||||
* | ENH: Should have a -F for framework includes on Mac. Fixes ParaView build ↵ | Clinton Stimpson | 2009-01-23 | 1 | -0/+3 |
| | | | | with Qt 4.5 on Mac. | ||||
* | ENH: Add convenience for identifying Cocoa based Qt. | Clinton Stimpson | 2009-01-23 | 1 | -0/+3 |
| | |||||
* | ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly ↵ | David Cole | 2009-01-23 | 1 | -2/+2 |
| | | | | speaking, this changes behavior from cpack 2.6, but now that cpack returns a non-zero exit code when it encounters an error, and it is an error to try to use a generator that is not available... It makes sense to turn these off by default since not everybody has these generators installed. It is easy for a project to turn these options back on if they need to: simply set(CPACK_BINARY_TBZ2 ON) or set(CPACK_BINARY_ZIP ON) before include(CPack) in your CMakeLists.txt... |