index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindBoost.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Help: Add `.. versionadded` directives to module docs
Nikita Nemkin
2020-12-02
1
-14/+44
*
Help: Improve formatting for FindBoost and FindCUDA
Nikita Nemkin
2020-12-02
1
-139/+237
*
FindBoost: Avoid leaking internal Boost_ROOT setting
Brad King
2020-10-30
1
-2/+8
*
FindBoost: Honor BOOST_ROOT when finding upstream BoostConfig
Brad King
2020-10-22
1
-0/+6
*
FindBoost: Honor Boost_NO_SYSTEM_PATHS when finding upstream BoostConfig
Brad King
2020-10-22
1
-1/+6
*
FindBoost: Add 1.74 to known versions
Olivier LIESS
2020-10-04
1
-0/+1
*
FindBoost: Prevent warning with boost 1.74
Olivier LIESS
2020-10-04
1
-1/+1
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
FindBoost: Allow Boost::zlib and Boost::bzip2 targets on all platforms
correa
2020-06-11
1
-4/+2
*
Merge topic 'FindBoost-1.73'
Brad King
2020-05-05
1
-1/+5
|
\
|
*
FindBoost: Update MinGW compiler tag for Boost 1.73
Brad King
2020-05-04
1
-1/+5
*
|
Merge topic 'FindBoost-1.73'
Brad King
2020-05-05
1
-1/+1
|
\
\
|
*
|
FindBoost: Add 1.73 to known versions
Boris Basic
2020-05-04
1
-1/+1
|
|
/
*
|
Merge topic 'FindBoost-1.73'
Brad King
2020-04-28
1
-1/+1
|
\
\
|
|
/
|
*
FindBoost: Prevent warning with boost 1.73
Orgad Shaneh
2020-04-27
1
-1/+1
*
|
Merge topic 'FindBoost-1.73'
Brad King
2020-04-21
1
-312/+329
|
\
\
|
|
/
|
*
FindBoost: Add support for Boost 1.73
Alexander Grund
2020-04-20
1
-1/+16
|
*
FindBoost: Simplify Boost_VERSION_STRING comparisons
Alexander Grund
2020-04-20
1
-312/+314
*
|
FindBoost: Allow Boost_LIB_PREFIX to be set externally
Bartlomiej Cieszkowski
2020-03-27
1
-9/+15
*
|
FindBoost: Clarify logic selecting Boost_LIB_PREFIX
Brad King
2020-03-27
1
-3/+8
|
/
*
FindBoost: Do not add any Boost targets until after Boost found
Niall Murphy
2020-01-27
1
-37/+37
*
FindBoost: only mark Boost_DIR as advanced if defined
Ben Boeckel
2020-01-14
1
-1/+4
*
FindBoost: Add support for Boost 1.72
Brad King
2019-12-17
1
-3/+17
*
FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73
Deniz Bahadir
2019-11-05
1
-0/+3
*
Merge topic 'FindBoost-1.71'
Brad King
2019-09-04
1
-9/+15
|
\
|
*
FindBoost: Tolerate future Boost INTERFACE libraries
Brad King
2019-09-04
1
-8/+14
|
*
FindBoost: Clarify role of legacy variables in warning message
Brad King
2019-09-04
1
-1/+1
*
|
Merge topic 'FindBoost-1.71'
Brad King
2019-09-03
1
-18/+31
|
\
\
|
|
/
|
*
FindBoost: Add support for Boost 1.71
Brad King
2019-08-30
1
-2/+2
|
*
FindBoost: Unwrap compatibility INTERFACE targets for legacy variables
Brad King
2019-08-30
1
-0/+15
|
*
FindBoost: Remove incorrect 1.70 timer dependency
Brad King
2019-08-30
1
-1/+1
|
*
FindBoost: Simplify conditional block for last known version
Brad King
2019-08-30
1
-16/+14
*
|
FindBoost: Add note about header-only libs in warning msg
Dennis Klein
2019-08-20
1
-1/+2
|
/
*
FindBoost: Add legacy variables and targets for compatibility
Alexander Grund
2019-06-18
1
-0/+150
*
FindBoost: Don't overwrite Boost_${_comp}_FOUND
Alexander Grund
2019-06-18
1
-5/+7
*
FindBoost: Refactor debug messages
Dennis Klein
2019-05-28
1
-100/+100
*
Merge topic 'FindBoost-contract-requires-compile-features'
Brad King
2019-05-28
1
-0/+10
|
\
|
*
FindBoost: Add compiler features for Boost Contract library
Alex Turbov
2019-05-24
1
-0/+10
*
|
FindBoost: Remove obsolete diagnostic message about Boost_ROOT
Dennis Klein
2019-05-15
1
-1/+5
*
|
FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format
Dennis Klein
2019-05-13
1
-3/+12
*
|
FindBoost: Modernize module mode with FPHSA
Dennis Klein
2019-05-07
1
-130/+24
*
|
FindBoost: Fix and modernize config mode with FPHSA
Dennis Klein
2019-05-07
1
-10/+26
*
|
FindBoost: Add vars Boost_VERSION_MACRO/MAJOR/MINOR/PATCH/COUNT
Dennis Klein
2019-05-07
1
-19/+34
*
|
FindBoost: Introduce new imported target Boost::headers
Dennis Klein
2019-05-07
1
-5/+15
*
|
FindBoost: Compare versions consistently against Boost_VERSION_STRING
Dennis Klein
2019-05-07
1
-55/+48
*
|
Merge topic 'FindBoost-fix-fiber-compiler-features'
Brad King
2019-05-01
1
-3/+11
|
\
\
|
|
/
|
*
FindBoost: Fix compiler features for `fiber` and `context`
Alex Turbov
2019-04-30
1
-0/+2
|
*
FindBoost: Record compiler features for Boost 1.67 and above
Alex Turbov
2019-04-30
1
-3/+9
|
*
Merge branch 'Boost-Gentoo' into release-3.14
Brad King
2019-04-16
1
-1/+1
|
|
\
|
*
|
FindBoost: Add support for MSVC toolset version 14.2
Brad King
2019-04-12
1
-5/+20
[next]