Commit Graph

  • 1f5655001d typo cc joaquintides 2019-09-04 10:00:19 +0200
  • 02ec76c842 updated release notes joaquintides 2019-09-04 09:28:30 +0200
  • 40cd7e3714 refined previous commit joaquintides 2019-09-03 14:38:29 +0200
  • e6fa69fa25 added workarounds for Dinkumware stdlib as per issue #16 joaquintides 2019-09-03 10:39:46 +0200
  • e47afaac3b reverted Travis to Trusty as per https://lists.boost.org/Archives/boost/2019/06/246359.php joaquintides 2019-06-17 09:48:13 +0200
  • 58781ae108 grammar joaquintides 2019-06-17 09:27:32 +0200
  • 0e60b6d60c refined version checking after tests from Agustín Bergé joaquintides 2019-05-20 18:46:35 +0200
  • eac88e1211 narrowed workaround to check if VS2019 has fixed bug joaquintides 2019-05-20 12:14:34 +0200
  • 1a2f7eb419 stylistic joaquintides 2019-05-20 12:02:39 +0200
  • b72896d3e9 refactored __attribute__ conditional insertion to cater for potential warnings joaquintides 2019-05-16 09:20:52 +0200
  • 11988830bc omitted crashing test for a specific, buggy version of VS2019 joaquintides 2019-05-15 12:13:07 +0200
  • 2698edb21e added workaround for legacy libstdc++-v3 bug joaquintides 2019-05-08 11:48:19 +0200
  • 5298636215 addressed issue #15 joaquintides 2019-05-07 12:55:12 +0200
  • 1ac90f551f updated release notes as per latest PR joaquintides 2019-04-22 10:08:02 +0200
  • 31963d5e39
    Merge pull request #14 from tinko92/develop joaquintides 2019-04-22 09:52:44 +0200
  • 0e7f003f9d fixed links that were broken by a page move at cppreference. Tinko Bartels 2019-04-22 09:44:38 +0200
  • d13e8ba7ba addressed issue #11 and sprinkled some more checks joaquintides 2019-02-06 12:18:52 +0100
  • 8a67013729 added links to regression tests joaquintides 2019-01-03 09:41:06 +0100
  • c32eb057cc avoided self-assign-overloaded Clang warnings joaquintides 2018-12-31 13:29:16 +0100
  • cab29c3ce3 stylistic joaquintides 2018-12-23 12:25:31 +0100
  • 8c02e82dbc shut logical-op-parentheses warning down joaquintides 2018-12-22 22:42:21 +0100
  • 5af64d5ec2 bypassed tests for old versions of libstdc++-v3 joaquintides 2018-12-22 12:54:23 +0100
  • ad87aeb50a made segment copyable joaquintides 2018-12-21 17:32:30 +0100
  • daf7df8065 made segment CopyAssignable and MoveAssignable joaquintides 2018-12-21 17:11:29 +0100
  • 6887dbfb32 backed down c6e1d529f9 joaquintides 2018-12-20 15:48:28 +0100
  • b58467114c fixed test conditions joaquintides 2018-12-20 13:13:40 +0100
  • fb218be604 made constructions explicit joaquintides 2018-12-20 13:12:22 +0100
  • c6e1d529f9 bumped BOOST_MSVC check on some BOOST_WORKAROUNDs joaquintides 2018-12-19 19:06:35 +0100
  • 7f4dec6756 stylistic joaquintides 2018-12-19 18:36:37 +0100
  • 1c3283a561 avoided segment copying joaquintides 2018-12-19 18:28:17 +0100
  • b5fc9c3381 added missing fwd declaration joaquintides 2018-12-19 17:27:49 +0100
  • fd294c2abf refactored allocator handling, fixed bug with type_info_map::cache (see rebuild_cache) joaquintides 2018-12-19 16:15:27 +0100
  • 78e8a8e64b s/fast_fwd_distance/fast_distance joaquintides 2018-10-01 17:02:37 +0200
  • 92f0f243ef removed extra typename joaquintides 2018-09-23 22:53:48 +0200
  • 2886f32366 added algorithms for_each_n and sample. joaquintides 2018-09-23 19:40:02 +0200
  • 5ed5d5e993 made value tests more irregular joaquintides 2018-09-13 19:22:17 +0200
  • 6f72f19075 tested more corner cases joaquintides 2018-09-13 10:51:17 +0200
  • 0d7b1374f1 editorial joaquintides 2018-03-12 09:41:04 +0100
  • 7f4963560a created directory before copying joaquintides 2018-03-07 19:35:18 +0100
  • b20ad0cf23 used OS X-compatible command for copying joaquintides 2018-03-07 16:47:01 +0100
  • 626fd1dda9 extended Travis tests following smart_ptr example joaquintides 2018-03-07 13:47:00 +0100
  • cb5a13d950 dropped internal MP machinery in favor of Boost.Mp11 joaquintides 2018-03-07 11:42:59 +0100
  • 8b36d94bf4
    added AppVeyor status joaquintides 2018-03-05 13:21:02 +0100
  • ab3789f291 added missing slash joaquintides 2018-03-05 13:05:51 +0100
  • 9b820a3169 added AppVeyor support joaquintides 2018-03-05 12:50:42 +0100
  • f81017fd72 workaround for MSVC 14.1 C++17-mode compiler bug (https://lists.boost.org/Archives/boost/2018/02/241568.php) joaquintides 2018-02-28 17:06:26 +0100
  • 654018c7ce removed workarounds already integrated in type_traits (https://svn.boost.org/trac10/ticket/13012) joaquintides 2018-02-22 08:44:52 +0100
  • 088b65fb72 added missing markup joaquintides 2018-01-14 13:33:57 +0100
  • ab33b07a15 removed DR1467 workaround as defect is now avoided everywhere joaquintides 2018-01-02 09:51:08 +0100
  • ffd7885e91 typo joaquintides 2017-12-26 09:18:21 +0100
  • 680748663e prevented arithmetic overflow joaquintides 2017-12-04 09:57:05 +0100
  • df75452791 refined previous &*nullptr UB fix joaquintides 2017-11-20 12:59:17 +0100
  • ab32df47f8 refactored to simplify return type calculations joaquintides 2017-11-18 12:24:03 +0100
  • ce7e7aac60 avoided potential &*nullptr UB joaquintides 2017-11-16 21:43:55 +0100
  • 18b7d88df3 removed/escaped spurious semicolons joaquintides 2017-11-16 14:50:19 +0100
  • 3609895bd0 avoided this in trailing return decltype expressions joaquintides 2017-11-10 12:21:09 +0100
  • 09a583f456 updated info on supported compilers joaquintides 2017-11-06 17:36:40 +0100
  • 82ea2b1a93 updated release notes joaquintides 2017-11-06 12:59:01 +0100
  • 00848ec1c8 stylistic joaquintides 2017-11-04 13:08:36 +0100
  • 39794695bc s/{...}/(...) in copy ctors for the sake of DR1467 joaquintides 2017-11-03 10:44:34 +0100
  • d446a9e3d5 used new <cxxstd> feature joaquintides 2017-10-30 09:19:06 +0100
  • 09a4b79f38 typo joaquintides 2017-10-29 16:57:18 +0100
  • f151e9bbdb added explicit-failures-markup.xml joaquintides 2017-10-26 20:26:33 +0200
  • 5f28b3264c used better identification macro joaquintides 2017-10-25 11:17:51 +0200
  • dd443063ea extended workaround to Clang joaquintides 2017-10-25 10:33:40 +0200
  • 024cfa7662 corrected release notes joaquintides 2017-10-22 16:27:59 +0200
  • 0211af0899 refactored workaround joaquintides 2017-10-21 18:35:15 +0200
  • 8ce207bd5b refined workaround joaquintides 2017-10-21 13:18:39 +0200
  • 011e0b859b added release notes joaquintides 2017-10-21 12:45:07 +0200
  • f156d4f859 cleaned up Oct 18-20 backporting effort joaquintides 2017-10-21 12:13:38 +0200
  • d9564b524f tried another workaround for previous problem joaquintides 2017-10-20 20:01:16 +0200
  • bb95b81dfc attempted workaround for crash with temporary segment_splitter in range-for joaquintides 2017-10-20 17:15:10 +0200
  • d113009175 added more redundant default ctor defs for GCC 4.8-9's sake joaquintides 2017-10-20 13:21:07 +0200
  • 0bf6d8e610 replaced {}- with ()-initialization for GCC 4.8-9's sake joaquintides 2017-10-20 11:25:22 +0200
  • 79ca7f56ba added workaround for libstdc++-v3's buggy implementation of std::is_permutation joaquintides 2017-10-19 21:12:50 +0200
  • 71c679ba2e added ctors not to rely on aggregate initialization for GCC 4.8-9's sake joaquintides 2017-10-19 19:48:15 +0200
  • 6bde69ea41 fixed previous workaround joaquintides 2017-10-19 19:34:14 +0200
  • 4e1b17f56d added more redundant default ctor defs for GCC 4.8-9's sake joaquintides 2017-10-19 16:22:01 +0200
  • b854cf11fa fixed previous workaround joaquintides 2017-10-19 12:21:02 +0200
  • 5c1cbe4856 added more redundant default ctor defs for GCC 4.8-9's sake joaquintides 2017-10-19 09:07:13 +0200
  • 9457fe29d9 added more redundant default ctor defs for GCC 4.8-9's sake joaquintides 2017-10-18 23:43:03 +0200
  • c32a9da7d1 stylistic joaquintides 2017-10-18 22:59:48 +0200
  • 7f70b0d668 expanded workaround for https://lists.boost.org/Archives/boost/2017/06/235687.php to GCC<5.0 joaquintides 2017-10-18 22:57:35 +0200
  • 4aef578e05 added redundant default ctor defs whose nonexistence GCC 4.8-9 chokes upon joaquintides 2017-10-18 14:28:23 +0200
  • f35e7f8c73 suppressed unused var warning joaquintides 2017-10-18 13:47:34 +0200
  • f7d1adc2b5 typo joaquintides 2017-10-05 09:07:26 +0200
  • e8ffe75308 added acknowledgments joaquintides 2017-09-24 20:30:28 +0200
  • 0f37019a45 added workaround for object file overflow in Cygwin (and presummably MinGW) joaquintides 2017-09-08 12:23:49 +0200
  • 9dc0ec05a1 Merge pull request #7 from boostorg/pr/disable-vc12 joaquintides 2017-09-08 09:04:14 +0200
  • e4381d714c Disable tests for non-C++11 compilers Peter Dimov 2017-09-08 02:04:45 +0300
  • f34690aaa8 erased spurious ';' joaquintides 2017-09-07 23:52:43 +0200
  • edb4cea6fa renamed is_subtype to more proper is_implementation joaquintides 2017-09-06 19:08:27 +0200
  • 1f00e76783 reorganized internal namespaces to reduce symbol lengths joaquintides 2017-09-06 18:35:36 +0200
  • 1cca6a2bb2 simplified test utilities for the benefit of GCC<=4.9 joaquintides 2017-09-06 14:25:42 +0200
  • 62c9beed4e omitted throwing copy construction/assignment test for libstdc++-v3<4.9.0 joaquintides 2017-09-06 10:03:38 +0200
  • 146c40c369 workaround for pre-C++11 std::vector member function signature joaquintides 2017-09-02 12:49:05 +0200
  • 2115982ea2 omitted allocator transfer test for libstdc++-v3<4.9.0 joaquintides 2017-09-02 12:11:13 +0200
  • 5cd6d16e13 new attempt at avoiding not-universally-supported std::unordered_map::unordered_map(const allocator_type&) and similar ctors joaquintides 2017-08-29 23:45:57 +0200
  • 6044c7f5c1 Revert "avoided not-universally-supported std::unordered_map::unordered_map(const allocator_type&) ctor" joaquintides 2017-08-29 13:00:49 +0200
  • 9ee0a7923e avoided not-universally-supported std::unordered_map::unordered_map(const allocator_type&) ctor joaquintides 2017-08-29 09:42:26 +0200