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
*
FindBoost: Add Windows ABI tag for Clang debug
Roger Leigh
2017-11-27
1
-0/+1
*
FindBoost: Use CMAKE_CXX_COMPILER_ID for Intel compiler
Roger Leigh
2017-11-27
1
-5/+2
*
FindBoost: support more than one number in version components
Ben Boeckel
2017-11-06
1
-1/+1
*
FindBoost: use CMake's compiler version rather than querying again
Ben Boeckel
2017-11-03
1
-6/+1
*
FindBoost: Improve messages when a Boost CMake package is found
Brad King
2017-09-29
1
-3/+2
*
FindBoost: Simplify search in lists
Alex Turbov
2017-09-18
1
-5/+9
*
FindBoost: Improve behavior when thread dependency is missing
Brad King
2017-09-15
1
-4/+14
*
Merge topic 'boost-1.65.1'
Brad King
2017-09-08
1
-1/+1
|
\
|
*
FindBoost: Add version 1.65.1
Roger Leigh
2017-09-06
1
-1/+1
*
|
Merge topic 'FindBoost-limit-configs'
Brad King
2017-09-07
1
-16/+32
|
\
\
|
|
/
|
/
|
|
*
FindBoost: Add option to prevent finding DEBUG/RELEASE Boost-libs
Deniz Bahadir
2017-09-06
1
-16/+32
*
|
Merge topic 'FindBoost-fix-policy-scope'
Brad King
2017-09-06
1
-9/+5
|
\
\
|
|
/
|
/
|
|
*
FindBoost: Revert "Simplify search in lists."
Brad King
2017-09-05
1
-9/+5
*
|
FindBoost: Add Boost 1.65 dependencies
Roger Leigh
2017-08-22
1
-3/+27
|
/
*
FindBoost: pop policy stack before returning
Cristian Adam
2017-07-26
1
-0/+2
*
FindBoost: Simplify search in lists.
Alex Turbov
2017-05-26
1
-6/+10
*
Boost Fiber actually require at least C++11.
Alex Turbov
2017-04-23
1
-0/+34
*
Merge topic 'FindBoost-fix-backslash-tolerance'
Brad King
2017-04-20
1
-2/+3
|
\
|
*
FindBoost: Restore tolerance of backslashes in paths
Alex Turbov
2017-04-19
1
-2/+3
*
|
FindBoost: Fix release name candidate list construction
yume todo
2017-04-06
1
-1/+1
*
|
Merge topic 'FindBoost-vs-toolset-fallback'
Brad King
2017-04-04
1
-13/+41
|
\
\
|
|
/
|
/
|
|
*
FindBoost: Support prebuilt Windows binaries from SourceForge
Roger Leigh
2017-03-29
1
-1/+11
|
*
FindBoost: Allow testing for multiple compiler suffixes
Roger Leigh
2017-03-29
1
-12/+30
|
*
Merge topic 'avoid-MSVC-per-version-vars'
Brad King
2017-03-23
1
-1/+1
|
|
\
*
|
|
FindBoost: Update 1.64 dependencies using 1.64 beta1
Roger Leigh
2017-03-30
1
-0/+1
*
|
|
Merge branch 'avoid-MSVC-per-version-vars' into release
Brad King
2017-03-23
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
FindBoost: Avoid mentioning discouraged `MSVC##`` variable
Brad King
2017-03-23
1
-1/+1
*
|
FindBoost: Update support for 1.64
Mateusz Łoskot
2017-03-22
1
-1/+1
*
|
FindBoost: Add support for 1.64
Mateusz Łoskot
2017-03-20
1
-3/+3
|
/
*
FindBoost: unset cache variables if the lib dir changes
Yves Frederix
2017-01-30
1
-1/+1
*
Merge topic 'FindBoost-1.63'
Brad King
2017-01-11
1
-1/+16
|
\
|
*
FindBoost: Add support for 1.63
Roger Leigh
2017-01-10
1
-1/+16
*
|
FindBoost: Search official location of prebuilt binaries on Windows
Alex Turbov
2017-01-10
1
-10/+12
*
|
Merge topic 'FindBoost-vs15'
Brad King
2016-12-09
1
-2/+6
|
\
\
|
|
/
|
*
FindBoost: Add support for VS 2017
Vic Luo
2016-12-08
1
-2/+6
*
|
FindBoost: Simplify library dir detection with cascading if/elseif/else
Alex Turbov
2016-10-13
1
-6/+4
*
|
FindBoost: Minor style updates
Alex Turbov
2016-10-13
1
-2/+2
*
|
FindBoost: Use list(INSERT) to simplify suffix list generation
Alex Turbov
2016-10-13
1
-1/+1
*
|
FindBoost: Use string(APPEND) in more cases
Alex Turbov
2016-10-13
1
-4/+4
|
/
*
FindBoost: Add 1.62 and 1.62.0 as supported versions
Roger Leigh
2016-10-03
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-20/+3
*
FindBoost: update to 1.62
Tatsuyuki Ishi
2016-09-25
1
-0/+16
*
Use string(APPEND) in Modules
Daniel Pfeifer
2016-07-27
1
-24/+24
*
FindBoost: Add check headers for `zlib` and `bzip2`
Alex Turbov
2016-07-05
1
-0/+4
*
FindBoost: Make imported targets fall back to `Release`
Andreas Weis
2016-06-20
1
-7/+7
*
FindBoost: Search in official Windows prebuilt binary library directory
Alex Turbov
2016-06-03
1
-0/+34
*
FindBoost: Test `CMAKE_CXX_COMPILER_{ID,VERSION}` instead of `MSVC*`
Alex Turbov
2016-06-03
1
-19/+22
*
Merge topic 'boost-component-headers'
Brad King
2016-05-16
1
-4/+84
|
\
|
*
FindBoost: Add checks for component-specific headers
Roger Leigh
2016-05-16
1
-4/+84
*
|
FindBoost: Update dependencies for Boost 1.61
Roger Leigh
2016-05-13
1
-1/+15
|
/
[next]