Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Issue #9792, remove superfluous output when not searching for ↵ | Philip Lowman | 2010-01-05 | 1 | -18/+34 |
| | | | | COMPONENTS, add 1.41 to the search | ||||
* | fix for bug# 9751, add check for MSVC10 | Bill Hoffman | 2009-10-22 | 1 | -0/+2 |
| | |||||
* | Several minor FindBoost changes to address posts on mailing list | Philip Lowman | 2009-10-09 | 1 | -8/+33 |
| | | | | | | | | | | | | | | | | | | | | | | 1. Add STATUS output "Could NOT find Boost" if boost is not found which brings FindBoost closer in behavior to most CMake find modules. 2. Add an option: Boost_DETAILED_FAILURE_MSG to output Boost_ERROR_REASON on a non-REQUIRED find if this is desired by the developer. This is done because the error messages are rather long and software with optional Boost dependencies might not like them showing up by default, especially since this wasn't done before. 3. Add mention of Boost_ADDITIONAL_VERSIONS close to top of file since this seems to be the most common problem brought up on the mailing list (maybe people will notice it there) 4. Added additional check for intel compiler which probably isn't necessary but ultimately should be cleaner if CMAKE_CXX_COMPILER_ID sticks around. 5. Added my name to the Copyright list | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -14/+16 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | Make Boost easier to find | Philip Lowman | 2009-09-22 | 1 | -1/+4 |
| | |||||
* | Fix Bug #9158: FindBoost.cmake does not work properly with nmake and icl | Philip Lowman | 2009-09-22 | 1 | -10/+11 |
| | |||||
* | Fix boost library detection with Sun Studio compiler (Issue #9153) | Philip Lowman | 2009-09-20 | 1 | -0/+2 |
| | |||||
* | Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library ↵ | Philip Lowman | 2009-08-20 | 1 | -3/+4 |
| | | | | search. | ||||
* | ENH: boost lib is often found under the boost include dir | Bill Hoffman | 2009-06-23 | 1 | -0/+1 |
| | |||||
* | ENH: add additional place to look for boost so it works out of the box on ↵ | Bill Hoffman | 2009-06-23 | 1 | -0/+1 |
| | | | | windows | ||||
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -2/+2 |
| | | | | Alex | ||||
* | BUG: LIST(REMOVE_ITEM...) was being called on a variable that could be empty. | Philip Lowman | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | BUG: Eliminates detection of Boost system library prior to 1.35 (see issue ↵ | Philip Lowman | 2009-03-17 | 1 | -1/+11 |
| | | | | #8734) | ||||
* | STYLE: Moved functions/macros to top of file so main is more readable. | Philip Lowman | 2009-03-13 | 1 | -47/+61 |
| | |||||
* | STYLE: Fix documentation bug regarding Boost_<COMPONENT>_LIBRARY (COMPONENT | Philip Lowman | 2009-03-03 | 1 | -34/+35 |
| | | | | should be uppercase). | ||||
* | BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW ↵ | Philip Lowman | 2009-02-24 | 1 | -1/+1 |
| | | | | and Intel/Windows compilers. | ||||
* | 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 |
| | |||||
* | 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: 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: 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 |
| | |||||
* | BUG: Avoid boost versions less than required | Brad King | 2008-10-09 | 1 | -14/+31 |
| | | | | | | Construction of a list of candidate versions used to produce search paths now discards versions less than requested by the user. See issue #7783. | ||||
* | BUG: Fix FindBoost versioned find | Brad King | 2008-09-16 | 1 | -10/+13 |
| | | | | | | | | To locate the boost include directory, all search paths and versioned path suffixes should be passed to one call of FIND_PATH. Previously the test for one version would find an unversioned system boost even when the user set BOOST_ROOT (since the NO_DEFAULT_PATH option is not used). See issue #7456. | ||||
* | BUG: Be more careful with Boost_MINOR_VERSION in FindBoost module | Douglas Gregor | 2008-07-28 | 1 | -9/+15 |
| | |||||
* | BUG: Work around Boost 1.36.0 bug fix on Darwin by setting the mangled ↵ | Douglas Gregor | 2008-07-28 | 1 | -17/+23 |
| | | | | compiler name to -xgccVERSION | ||||
* | ENH: FindBoost can now find the upcoming Boost 1.46 | Douglas Gregor | 2008-07-14 | 1 | -5/+5 |
| | |||||
* | COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on ↵ | Douglas Gregor | 2008-07-03 | 1 | -2/+6 |
| | | | | Windows | ||||
* | ENH: Cleanup FindBoost module, fixing several small bugs and providing ↵ | Douglas Gregor | 2008-07-03 | 1 | -155/+203 |
| | | | | better diagnostic information when things go wrong | ||||
* | BUG: Fix FindBoost version variable names to correct bug in Boost version ↵ | Douglas Gregor | 2008-05-10 | 1 | -9/+9 |
| | | | | detection | ||||
* | BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change the | Alexander Neundorf | 2008-04-26 | 1 | -1/+5 |
| | | | | | | | policy settings done in the projects cmake files (and it doesn't make sense since it is always part of the correct cmake version) Alex | ||||
* | ENH: FindBoost always sets Boost_LIBRARY_DIRS when it finds the Boost libraries | Douglas Gregor | 2008-04-22 | 1 | -1/+2 |
| | |||||
* | ENH: Integrated FindBoost improvements changes from Andreas Pakulat, Mike ↵ | Douglas Gregor | 2008-04-22 | 1 | -137/+554 |
| | | | | Jackson, and myself | ||||
* | 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 5464 better find boost for windows | Bill Hoffman | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -19/+10 |
| | | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex | ||||
* | ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses ↵ | Brad King | 2006-07-21 | 1 | -0/+157 |
bug#3447. |