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
Rene Rivera
69022312b8
Change all <source> references to <library>.
2024-07-20 19:37:42 -05:00
Rene Rivera
f945951d59
Make the library modular usable.
2024-03-11 08:31:25 -05:00
Lorenzo Caminiti
f3721a747d
finished to review extra doc section
2019-08-21 21:27:46 -07:00
Lorenzo Caminiti
0c14650e5e
reviewed doc up to extra section. also edited some examples as a result. added if_constexpr example for assertion requirements (templates).
2019-08-18 21:56:02 -07:00
Lorenzo Caminiti
43b60cc71d
Merge pull request #24 from jeking3/ci
...
Add CI framework
2019-06-05 16:05:35 -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
James E. King III
dc61522241
Add CI framework
...
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
- appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
- README, LICENSE, etc.
2019-06-04 12:13:14 -04:00
Lorenzo Caminiti
eedf51b2c6
removed linking to boost.system because that library is now header-only. also fixed the union example, reverting back some changes i made recently to fix a valgrind warning... i added a copule of data member initialization that hopefully will take care of the valgrind warning, otherwise that warning should be ignored.
2019-06-03 08:18:26 -07:00
Lorenzo Caminiti
da5e3297e5
reworked a bit the union example
2019-01-07 13:54:44 -08:00
Lorenzo Caminiti
5c10c0dc9d
committed a possible fix to the union example to fix a valgrind error, but i did not confirm this actually fixes the problem yet (possible fix for github issue #18 )
2019-01-07 08:30:55 -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
5fbf847a2f
compiled all examples with all combinations. also compiled all tests and examples with c++03
2018-01-09 06:02:00 -08:00
Lorenzo Caminiti
9874f548f3
building all combinations for examples
2018-01-05 22:19:49 -08:00
Lorenzo Caminiti
595dcb4eaa
fixed a warning for noop
2017-12-22 17:59:12 -08:00
Lorenzo Caminiti
2ad513c2e7
one last (?) read of the docs
2017-12-10 18:48:50 -08:00
Lorenzo Caminiti
fa93f96046
updated copyright year
2017-12-10 16:31:15 -08:00
Lorenzo Caminiti
0a272e3cd7
fixed boost::prior now #included from boost/next_prior.hpp, not utility.hpp
2017-12-02 19:35:21 -08:00
Lorenzo Caminiti
0dbf92fc7b
Merge branch 'develop' of https://github.com/boostorg/contract into develop
2017-12-02 19:25:42 -08:00
Lorenzo Caminiti
8c134f07f0
proof reading reference section
2017-12-02 19:24:54 -08:00
Peter Dimov
8b1324310e
Add #include <boost/next_prior.hpp>; no longer in utility.hpp
2017-12-02 04:22:20 +02:00
Lorenzo Caminiti
af2b0ec4be
proof reading docs
2017-11-27 08:27:55 -08: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
cce118dda2
using .md for README. updated jamfile to integrate with boost jamroot
2017-09-24 13:48:45 -07:00
Lorenzo Caminiti
a748c6142e
copied all release/0_5_0 to master
2017-09-04 17:43:14 -07:00
Lorenzo Caminiti
9e6d3b46bd
prep for tagging release 0.5.0
2017-09-04 17:38:59 -07:00
Lorenzo Caminiti
4253df8182
merged release/0_4_1
2017-09-04 17:30:19 -07:00
Lorenzo Caminiti
5a78d716d8
prep for tagging release 0.4.1
2017-09-04 17:24:45 -07:00
Lorenzo Caminiti
4061f372f3
added all files for release 0.4.0
2017-08-28 19:49:35 -07:00