Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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... | |||||
* | ENH: Better support for "fltk-config" binary, added options so the user | Philip Lowman | 2009-01-23 | 1 | -38/+61 | |
| | | | | doesn't have to have everything in order for FLTK_FOUND to be true. #7809 | |||||
* | BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build ↵ | David Cole | 2009-01-22 | 1 | -1/+3 | |
| | | | | of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch. | |||||
* | BUG: Fixes detection of FLTK on Gentoo (Issue #7809) | Philip Lowman | 2009-01-22 | 1 | -3/+40 | |
| | ||||||
* | BUG: Fixes #8376: FindFLTK fails because include file can be FL/Fl.H and CMake | Philip Lowman | 2009-01-22 | 1 | -1/+3 | |
| | | | | | only looks for FL/Fl.h. Verified: all FLTK header files in 1.1.9 are .H ... how bizarre. | |||||
* | BUG: Fix issue #7833: Add file extension handling to CPack generated ↵ | David Cole | 2009-01-21 | 5 | -0/+34 | |
| | | | | installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. | |||||
* | STYLE: Fix if/endif mismatch in FindKDE4 | Brad King | 2009-01-21 | 1 | -1/+1 | |
| | ||||||
* | BUG: Fix detection of boost libraries without any compiler encoding (e.g. | Philip Lowman | 2009-01-20 | 1 | -0/+4 | |
| | | | | | Gentoo 1.37 system installed boost). Fixes issue #8404 reported on mailing list. | |||||
* | BUG: Fixes Issue #8054 and more. DOXYGEN_DOT_FOUND now exists, errant | Philip Lowman | 2009-01-20 | 1 | -73/+96 | |
| | | | | | | | mark_as_advanced variables removed, documentation cleaned up and OSX stuff isolated to it's own section, support added for DOXYGEN_SKIP_DOT, support added to call FindPackageHandleStandardArgs to avoid output on every CMake run. | |||||
* | BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactored | Philip Lowman | 2009-01-20 | 1 | -13/+21 | |
| | | | | gcc -dumpversion code and regex to a function. | |||||
* | BUG: Switch FindBoost.cmake to use CMAKE_COMPILER_IS_GNUCXX (Issue #8398) | Philip Lowman | 2009-01-20 | 1 | -2/+2 | |
| | ||||||
* | BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added ↵ | Philip Lowman | 2009-01-19 | 19 | -647/+400 | |
| | | | | OPENTHREADS_LIBRARIES. | |||||
* | BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508) | Philip Lowman | 2009-01-19 | 1 | -2/+0 | |
| | ||||||
* | BUG: Resolve Issue #7508, FindBoost fails to find boost on SuSE 10.3 | Philip Lowman | 2009-01-19 | 1 | -0/+2 | |
| | ||||||
* | ENH: Added 1.38 since it'll be out soon. More documentation and clarified ↵ | Philip Lowman | 2009-01-19 | 1 | -20/+37 | |
| | | | | examples, addressed autolinking issue on MSVC | |||||
* | BUG: Do not check for GCC version encoding in filenames on Boost libraries ↵ | Philip Lowman | 2009-01-19 | 1 | -32/+41 | |
| | | | | prior to 1.35. Eliminate "lib" prefix except on MSVC. | |||||
* | BUG: Fixed additional issues with autodetecting compiler tags properly ↵ | Philip Lowman | 2009-01-18 | 1 | -9/+15 | |
| | | | | including Issue #6926 | |||||
* | BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is ↵ | Philip Lowman | 2009-01-18 | 1 | -0/+1 | |
| | | | | called more than once (Issue #7460) | |||||
* | STYLE: minor cleanup | Philip Lowman | 2009-01-18 | 1 | -22/+28 | |
| | ||||||
* | BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under ↵ | Philip Lowman | 2009-01-18 | 1 | -7/+0 | |
| | | | | the auspices of forcing the user to use autolinking, but it only did this squashing on the first call to FindBoost. Subsequent calls to FindBoost would not have Boost_LIBRARIES squashed so this code was doing nothing. If you link your target_link_libraries() against dynamic boost libraries it appears from tools like Dependency Walker that the pragma calls to autolink to the static boost libraries are ignored. It's therefore too late to make this squash apply to all calls to FindBoost because that would break users that have not setup autolinking properly. For now this fix is largely cosmetic since the original code never worked anyways (see version 1.5 introduced on 4/22/08). | |||||
* | BUG: Fixed documentation bug with Boost_USE_MULTITHREADED, removed OPTION() ↵ | Philip Lowman | 2009-01-18 | 1 | -6/+8 | |
| | | | | call since it would be useless and confusing after an initial configure. | |||||
* | BUG: Fixed superfluous and duplicate dirs in Boost_LIBRARY_DIR. Employed ↵ | Philip Lowman | 2009-01-18 | 1 | -3/+21 | |
| | | | | workaround for Issue #8378. Resolves Issue #8099 | |||||
* | BUG: Fixed issues using FindBoost with BoostPro packaged releases. Fixed | Philip Lowman | 2009-01-16 | 1 | -57/+86 | |
| | | | | | regression for bjam users on Win32 introduced in 1.4.2.4 (7/13/08). This commit partially or completely resolves Issues #8173, #8326, #7943, #7725! | |||||
* | BUG: fixed bug #7529: FindBoost fails to find boost on SuSE 11.0 due to GCC | Philip Lowman | 2009-01-15 | 1 | -2/+2 | |
| | | | | reporting version x.y and not x.y.z | |||||
* | BUG: Fixes bug #8059. Also added Boost_DEBUG variable for troubleshooting. | Philip Lowman | 2009-01-15 | 1 | -47/+152 | |
| | ||||||
* | ENH: fix #7913: find also python 2.6 on windows | Alexander Neundorf | 2009-01-10 | 1 | -0/+1 | |
| | | | | Alex | |||||
* | BUG: fix #8122, _firstPoFile was not empty because it was no real variable | Alexander Neundorf | 2009-01-10 | 1 | -1/+3 | |
| | | | | | | but just a macro argument -> make it a real variable Alex | |||||
* | STYLE: fix typo | Alexander Neundorf | 2009-01-10 | 1 | -1/+1 | |
| | | | | Alex |