Commit Graph

  • e3745b2072 Add constexpr support to empty_value Glen Fernandes 2022-08-06 18:53:40 -04:00
  • 4162dbed57 Merge pull request #120 from renbaoshuo/patch-1 Peter Dimov 2022-07-25 12:50:49 +03:00
  • 38937b0fa3 chore: bump macos runner version Baoshuo Ren 2022-07-25 14:35:22 +08:00
  • 8503c536dc Add documentation for rebind C++03 compatibility boost-1.80.0 Glen Fernandes 2022-07-17 17:18:54 -04:00
  • 7100c05490 In C++03 use rebind<U>::other instead of rebind<U> feature/pointer_rebind_compatibility Glen Fernandes 2022-07-17 09:47:38 -04:00
  • ac9d79992e Update ci.yml boost-1.80.0.beta1 feature/update-ci Peter Dimov 2022-06-24 14:09:47 +03:00
  • b6c3190468 Add tn_holder specializations for __int128 (avoids macOS link errors for missing typeinfo for same) Peter Dimov 2022-05-30 04:03:18 +03:00
  • f941d2e1f7 Add tests for __int128 to type_name_test.cpp Peter Dimov 2022-05-30 03:00:37 +03:00
  • c0e2211c2b Simplify test Glen Fernandes 2022-05-14 13:05:56 -04:00
  • eec8689d58 Merge pull request #116 from boostorg/feature/span_boost_begin_test Glen Fernandes 2022-05-14 01:59:39 -04:00
  • 45e5b1ebcf Add test around the MSVC defect Glen Fernandes 2022-05-13 21:33:53 -04:00
  • 8645bcb06e Merge pull request #101 from boostorg/feature/bit_use_if_constexpr Peter Dimov 2022-05-14 04:35:13 +03:00
  • ebff02a932 Merge pull request #115 from glenfe/develop Glen Fernandes 2022-05-13 20:45:27 -04:00
  • 42ed795866 Remove inline friend begin and end functions Glen Fernandes 2022-05-13 18:26:08 -04:00
  • 0212774324 Avoid -Wshadow warning under g++ 4.8 Peter Dimov 2022-04-29 02:43:37 +03:00
  • 43d0da03f3 Remove msvc-14.1 from ci.yml Peter Dimov 2022-04-28 21:28:11 +03:00
  • 0011697492 Add hash_value (refs #110) Peter Dimov 2022-04-28 20:42:48 +03:00
  • d74140983d Correct definition of C++11 alias rebind Glen Fernandes 2022-04-26 14:11:31 -04:00
  • 1e5c86eb9d Add tests for the C++11 alias rebind Glen Fernandes 2022-04-26 14:10:21 -04:00
  • 00cc660f28 Merge pull request #108 from Aiee/fix-typo Andrey Semashev 2022-04-19 11:17:52 +03:00
  • 44610b65ba Fix typo Yichen Wang 2022-04-19 15:26:36 +08:00
  • 5e0ff1680f Use a different workaround for supporting noinit_adaptor in C++03 Glen Fernandes 2022-03-15 11:58:38 -04:00
  • 4defdfd233 Add allocator_construct_n to allocator_access and deprecate alloc_construct Glen Fernandes 2022-03-12 10:14:59 -05:00
  • c4deb479fd Add detection support for single argument construct and destroy Glen Fernandes 2022-03-12 01:06:00 -05:00
  • f326683d42 Add allocator_construct and allocator_destroy tests to Jamfile Glen Fernandes 2022-03-12 00:51:52 -05:00
  • dbefea9631 Update revision history boost-1.79.0.beta1 boost-1.79.0 Peter Dimov 2022-02-15 20:54:37 +02:00
  • a32c1ee7ac Disable test under CMake, CTest doesn't like crashing tests feature/verbose-terminate-handler Peter Dimov 2022-02-15 05:11:37 +02:00
  • 230dd83002 Add newlines, fflush Peter Dimov 2022-02-15 05:10:41 +02:00
  • ec91f29d56 Disable msvc warnings Peter Dimov 2022-02-15 05:10:26 +02:00
  • 188ca25bf3 Mark verbose_terminate_handler as inline Peter Dimov 2022-02-15 02:03:40 +02:00
  • ed84fc4e23 Document verbose_terminate_handler Peter Dimov 2022-02-15 01:51:15 +02:00
  • 622b7a398a Add core/verbose_terminate_handler.hpp Peter Dimov 2022-02-15 01:34:14 +02:00
  • 35a4e09854 Add clang-win to GHA Peter Dimov 2022-02-15 04:41:21 +02:00
  • b7c987f83c Mark quick_exit as inline feature/quick_exit Peter Dimov 2022-02-15 02:08:30 +02:00
  • 89d8efb7ff Avoid -Wlong-long in bit_ceil_test.cpp Peter Dimov 2022-02-08 22:58:45 +02:00
  • f12eeb6b9f Avoid -Wlong-long in bit_rotate_test.cpp Peter Dimov 2022-02-08 22:55:08 +02:00
  • ad63dcda9f Fix -Wlong-long warnings in splitmix64.hpp Peter Dimov 2022-02-08 22:49:44 +02:00
  • 6a5f726602 Add splitmix64_test.cpp Peter Dimov 2022-02-08 22:48:01 +02:00
  • cf619432a7 Fix GCC -Wlong-long warnings Peter Dimov 2022-02-08 22:00:42 +02:00
  • b38c148969 Enable -pedantic for the cmath.hpp and bit.hpp tests Peter Dimov 2022-02-08 21:37:34 +02:00
  • bae7c049b0 Avoid conversion warning in bit_width Peter Dimov 2022-01-19 17:20:39 +02:00
  • ea7b623b7d Use consistent section titles in documentation Glen Fernandes 2022-01-07 11:16:44 -05:00
  • 6ae6ff79f1 Deprecated boost/iterator.hpp, emit warnings on inclusion. Andrey Semashev 2021-12-23 16:41:32 +03:00
  • 06976ccad7 Use path-constant to specify path to headers in docs Jamfile. Andrey Semashev 2021-12-23 15:10:58 +03:00
  • 65723e0e1f Added clang-13 CI jobs. Andrey Semashev 2021-12-23 14:50:35 +03:00
  • df3b9827cf Enclose std::min in parentheses to guard against <windows.h> Peter Dimov 2021-12-20 01:35:55 +02:00
  • 392cc988dd Add sv_windows_h_test Peter Dimov 2021-12-20 01:30:32 +02:00
  • 0ef1c06fd8 Add cxxstd=20 to msvc-14.2, msvc-14.3 Peter Dimov 2021-12-18 21:59:21 +02:00
  • 0b9624d047 Add sv_common_reference_test2 Peter Dimov 2021-12-18 18:53:42 +02:00
  • 574c7cf86e Update string_view.hpp to use BOOST_NO_CXX20_HDR_CONCEPTS Peter Dimov 2021-12-18 18:39:03 +02:00
  • 6e6af5fc90 Update sv_common_reference_test to check BOOST_NO_CXX20_HDR_CONCEPTS Peter Dimov 2021-12-18 18:18:19 +02:00
  • 95f2a76c90 Specialize std::basic_common_reference to enable std::common_reference and std::common_reference_with Peter Dimov 2021-12-18 07:43:33 +02:00
  • 28d26d13f1 Add sv_common_reference_test Peter Dimov 2021-12-18 07:34:16 +02:00
  • ac71c55b4e Remove msvc-14.2 from appveyor.yml (in GHA); use clang-win from VS2019 Peter Dimov 2021-12-18 05:07:12 +02:00
  • c83e682b7e Update ci.yml Peter Dimov 2021-12-18 05:05:36 +02:00
  • 7a79d17da2 Add conversions from and to boost::string_view Peter Dimov 2021-12-18 03:28:17 +02:00
  • 02b3f91fc3 Use same style of detection in pointer_traits and allocator_traits Glen Fernandes 2021-12-15 15:30:42 -05:00
  • a2b37091eb Update documentation Glen Fernandes 2021-12-15 11:36:02 -05:00
  • 78dd0cce2f Make pointer_to SFINAE friendlier Glen Fernandes 2021-12-14 23:56:22 -05:00
  • a121ab0278 Update release notes for 1.79 Glen Fernandes 2021-12-14 07:52:42 -05:00
  • 0e62373aa2 Make pointer_traits SFINAE friendly Glen Fernandes 2021-12-12 19:03:57 -05:00
  • 6da7958281 Update unit tests Glen Fernandes 2021-12-08 10:26:49 -05:00
  • c8479b4eca Simplify C++03 detection traits slightly Glen Fernandes 2021-12-07 21:08:04 -05:00
  • f5ab83efe8 Merge pull request #104 from boostorg/feature/allocator_access Glen Fernandes 2021-12-07 11:02:04 -05:00
  • eb7bc1ff53 Support additional is_empty intrinsics Glen Fernandes 2021-12-07 10:10:07 -05:00
  • d038633f98 Correct spelling of detail macro Glen Fernandes 2021-12-07 02:57:14 -05:00
  • ac4bdcc4c5 Update documentation Glen Fernandes 2021-12-06 23:43:03 -05:00
  • 85a3183c01 Update bool constant Glen Fernandes 2021-12-06 23:25:32 -05:00
  • 0c9675cf56 Add partial C++03 support for C++11 allocator model Glen Fernandes 2021-12-06 16:42:17 -05:00
  • 5abadf4472 Change A::value_type to allocator_value_type Glen Fernandes 2021-12-06 16:35:37 -05:00
  • 6b3fb219cc Minor refactoring in allocator access Glen Fernandes 2021-12-06 15:58:48 -05:00
  • febc195093 Add default_allocator allocate hint overload in C++03 mode Glen Fernandes 2021-12-04 14:41:23 -05:00
  • 8985ce604e Simplify test Glen Fernandes 2021-12-04 14:39:36 -05:00
  • 15c884438c Correct note in documentation Glen Fernandes 2021-12-04 14:38:18 -05:00
  • 15f7fb7eaa Move Notes to a top level section Glen Fernandes 2021-12-04 00:32:27 -05:00
  • 46f37b2f16 Make max_size noexcept Glen Fernandes 2021-12-04 00:24:45 -05:00
  • c1be2097d7 Minor documentation changes Glen Fernandes 2021-12-04 00:22:51 -05:00
  • c8b989d80b Add allocator_traits that uses allocator_access Glen Fernandes 2021-12-02 23:39:47 -05:00
  • 74c770206a Allow all individual traits to be specialized Glen Fernandes 2021-12-02 23:03:11 -05:00
  • a1ad1784bf Updated check for apt-add-repository capabilities. boost-1.78.0 Andrey Semashev 2021-11-16 00:36:15 +03:00
  • 213e4695bf Use C++17 if constexpr where possible. Andrey Semashev 2021-11-01 00:02:39 +03:00
  • a4172b4319 MSVC warning workaround for empty_value boost-1.78.0.beta1 Glen Fernandes 2021-11-01 06:31:51 -04:00
  • e4fb94b73c Merge branch 'develop' into feature/warnings-as-errors feature/warnings-as-errors Peter Dimov 2021-11-01 05:12:33 +02:00
  • ef3505db59 Disable -Wtype-limits for g++ 4.4 in Jamfile Peter Dimov 2021-11-01 04:44:07 +02:00
  • f94db671f6 Disable C4702 in lightweight_test_fail6, no_exceptions_support_test Peter Dimov 2021-11-01 04:17:51 +02:00
  • 7b45315af1 Avoid C4996 in sv_copy_test.cpp Peter Dimov 2021-11-01 04:15:33 +02:00
  • bdd4bf7d9a #pragma GCC diagnostic push requires g++ 4.6 Peter Dimov 2021-11-01 04:04:52 +02:00
  • 9f2cdfa7d2 Disable C4244 in scoped_enum.cpp, underlying_type.cpp Peter Dimov 2021-11-01 03:58:37 +02:00
  • 964ef98eee Avoid streamsize -> size_t warning in string_view.hpp Peter Dimov 2021-11-01 03:52:09 +02:00
  • f09ab90243 Disable -Wsign-compare for g++ 4.4 Peter Dimov 2021-11-01 03:14:53 +02:00
  • d2e897fd60 MSVC warning workaround for dynamic_extent Glen Fernandes 2021-10-31 21:14:40 -04:00
  • 66f6ea594a Disable -Wtype-limits in string_view.hpp Peter Dimov 2021-11-01 03:10:42 +02:00
  • 6a91536da6 Disable -Wunused-function in swap_array(_of_array)_of_class.cpp Peter Dimov 2021-11-01 03:05:47 +02:00
  • c3a398b9a0 Merge branch 'develop' into feature/warnings-as-errors Peter Dimov 2021-11-01 02:56:47 +02:00
  • e73e8bfc83 Disable C4512 in uncaught_exceptions(_np).cpp Peter Dimov 2021-11-01 02:55:52 +02:00
  • 633a47f85b MSVC warning workaround for destroy Glen Fernandes 2021-10-31 20:50:34 -04:00
  • eae98e909e MSVC warning workaround for as_bytes Glen Fernandes 2021-10-31 20:50:02 -04:00
  • a581a42c4f Disable C4577 in no_exceptions_support_test.cpp Peter Dimov 2021-11-01 02:50:16 +02:00
  • e44781e290 Avoid C4101 in explicit_operator_bool_noexcept.cpp Peter Dimov 2021-11-01 02:43:48 +02:00
  • 11958e9568 Avoid C4101 in scoped_enum.cpp Peter Dimov 2021-11-01 02:42:03 +02:00