James E. King III
9240492490
Update CI and README
...
- Dependencies require C++11 so this library now does as well.
- Fixed and refreshed CI.
- This fixes #30 . (duplicate of issue-36)
- This fixes #32 . (issue-32 requires C++11 due to dependencies)
- This fixes #35 . (issue-35 missing header in test code.
- Fixed deprecated boost/bind header inclusion.
2025-06-01 19:26:54 -04:00
Lorenzo Caminiti
dd21cbc51e
added explicit failure for usban compiler
2019-09-17 19:26:09 -07:00
Lorenzo Caminiti
785db8a485
un-done some of the generalizations of the expected failrues beacuse they were too generic and flagged as expected failures also some compilers/platforms that passed. fixed (again) the union example attempting to remove the valgrind warning.
2019-06-04 12:00:18 -07:00
Lorenzo Caminiti
daef70d661
generalized some of expected failures to handle multiple toolsets (assuming this will not make some expected failure pass... i will double check that)
2019-05-31 15:55:34 -07:00
Lorenzo Caminiti
96d936ee10
generalized test expected failures to handle both results from develop and master
2019-05-31 15:48:35 -07:00
Lorenzo Caminiti
ebe44e53a7
fixed a few warnings and expected failures in tests
2019-05-30 21:30:38 -07:00
Lorenzo Caminiti
22bc450de0
fixing markups of some expected failures in the test regression table
2019-01-11 15:37:52 -08:00
Lorenzo Caminiti
0b8e07ac83
changed toolset names for a couple of expected failures
2018-02-07 23:00:14 -08:00
Lorenzo Caminiti
0e3cab0f89
marked excpected failures for crystal android compilers
2018-02-06 09:15:43 -08:00
Lorenzo Caminiti
b26b66b3dc
fixed a couple of types in docs, README, an example, library summary, and explicit failures. removed explicit failures due to boost::type_traits now fixed in master.
2018-01-20 10:08:22 -08:00
Lorenzo Caminiti
f607e7a53f
added copyright to explicit failure markup files and fixed test to not fail even when msvc defines min max macros
2018-01-12 17:57:08 -08:00
Lorenzo Caminiti
d61e15e82c
removed copyright comment that caused an xml validation failure
2018-01-11 07:27:03 -08:00
Lorenzo Caminiti
3b68c88bf8
updated names of some explicit regression test failures
2018-01-10 20:43:50 -08:00
Lorenzo Caminiti
8c134f07f0
proof reading reference section
2017-12-02 19:24:54 -08:00
Lorenzo Caminiti
147fc38919
removed an explicit failure on teek after they fix a problem with that platform
2017-11-20 20:25:01 -08:00
Lorenzo Caminiti
e7eeb10712
finished to mark all expected failures. started to review docs
2017-11-15 20:31:45 -08:00
Lorenzo Caminiti
24e057e8a0
removed two expected failures that actually pass (the test runs were failing just because they were too old)
2017-11-12 15:37:09 -08:00
Lorenzo Caminiti
938a26e507
marked qnx explicit failures. this should conclude fixing all regression tests, but i will have to wait a few days for all regressions to re-run to confirm...
2017-11-12 15:01:05 -08:00
Lorenzo Caminiti
87302093e6
marked a few more expected failures. added a missing c++11 requiremens for a test that uses contract_macro (i.e., variadic macros)
2017-11-11 20:19:13 -08:00
Lorenzo Caminiti
8e0fca3096
fixed a >> for nested template ending brakets expanded by a macro and not supported by old compilers. marked a few more expected boost regression failures
2017-11-09 18:43:47 -08:00
Lorenzo Caminiti
11fd99f21c
marked a few more expected failures. reverted rethrow_exception workaround for FreeBSD because it only worked for destructor tests anyway...
2017-11-06 21:20:05 -08:00
Lorenzo Caminiti
cadf8af229
marked a few other explicit regression test failures
2017-11-06 07:42:01 -08:00
Lorenzo Caminiti
4e1a16d469
removed a couple of expected failures on buggy lambda impl to see if cxx11_lambda bjam requirement recently added to tests will skip these tests in the first place (if not, i will reintroduce these expected faiulres)
2017-11-02 08:36:53 -07:00
Lorenzo Caminiti
313770e25c
trying to remove c++11 lambdas expected failure markups because changed jamfile to skip specific tests on compilers that do not support lambdas
2017-10-31 21:37:20 -07:00
Lorenzo Caminiti
5d4f1b5f30
added bjam config requirements on c++11 lambdas, etc. also added a few more expected failures markups
2017-10-30 20:26:41 -07:00
Lorenzo Caminiti
8eafe72cda
trying to workaround a few more bugs in msvc10 lambdas. also marked a few more expected failures on sfinae not working for private and protected members on older gcc.
2017-10-12 23:33:23 -07:00
Lorenzo Caminiti
1c8611e269
added a few more expected faiulres markups
2017-10-11 10:34:11 -07:00
Lorenzo Caminiti
3f1214f85f
updated expected regression failures. made struct err a global type in all tests to workaround msvc10 bug for which local structs are not visible within lambdas.
2017-10-09 20:05:24 -07:00
Lorenzo Caminiti
e9499eb7ab
added explicit failure and temp doc to track status of regression tests
2017-10-06 19:36:00 -07:00
Lorenzo Caminiti
cce118dda2
using .md for README. updated jamfile to integrate with boost jamroot
2017-09-24 13:48:45 -07:00