index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
1 boost
Age
Commit message (
Expand
)
Author
2024-03-17
tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...
Christoph Reiter
2023-04-11
fix various spelling issues
Josh Soref
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-18
Test boost-python on macOS
Kevin Meagher
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-07-13
Add expected skip annotations for non-linux CI runs to framework tests
Jon Turney
2021-06-24
Fix test.json for boost test to match schema
Jon Turney
2020-09-27
Fixes meson test timeout on windows
Yonggang Luo
2020-08-04
tests: Disable Boost extralib test on macOS
Simon McVittie
2020-05-01
boost: Only use usage-requirements defines (fixes #7046)
Daniel Mensinger
2020-04-02
boost: make python2 optional
Daniel Mensinger
2020-04-01
boost: Fix boost_python detection on bionic (fixes #6886 #4788)
Daniel Mensinger
2020-03-28
boost: Better python module detection
Daniel Mensinger
2020-02-25
test: merge test_matrix.json and setup_env.json into test.json
Daniel Mensinger
2020-02-20
boost: Updated tests
Daniel Mensinger
2020-01-24
ci: Fix boost test on xenial
Daniel Mensinger
2020-01-24
tests: Fix some test failures on Ubuntun 16.04 CI
Nirbheek Chauhan
2019-12-18
python: add embed to the python dependency function
Daniel Mensinger
2019-12-09
cmake: add project language to cmakelists.txt
Michael Hirsch, Ph.D
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-07-11
Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.
gjaeger1
2018-10-27
add -permissive to the boost test
Nicole Mazzuca
2018-08-26
Tests for version constraints on custom lookup dependencies
Jon Turney
2018-04-17
Add partial_dependency method to dependencies
Dylan Baker
2018-02-21
Skip test cases/frameworks/1 boost if boost not found
Jon Turney
2018-02-05
Fix boost test on cygwin
Jon Turney
2018-01-04
CI: Run boost test for Cygwin
Jon Turney
2017-12-25
boost: Allow older behavior with a warning
Niklas Claesson
2017-10-01
Boost: Improve search algorithm
Niklas Claesson
2017-08-20
Find Boost dep when there is an extra lib to link
Michał Wikliński
2017-05-29
De-uniquefy.
Jussi Pakkanen
2017-05-25
add static Boost dependency test
Adam C. Foltzer
2016-01-02
By default do not specify language version but instead use the compiler's def...
Jussi Pakkanen
2015-11-25
Added script to run benchmarks.
Jussi Pakkanen
2015-10-05
Added option for VS exception type.
Jussi Pakkanen
2015-10-04
Can set compiler options, added language versions for Gnu and Clang.
Jussi Pakkanen
2015-09-12
Can leave Boost modules empty to only use the plain header libraries. Closes ...
Jussi Pakkanen
2015-09-06
Made boost on windows kinda work.
Jussi Pakkanen
2015-01-30
Add thread flags to compilers and use them on dependencies that require threa...
Jussi Pakkanen
2015-01-24
Made Boost unit testing framework work and added a test.
Jussi Pakkanen
2014-06-22
Renamed deps -> dependencies.
Jussi Pakkanen
2014-02-22
Newest Boost requires C++11 to build.
Jussi Pakkanen
2013-08-11
Search for Boost libs in all lib dirs.
Jussi Pakkanen
2013-06-02
C++ is now called cpp rather than cxx.
Jussi Pakkanen
2013-06-02
Renamed find_dep to dependency.
Jussi Pakkanen
2013-06-02
Renamed add_test to test.
Jussi Pakkanen
2013-06-01
The default value of required is true for dependencies.
Jussi Pakkanen
2013-04-01
Can have multiple different configurations of the same dependency.
Jussi Pakkanen
2013-03-24
Added custom detector framework and a Boost detector to it.
Jussi Pakkanen
2013-03-24
Added test case for Boost.
Jussi Pakkanen