summaryrefslogtreecommitdiff
path: root/Modules/FindBoost.cmake
Commit message (Expand)AuthorAgeFilesLines
* Make Boost easier to findPhilip Lowman2009-09-211-1/+4
* Fix Bug #9158: FindBoost.cmake does not work properly with nmake and iclPhilip Lowman2009-09-211-10/+11
* Fix boost library detection with Sun Studio compiler (Issue #9153)Philip Lowman2009-09-201-0/+2
* Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library sea...Philip Lowman2009-08-191-3/+4
* ENH: boost lib is often found under the boost include dirBill Hoffman2009-06-231-0/+1
* ENH: add additional place to look for boost so it works out of the box on win...Bill Hoffman2009-06-231-0/+1
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-2/+2
* BUG: LIST(REMOVE_ITEM...) was being called on a variable that could be empty.Philip Lowman2009-03-201-1/+1
* BUG: Eliminates detection of Boost system library prior to 1.35 (see issue #8...Philip Lowman2009-03-161-1/+11
* STYLE: Moved functions/macros to top of file so main is more readable.Philip Lowman2009-03-121-47/+61
* STYLE: Fix documentation bug regarding Boost_<COMPONENT>_LIBRARY (COMPONENTPhilip Lowman2009-03-021-34/+35
* BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW ...Philip Lowman2009-02-241-1/+1
* BUG: Resolves Issue #8393, Remove workarounds in FindBoost once UNC-Path bugPhilip Lowman2009-02-091-12/+2
* STYLE: Improved examples, spelling & grammar in documentationPhilip Lowman2009-02-091-43/+53
* BUG: Fix detection of boost libraries without any compiler encoding (e.g.Philip Lowman2009-01-191-0/+4
* BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactoredPhilip Lowman2009-01-191-13/+21
* BUG: Switch FindBoost.cmake to use CMAKE_COMPILER_IS_GNUCXX (Issue #8398)Philip Lowman2009-01-191-2/+2
* BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508)Philip Lowman2009-01-191-2/+0
* BUG: Resolve Issue #7508, FindBoost fails to find boost on SuSE 10.3Philip Lowman2009-01-191-0/+2
* ENH: Added 1.38 since it'll be out soon. More documentation and clarified ex...Philip Lowman2009-01-191-20/+37
* BUG: Do not check for GCC version encoding in filenames on Boost libraries pr...Philip Lowman2009-01-191-32/+41
* BUG: Fixed additional issues with autodetecting compiler tags properly includ...Philip Lowman2009-01-181-9/+15
* BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is ca...Philip Lowman2009-01-181-0/+1
* STYLE: minor cleanupPhilip Lowman2009-01-181-22/+28
* BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under the...Philip Lowman2009-01-181-7/+0
* BUG: Fixed documentation bug with Boost_USE_MULTITHREADED, removed OPTION() c...Philip Lowman2009-01-181-6/+8
* BUG: Fixed superfluous and duplicate dirs in Boost_LIBRARY_DIR. Employed wor...Philip Lowman2009-01-181-3/+21
* BUG: Fixed issues using FindBoost with BoostPro packaged releases. FixedPhilip Lowman2009-01-161-57/+86
* BUG: fixed bug #7529: FindBoost fails to find boost on SuSE 11.0 due to GCCPhilip Lowman2009-01-151-2/+2
* BUG: Fixes bug #8059. Also added Boost_DEBUG variable for troubleshooting.Philip Lowman2009-01-151-47/+152
* BUG: Avoid boost versions less than requiredBrad King2008-10-091-14/+31
* BUG: Fix FindBoost versioned findBrad King2008-09-161-10/+13
* BUG: Be more careful with Boost_MINOR_VERSION in FindBoost moduleDouglas Gregor2008-07-281-9/+15
* BUG: Work around Boost 1.36.0 bug fix on Darwin by setting the mangled compil...Douglas Gregor2008-07-281-17/+23
* ENH: FindBoost can now find the upcoming Boost 1.46Douglas Gregor2008-07-141-5/+5
* COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on ...Douglas Gregor2008-07-031-2/+6
* ENH: Cleanup FindBoost module, fixing several small bugs and providing better...Douglas Gregor2008-07-031-155/+203
* BUG: Fix FindBoost version variable names to correct bug in Boost version det...Douglas Gregor2008-05-091-9/+9
* BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change theAlexander Neundorf2008-04-261-1/+5
* ENH: FindBoost always sets Boost_LIBRARY_DIRS when it finds the Boost librariesDouglas Gregor2008-04-221-1/+2
* ENH: Integrated FindBoost improvements changes from Andreas Pakulat, Mike Jac...Douglas Gregor2008-04-221-137/+554
* BUG: it seems on some installations boost is installed under boost-1_34 ,Alexander Neundorf2008-01-101-0/+1
* BUG: fix for bug 5464 better find boost for windowsBill Hoffman2007-12-181-1/+1
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-19/+10
* ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses bug#3...Brad King2006-07-211-0/+157