Commit Graph

335 Commits

Author SHA1 Message Date
joaquintides c6221ca431 replaced deprecated #include 2020-05-11 16:06:33 +02:00
joaquintides 0f41301229 removed limitation with legacy libstdc++-v3 boost-1.73.0 boost-1.73.0.beta1 2020-01-29 20:50:53 +01:00
joaquintides c0e8b940da fixed const-related bug in segment::move 2020-01-29 20:45:44 +01:00
joaquintides c9f0de8473 suppressed potential redundant move warning 2020-01-22 09:46:59 +01:00
joaquintides 1f5655001d typo boost-1.72.0 boost-1.72.0.beta1 2019-09-04 10:00:19 +02:00
joaquintides 02ec76c842 updated release notes 2019-09-04 09:28:30 +02:00
joaquintides 40cd7e3714 refined previous commit 2019-09-03 14:38:29 +02:00
joaquintides e6fa69fa25 added workarounds for Dinkumware stdlib as per issue #16 2019-09-03 10:39:46 +02:00
joaquintides e47afaac3b reverted Travis to Trusty as per https://lists.boost.org/Archives/boost/2019/06/246359.php boost-1.71.0.beta1 boost-1.71.0 2019-06-17 09:48:13 +02:00
joaquintides 58781ae108 grammar 2019-06-17 09:27:32 +02:00
joaquintides 0e60b6d60c refined version checking after tests from Agustín Bergé 2019-05-20 18:46:35 +02:00
joaquintides eac88e1211 narrowed workaround to check if VS2019 has fixed bug 2019-05-20 12:14:34 +02:00
joaquintides 1a2f7eb419 stylistic 2019-05-20 12:02:39 +02:00
joaquintides b72896d3e9 refactored __attribute__ conditional insertion to cater for potential warnings 2019-05-16 09:20:52 +02:00
joaquintides 11988830bc omitted crashing test for a specific, buggy version of VS2019 2019-05-15 12:13:07 +02:00
joaquintides 2698edb21e added workaround for legacy libstdc++-v3 bug 2019-05-08 11:48:19 +02:00
joaquintides 5298636215 addressed issue #15 2019-05-07 12:55:12 +02:00
joaquintides 1ac90f551f updated release notes as per latest PR 2019-04-22 10:08:02 +02:00
joaquintides 31963d5e39 Merge pull request #14 from tinko92/develop
Fixed links that were broken by a page move at cppreference.
2019-04-22 09:52:44 +02:00
Tinko Bartels 0e7f003f9d fixed links that were broken by a page move at cppreference. 2019-04-22 09:44:38 +02:00
joaquintides d13e8ba7ba addressed issue #11 and sprinkled some more checks boost-1.70.0.beta1 boost-1.70.0 2019-02-06 12:18:52 +01:00
joaquintides 8a67013729 added links to regression tests 2019-01-03 09:41:06 +01:00
joaquintides c32eb057cc avoided self-assign-overloaded Clang warnings 2018-12-31 13:29:16 +01:00
joaquintides cab29c3ce3 stylistic 2018-12-23 12:25:31 +01:00
joaquintides 8c02e82dbc shut logical-op-parentheses warning down 2018-12-22 22:42:21 +01:00
joaquintides 5af64d5ec2 bypassed tests for old versions of libstdc++-v3 2018-12-22 12:54:23 +01:00
joaquintides ad87aeb50a made segment copyable 2018-12-21 17:32:30 +01:00
joaquintides daf7df8065 made segment CopyAssignable and MoveAssignable 2018-12-21 17:11:29 +01:00
joaquintides 6887dbfb32 backed down c6e1d529f9 2018-12-20 15:48:28 +01:00
joaquintides b58467114c fixed test conditions 2018-12-20 13:13:40 +01:00
joaquintides fb218be604 made constructions explicit 2018-12-20 13:12:22 +01:00
joaquintides c6e1d529f9 bumped BOOST_MSVC check on some BOOST_WORKAROUNDs 2018-12-19 19:06:35 +01:00
joaquintides 7f4dec6756 stylistic 2018-12-19 18:36:37 +01:00
joaquintides 1c3283a561 avoided segment copying 2018-12-19 18:28:17 +01:00
joaquintides b5fc9c3381 added missing fwd declaration 2018-12-19 17:27:49 +01:00
joaquintides fd294c2abf refactored allocator handling, fixed bug with type_info_map::cache (see rebuild_cache) 2018-12-19 16:15:27 +01:00
joaquintides 78e8a8e64b s/fast_fwd_distance/fast_distance boost-1.69.0-beta1 boost-1.69.0 2018-10-01 17:02:37 +02:00
joaquintides 92f0f243ef removed extra typename 2018-09-23 22:53:48 +02:00
joaquintides 2886f32366 added algorithms for_each_n and sample. 2018-09-23 19:40:02 +02:00
joaquintides 5ed5d5e993 made value tests more irregular 2018-09-13 19:22:17 +02:00
joaquintides 6f72f19075 tested more corner cases 2018-09-13 10:51:17 +02:00
joaquintides 0d7b1374f1 editorial boost-1.68.0 2018-03-12 09:41:04 +01:00
joaquintides 7f4963560a created directory before copying 2018-03-07 19:35:18 +01:00
joaquintides b20ad0cf23 used OS X-compatible command for copying 2018-03-07 16:47:01 +01:00
joaquintides 626fd1dda9 extended Travis tests following smart_ptr example 2018-03-07 13:47:00 +01:00
joaquintides cb5a13d950 dropped internal MP machinery in favor of Boost.Mp11 2018-03-07 11:42:59 +01:00
joaquintides 8b36d94bf4 added AppVeyor status boost-1.67.0 2018-03-05 13:21:02 +01:00
joaquintides ab3789f291 added missing slash 2018-03-05 13:05:51 +01:00
joaquintides 9b820a3169 added AppVeyor support 2018-03-05 12:50:42 +01:00
joaquintides f81017fd72 workaround for MSVC 14.1 C++17-mode compiler bug (https://lists.boost.org/Archives/boost/2018/02/241568.php) 2018-02-28 17:06:26 +01:00