aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger13-0/+102
2018-10-27add -permissive to the boost testNicole Mazzuca1-0/+6
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney1-0/+3
2018-04-17Add partial_dependency method to dependenciesDylan Baker5-0/+108
2018-02-21Skip test cases/frameworks/1 boost if boost not foundJon Turney1-0/+5
2018-02-05Fix boost test on cygwinJon Turney1-0/+2
2018-01-04CI: Run boost test for CygwinJon Turney1-0/+2
2017-12-25boost: Allow older behavior with a warningNiklas Claesson1-1/+1
2017-10-01Boost: Improve search algorithmNiklas Claesson2-16/+1
2017-08-20Find Boost dep when there is an extra lib to linkMichaƂ WikliƄski2-0/+32
2017-05-29De-uniquefy.Jussi Pakkanen1-1/+1
2017-05-25add static Boost dependency testAdam C. Foltzer1-2/+5
2016-01-02By default do not specify language version but instead use the compiler's def...Jussi Pakkanen1-1/+2
2015-11-25Added script to run benchmarks.Jussi Pakkanen1-1/+1
2015-10-05Added option for VS exception type.Jussi Pakkanen1-4/+0
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen1-3/+1
2015-09-12Can leave Boost modules empty to only use the plain header libraries. Closes ...Jussi Pakkanen2-0/+21
2015-09-06Made boost on windows kinda work.Jussi Pakkanen1-0/+2
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen1-1/+5
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen2-0/+13
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen1-2/+2
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen1-0/+4
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-1/+1
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen1-1/+1
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen1-2/+2
2013-06-02Renamed add_test to test.Jussi Pakkanen1-2/+2
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen1-2/+2
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen2-3/+18
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen2-28/+5
2013-03-24Added test case for Boost.Jussi Pakkanen3-0/+46