Bill Hoffman
|
df487fc04e
fix for bug# 9751, add check for MSVC10
|
16 years ago |
Philip Lowman
|
89954fe9a2
Several minor FindBoost changes to address posts on mailing list
|
16 years ago |
Brad King
|
c4bb9c9d42
Convert CMake find-modules to BSD License
|
16 years ago |
Philip Lowman
|
30e3dba27c
Make Boost easier to find
|
16 years ago |
Philip Lowman
|
448f88d46b
Fix Bug #9158: FindBoost.cmake does not work properly with nmake and icl
|
16 years ago |
Philip Lowman
|
9c2a38b836
Fix boost library detection with Sun Studio compiler (Issue #9153)
|
16 years ago |
Philip Lowman
|
4bf4cbd8a2
Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library search.
|
16 years ago |
Bill Hoffman
|
1287fc1fbf
ENH: boost lib is often found under the boost include dir
|
16 years ago |
Bill Hoffman
|
65aa0b8765
ENH: add additional place to look for boost so it works out of the box on windows
|
16 years ago |
Alexander Neundorf
|
879f2f98fe
STYLE: fix typos in the docs
|
16 years ago |
Philip Lowman
|
1a0512b061
BUG: LIST(REMOVE_ITEM...) was being called on a variable that could be empty.
|
16 years ago |
Philip Lowman
|
10da3f74ea
BUG: Eliminates detection of Boost system library prior to 1.35 (see issue #8734)
|
16 years ago |
Philip Lowman
|
cd3984eea3
STYLE: Moved functions/macros to top of file so main is more readable.
|
16 years ago |
Philip Lowman
|
feb21f1dc0
STYLE: Fix documentation bug regarding Boost_<COMPONENT>_LIBRARY (COMPONENT
|
16 years ago |
Philip Lowman
|
a58e183636
BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW and Intel/Windows compilers.
|
17 years ago |
Philip Lowman
|
17656ace03
BUG: Resolves Issue #8393, Remove workarounds in FindBoost once UNC-Path bug
|
17 years ago |
Philip Lowman
|
cae2da8d16
STYLE: Improved examples, spelling & grammar in documentation
|
17 years ago |
Philip Lowman
|
163af93449
BUG: Fix detection of boost libraries without any compiler encoding (e.g.
|
17 years ago |
Philip Lowman
|
4dae139ad4
BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactored
|
17 years ago |
Philip Lowman
|
9aaa9f7529
BUG: Switch FindBoost.cmake to use CMAKE_COMPILER_IS_GNUCXX (Issue #8398)
|
17 years ago |
Philip Lowman
|
d69e68609c
BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508)
|
17 years ago |
Philip Lowman
|
b87e0687bd
BUG: Resolve Issue #7508, FindBoost fails to find boost on SuSE 10.3
|
17 years ago |
Philip Lowman
|
ab36f5a11e
ENH: Added 1.38 since it'll be out soon. More documentation and clarified examples, addressed autolinking issue on MSVC
|
17 years ago |
Philip Lowman
|
6d37f93a38
BUG: Do not check for GCC version encoding in filenames on Boost libraries prior to 1.35. Eliminate "lib" prefix except on MSVC.
|
17 years ago |
Philip Lowman
|
f7ba5a7fc8
BUG: Fixed additional issues with autodetecting compiler tags properly including Issue #6926
|
17 years ago |
Philip Lowman
|
ee91442a90
BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is called more than once (Issue #7460)
|
17 years ago |
Philip Lowman
|
d077940f94
STYLE: minor cleanup
|
17 years ago |
Philip Lowman
|
c4e85549c9
BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under 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).
|
17 years ago |
Philip Lowman
|
909dd8af48
BUG: Fixed documentation bug with Boost_USE_MULTITHREADED, removed OPTION() call since it would be useless and confusing after an initial configure.
|
17 years ago |
Philip Lowman
|
5913dc1e88
BUG: Fixed superfluous and duplicate dirs in Boost_LIBRARY_DIR. Employed workaround for Issue #8378. Resolves Issue #8099
|
17 years ago |