| Commit message (Expand) | Author | Age | Files | Lines |
* | Lowercase all function names and improve consistency | Philip Lowman | 2010-12-28 | 1 | -168/+168 |
|
|
* | Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings. | Philip Lowman | 2010-12-28 | 1 | -16/+21 |
|
|
* | Add Boost 1.46 | Philip Lowman | 2010-12-13 | 1 | -2/+2 |
|
|
* | [patch] Add Boost 1.45 to search, simplify a check removing VERSION_LESS | Philip Lowman | 2010-12-13 | 1 | -28/+26 |
|
|
* | 11363: FindBoost.cmake fails to find debug libraries in tagged layout install | Philip Lowman | 2010-10-29 | 1 | -0/+1 |
|
|
* | Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME. | Philip Lowman | 2010-10-12 | 1 | -17/+8 |
|
|
* | FindBoost.cmake: Fix library search path glitch introduced in earlier commit | Philip Lowman | 2010-09-20 | 1 | -23/+24 |
|
|
* | FindBoost.cmake: Implements 11160 | Philip Lowman | 2010-09-18 | 1 | -1/+32 |
|
|
* | FindBoost.cmake: Fixes 10436 | Philip Lowman | 2010-09-18 | 1 | -0/+2 |
|
|
* | FindBoost.cmake: Fixes 11121 | Philip Lowman | 2010-09-18 | 1 | -0/+32 |
|
|
* | FindBoost.cmake: Fixes 11246 | Philip Lowman | 2010-09-18 | 1 | -1/+1 |
|
|
* | FindBoost.cmake: Fix compiling against a boost source tree | Philip Lowman | 2010-09-18 | 1 | -4/+1 |
|
|
* | FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option | Philip Lowman | 2010-09-18 | 1 | -25/+54 |
|
|
* | FindBoost.cmake: Miscellaneous changes and refactoring | Philip Lowman | 2010-09-18 | 1 | -15/+24 |
|
|
* | FindBoost.cmake fixes for issues 11204 & 8529 | Philip Lowman | 2010-09-18 | 1 | -39/+159 |
|
|
* | Fixes problem finding libraries under Boost (#9510) | Philip Lowman | 2010-08-11 | 1 | -1/+1 |
|
|
* | Merge topic 'module-header-spelling' | Brad King | 2010-08-10 | 1 | -1/+1 |
|\ |
|
| * | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | | FindBoost: Search for Boost 1.43 and 1.44 | Brad King | 2010-08-03 | 1 | -2/+2 |
|
|
* | | FindBoost: Search for Boost 1.42 | Brad King | 2010-07-28 | 1 | -1/+2 |
|/ |
|
* | Fix Issue #9792, remove superfluous output when not searching for COMPONENTS,... | Philip Lowman | 2010-01-05 | 1 | -18/+34 |
|
|
* | 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 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -14/+16 |
|
|
* | 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 sea... | Philip Lowman | 2009-08-20 | 1 | -3/+4 |
|
|
* | 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 win... | Bill Hoffman | 2009-06-23 | 1 | -0/+1 |
|
|
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -2/+2 |
|
|
* | 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 #8... | Philip Lowman | 2009-03-17 | 1 | -1/+11 |
|
|
* | 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 |
|
|
* | BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW ... | Philip Lowman | 2009-02-24 | 1 | -1/+1 |
|
|
* | BUG: Resolves Issue #8393, Remove workarounds in FindBoost once UNC-Path bug | Philip Lowman | 2009-02-10 | 1 | -12/+2 |
|
|
* | 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 |
|
|
* | BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactored | Philip Lowman | 2009-01-20 | 1 | -13/+21 |
|
|
* | 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 ex... | Philip Lowman | 2009-01-19 | 1 | -20/+37 |
|
|
* | BUG: Do not check for GCC version encoding in filenames on Boost libraries pr... | Philip Lowman | 2009-01-19 | 1 | -32/+41 |
|
|
* | BUG: Fixed additional issues with autodetecting compiler tags properly includ... | Philip Lowman | 2009-01-18 | 1 | -9/+15 |
|
|
* | BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is ca... | Philip Lowman | 2009-01-18 | 1 | -0/+1 |
|
|
* | STYLE: minor cleanup | Philip Lowman | 2009-01-18 | 1 | -22/+28 |
|
|
* | BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under the... | Philip Lowman | 2009-01-18 | 1 | -7/+0 |
|
|
* | BUG: Fixed documentation bug with Boost_USE_MULTITHREADED, removed OPTION() c... | Philip Lowman | 2009-01-18 | 1 | -6/+8 |
|
|