summaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost
AgeCommit message (Expand)Author
2024-03-17tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...Christoph Reiter
2023-04-11fix various spelling issuesJosh Soref
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-18Test boost-python on macOSKevin Meagher
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney
2021-06-24Fix test.json for boost test to match schemaJon Turney
2020-09-27Fixes meson test timeout on windowsYonggang Luo
2020-08-04tests: Disable Boost extralib test on macOSSimon McVittie
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger
2020-04-02boost: make python2 optionalDaniel Mensinger
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger
2020-03-28boost: Better python module detectionDaniel Mensinger
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger
2020-02-20boost: Updated testsDaniel Mensinger
2020-01-24ci: Fix boost test on xenialDaniel Mensinger
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan
2019-12-18python: add embed to the python dependency functionDaniel Mensinger
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger1
2018-10-27add -permissive to the boost testNicole Mazzuca
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney
2018-04-17Add partial_dependency method to dependenciesDylan Baker
2018-02-21Skip test cases/frameworks/1 boost if boost not foundJon Turney
2018-02-05Fix boost test on cygwinJon Turney
2018-01-04CI: Run boost test for CygwinJon Turney
2017-12-25boost: Allow older behavior with a warningNiklas Claesson
2017-10-01Boost: Improve search algorithmNiklas Claesson
2017-08-20Find Boost dep when there is an extra lib to linkMichał Wikliński
2017-05-29De-uniquefy.Jussi Pakkanen
2017-05-25add static Boost dependency testAdam C. Foltzer
2016-01-02By default do not specify language version but instead use the compiler's def...Jussi Pakkanen
2015-11-25Added script to run benchmarks.Jussi Pakkanen
2015-10-05Added option for VS exception type.Jussi Pakkanen
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen
2015-09-12Can leave Boost modules empty to only use the plain header libraries. Closes ...Jussi Pakkanen
2015-09-06Made boost on windows kinda work.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen
2013-03-24Added test case for Boost.Jussi Pakkanen