summaryrefslogtreecommitdiff
path: root/Modules/FindBoost.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-45/+45
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-1/+1
* FindBoost: Future proof to 1.56Philip Lowman2012-06-301-1/+4
* FindBoost: Fix bug where Boost_FOUND could be false when version specifiedPhilip Lowman2012-06-301-118/+105
* FindBoost: add support for 1.49 and 1.50Rolf Eike Beer2012-04-071-2/+3
* FindBoost: Quote possibly empty string argument (#12273)David Cole2011-12-191-1/+1
* FindBoost: Use MSVC11 to find Boost on Windows (#12568)Mateusz Loskot2011-11-101-4/+6
* FindBoost: Call find_package with NO_MODULE firstTodd Gamblin2011-09-011-10/+72
* FindBoost: Also search for 1.46.1Philip Lowman2011-06-091-1/+2
* FindBoost: Fixes #12188Philip Lowman2011-06-091-0/+6
* Lowercase all function names and improve consistencyPhilip Lowman2010-12-271-168/+168
* Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings.Philip Lowman2010-12-271-16/+21
* Add Boost 1.46Philip Lowman2010-12-131-2/+2
* [patch] Add Boost 1.45 to search, simplify a check removing VERSION_LESSPhilip Lowman2010-12-131-28/+26
* 11363: FindBoost.cmake fails to find debug libraries in tagged layout installPhilip Lowman2010-10-281-0/+1
* Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.Philip Lowman2010-10-111-17/+8
* FindBoost.cmake: Fix library search path glitch introduced in earlier commitPhilip Lowman2010-09-191-23/+24
* FindBoost.cmake: Implements 11160Philip Lowman2010-09-181-1/+32
* FindBoost.cmake: Fixes 10436Philip Lowman2010-09-181-0/+2
* FindBoost.cmake: Fixes 11121Philip Lowman2010-09-181-0/+32
* FindBoost.cmake: Fixes 11246Philip Lowman2010-09-181-1/+1
* FindBoost.cmake: Fix compiling against a boost source treePhilip Lowman2010-09-181-4/+1
* FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS optionPhilip Lowman2010-09-181-25/+54
* FindBoost.cmake: Miscellaneous changes and refactoringPhilip Lowman2010-09-181-15/+24
* FindBoost.cmake fixes for issues 11204 & 8529Philip Lowman2010-09-181-39/+159
* Fixes problem finding libraries under Boost (#9510)Philip Lowman2010-08-101-1/+1
* Merge topic 'module-header-spelling'Brad King2010-08-101-1/+1
|\
| * Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* | FindBoost: Search for Boost 1.43 and 1.44Brad King2010-08-031-2/+2
* | FindBoost: Search for Boost 1.42Brad King2010-07-281-1/+2
|/
* Fix Issue #9792, remove superfluous output when not searching for COMPONENTS,...Philip Lowman2010-01-051-18/+34
* fix for bug# 9751, add check for MSVC10Bill Hoffman2009-10-211-0/+2
* Several minor FindBoost changes to address posts on mailing listPhilip Lowman2009-10-091-8/+33
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-14/+16
* 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