1
0
forked from boostorg/core

Commit Graph

  • 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
  • 56566d9abc Disable C4100 in alloc_construct_cxx11_test.cpp Peter Dimov 2021-11-01 02:38:19 +02:00
  • 9efeed68cb Disable C4530 in no_exceptions_support_test.cpp Peter Dimov 2021-11-01 02:32:49 +02:00
  • da3c89dc5b Apply a better fix to iterator_test.cpp Peter Dimov 2021-11-01 02:26:06 +02:00
  • ba208ad7fc Avoid signed/unsigned mismatch warning in span.hpp Peter Dimov 2021-11-01 02:20:26 +02:00
  • bbfa6344fa Avoid ptrdiff_t -> int warning in eif_constructors.cpp Peter Dimov 2021-11-01 02:18:51 +02:00
  • bf4354a3a4 Disable C4127 in bit_endian_test.cpp Peter Dimov 2021-11-01 02:16:31 +02:00
  • a4b661068d Disable C4127, C4244 in bit.hpp Peter Dimov 2021-11-01 02:14:43 +02:00
  • 8299d25eb2 Avoid size_t to int conversion warning in visit_each_test.cpp Peter Dimov 2021-11-01 02:06:42 +02:00
  • 847f9d43fe Disable C4702 in quick_exit_test.cpp, quick_exit_fail.cpp Peter Dimov 2021-11-01 02:04:45 +02:00
  • 44e294fff1 Avoid unused parameter warning in to_address_test.cpp Peter Dimov 2021-11-01 01:58:05 +02:00
  • b5f59858b9 Avoid unused parameter warning in visit_each_test.cpp Peter Dimov 2021-11-01 01:56:27 +02:00
  • bed07e7d5b Disable -Wdeprecated-declarations in iterator_test.cpp Peter Dimov 2021-11-01 01:47:28 +02:00
  • 971cda2e4c Avoid -Wmissing-braces in swap_array_of_template.cpp Peter Dimov 2021-11-01 01:45:15 +02:00
  • d81c61abb4 Disable -Wstring-plus-int in lightweight_test_fail10.cpp Peter Dimov 2021-11-01 01:43:50 +02:00
  • 370a74c249 Avoid self-assignment warning in ref_ct_test.cpp Peter Dimov 2021-11-01 01:41:54 +02:00
  • 62d1b1bb59 Avoid sturct/class mismatch warning in use_default_test.cpp Peter Dimov 2021-11-01 01:39:13 +02:00
  • bb99544852 Use warnings-as-errors=off for compile-fail tests Peter Dimov 2021-11-01 01:35:57 +02:00
  • 9b5bf05fae Disable -Wdeprecated-declarations in get_pointer_test.cpp Peter Dimov 2021-11-01 01:29:15 +02:00
  • 309a6bb797 Fix unused parameter 't' warnings in eif_*.cpp Peter Dimov 2021-11-01 01:27:01 +02:00
  • 9d1b59ec6c Enable warnings=extra, warnings-as-errors=on Peter Dimov 2021-11-01 01:24:02 +02:00
  • 12f5f51427 Switch tests to not rely on requires checks Glen Fernandes 2021-10-27 01:41:40 -04:00
  • 0565456622 Use boost::(u)long_long_type to avoid g++ warning Peter Dimov 2021-10-27 04:45:40 +03:00
  • fda0f87576 Add void, move nullptr_t to fundamental type section Peter Dimov 2021-10-27 03:46:06 +03:00
  • e9718374ac Hardcode all integral and floating point types Peter Dimov 2021-10-27 03:41:40 +03:00
  • 79b7c49fb3 Refactor typeid_name<T> slighlty Peter Dimov 2021-10-27 03:18:52 +03:00
  • 585ac9ace1 Move string_view.hpp to boost/core/detail Peter Dimov 2021-10-27 03:08:10 +03:00
  • 493832a570 Remove string_view from documentation Peter Dimov 2021-10-27 02:57:55 +03:00
  • 8942e8ecc9 Update cmake_subdir_test/CMakeLists.txt Peter Dimov 2021-10-26 01:00:15 +03:00
  • cbf03c4b9c Add msvc-14.3 to GHA Peter Dimov 2021-10-26 00:54:37 +03:00
  • 5cf3569218 Correct documentation Glen Fernandes 2021-10-20 22:26:25 -04:00
  • d5bd40e528 Update test/Jamfile and test/CMakeLists.txt so that missing dependencies are caught Peter Dimov 2021-10-16 18:10:13 +03:00
  • 0e57df5aab Regenerate CMakeLists.txt Peter Dimov 2021-10-16 17:55:35 +03:00
  • 62b23df9ef Update revision history Glen Fernandes 2021-10-15 19:00:57 -04:00
  • fdf1ed78a7 Contribute span implementation Glen Fernandes 2021-10-13 08:37:37 -04:00