aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost
AgeCommit message (Expand)AuthorFilesLines
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
2021-08-18Test boost-python on macOSKevin Meagher1-6/+8
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney1-1/+2
2021-06-24Fix test.json for boost test to match schemaJon Turney1-4/+4
2020-09-27Fixes meson test timeout on windowsYonggang Luo1-2/+2
2020-08-04tests: Disable Boost extralib test on macOSSimon McVittie1-1/+5
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-1/+1
2020-04-02boost: make python2 optionalDaniel Mensinger1-2/+2
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger1-1/+1
2020-03-28boost: Better python module detectionDaniel Mensinger1-16/+2
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger2-19/+21
2020-02-20boost: Updated testsDaniel Mensinger4-26/+37
2020-01-24ci: Fix boost test on xenialDaniel Mensinger1-1/+1
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan1-12/+4
2019-12-18python: add embed to the python dependency functionDaniel Mensinger1-2/+2
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D1-0/+1
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