13 Commits

Author SHA1 Message Date
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 0a69e99916 using std::boolalpha instead of ints to print true and false (to try to fix issue that on some compilers true is printed as 1, but on other compilers is printed as 255) 2019-09-17 14:57:29 -07:00
Lorenzo Caminiti 6783b3f388 using 1 instead of true to check result of call_if using boost::bind (because on one compiler such result type is not deduced as bool, true was printed on the oteststream as 255 instead of 1, and a couple of tests failed at run-time) 2019-06-02 09:04:02 -07:00
Lorenzo Caminiti 11604d4efd fixed a couple of run-time errors for some call_if tests on some clang c++17 compilers 2019-05-31 10:22:10 -07:00
Lorenzo Caminiti fa93f96046 updated copyright year 2017-12-10 16:31:15 -08:00
Lorenzo Caminiti a748c6142e copied all release/0_5_0 to master 2017-09-04 17:43:14 -07:00
Lorenzo Caminiti 914e7bdcec cleaning master to prep for release tags 2017-09-04 16:30:13 -07:00
Lorenzo Caminiti 6568f6137e increased copyright yeat to 2017 2017-09-01 21:02:28 -07:00
Lorenzo Caminiti 9949f0c60b added copyright info to all source files 2016-06-11 12:41:57 -07:00
Lorenzo Caminiti 9754d1cf05 renamed aux to detail 2016-03-01 10:00:31 -08:00
Lorenzo Caminiti 1ab47c587c added max_bases test. renamed aux::test to test::aux. 2016-01-27 08:10:48 -08:00
Lorenzo Caminiti 2fb2ddc367 started advanced topics section in the docs 2015-06-27 08:03:34 -07:00
Lorenzo Caminiti be3a974847 implemented call_if 2015-06-13 21:19:20 -07:00