1
0
forked from boostorg/core

Commit Graph

  • b077925d77 Reduced CI job timeouts. Andrey Semashev 2024-02-06 01:55:42 +03:00
  • 61191fc0a1 Replaced actions/checkout usage with manual download commands. Andrey Semashev 2024-02-05 23:34:59 +03:00
  • 0a35bb6a20 Move functor to its own namespace to block bringing boost::core to ADL. Andrey Semashev 2024-02-02 05:23:00 +03:00
  • 95f0b35c36 Move fclose_deleter and null_deleter to their own namespaces to block ADL. Andrey Semashev 2024-02-02 05:12:41 +03:00
  • 7b1d3718c1 Merge pull request #161 from boostorg/feature/functor Andrey Semashev 2024-01-27 19:34:21 +03:00
  • 80e12e1116 Added a new boost/core/functor.hpp header. Andrey Semashev 2024-01-23 02:48:44 +03:00
  • 6f70ee87a3 Disable Serialization tests for C++03 Peter Dimov 2024-01-23 18:24:55 +02:00
  • db20a49e48 Increase GHA timeouts Peter Dimov 2024-01-07 01:41:30 +02:00
  • a57c78221b Add timeouts to all jobs Peter Dimov 2024-01-04 07:30:02 +02:00
  • e4adc769aa Disable use of std::launder under msvc-14.1. Fixes #160. feature/launder Peter Dimov 2024-01-04 04:07:34 +02:00
  • 8af04d101c Update .drone.jsonnet Peter Dimov 2024-01-04 02:45:24 +02:00
  • cece8ca5b4 Update .drone.jsonnet Peter Dimov 2023-11-30 11:39:42 +02:00
  • 6c95750f37 Use BOOST_GCC instead of BOOST_GCC_VERSION feature/pr-159 Peter Dimov 2023-11-30 10:33:08 +02:00
  • a9f1407d84 Added a sanity check to prevent duplicate definition of BOOST_CORE_HAS_BUILTIN_BIT_CAST. Andrey Semashev 2023-11-25 15:38:02 +03:00
  • db0fd77af1 Added support for __builtin_bswap16. Andrey Semashev 2023-11-25 15:37:03 +03:00
  • 7cbbb08e7b Use libstdc++11 for clang prior to 16. boost-1.84.0 Andrey Semashev 2023-11-25 16:02:01 +03:00
  • ba6360e8ed Update test/Jamfile boost-1.84.0.beta1 Peter Dimov 2023-10-06 11:30:51 +03:00
  • 2a70a0f239 Update ci.yml Peter Dimov 2023-10-06 11:10:49 +03:00
  • 31a2f7fb6b Merge pull request #158 from iskunk/feature/fix-intel-build Peter Dimov 2023-10-06 04:21:16 +03:00
  • 0120dbfe65 Fix Intel compiler build Daniel Richard G 2023-10-05 20:26:24 -04:00
  • 5f6fe65eb2 Merge pull request #149 from boostorg/feature/invoke_swap Andrey Semashev 2023-08-25 14:50:06 +03:00
  • c7134904e2 Android doesn't support pthread_setcancelstate. Fixes #150. boost-1.83.0 feature/issue-150 Peter Dimov 2023-07-25 18:03:51 +03:00
  • 9fc2a2f1ac Renamed boost::swap to boost::core::invoke_swap, deprecated boost::swap. Andrey Semashev 2023-07-11 01:45:19 +03:00
  • 216999e552 Avoid -Wsign-conversion warning in checked_delete.hpp boost-1.83.0.beta1 Peter Dimov 2023-06-25 13:46:53 +03:00
  • 66890c3f3d Use SwitchToThread instead of Sleep(0) is sp_thread_yield; the general consensus is that it's newer and 'smarter' feature/yield-prim Peter Dimov 2023-06-18 21:54:13 +03:00
  • 8d6d20059a Switch CI to clang-15 from stock Ubuntu repos. Andrey Semashev 2023-06-05 03:13:05 +03:00
  • ee596e3d37 Update documentation Peter Dimov 2023-06-02 20:39:42 +03:00
  • de8fe4fad7 Fix libc++16 failures Peter Dimov 2023-06-02 19:32:28 +03:00
  • d4db3eccec Add Clang 16 to CI Peter Dimov 2023-06-02 18:07:06 +03:00
  • 3b96d237c0 Update test/CMakeLists.txt Peter Dimov 2023-06-02 04:32:42 +03:00
  • 0e71b6158d Add noexcept to yield primitives Peter Dimov 2023-06-02 04:27:12 +03:00
  • 23ef6d3531 Disable cancelation around nanosleep in sp_thread_sleep Peter Dimov 2023-06-02 03:57:38 +03:00
  • e088fb8929 Add yield_prim_pthread_cancel_test Peter Dimov 2023-06-02 03:27:29 +03:00
  • 57151ab82e Update sp_thread_pause.hpp Peter Dimov 2023-06-02 02:05:36 +03:00
  • 992326b1c8 Decrease loop count of sp_thread_sleep_test Peter Dimov 2023-06-02 02:04:46 +03:00
  • 4e769d1cdd Add boost/core/yield_primitives.hpp Peter Dimov 2023-06-01 23:08:32 +03:00
  • bf17035a2d Disable bit_cast_test_cx when __builtin_bit_cast is not available Peter Dimov 2023-06-01 03:20:22 +03:00
  • 5a3b4df5de Use __builtin_bit_cast when available Peter Dimov 2023-06-01 02:38:57 +03:00
  • 85527c4045 More -Wconversion fixes feature/pedantic Peter Dimov 2023-05-31 20:22:15 +03:00
  • 7ab05d5de0 More -Wconversion fixes for GCC 10 and below Peter Dimov 2023-05-31 19:54:43 +03:00
  • 266fbe6449 Fix -Wconversion warnings Peter Dimov 2023-05-31 18:53:35 +03:00
  • fd0de5f538 Add -Wconversion to pedantic-errors Peter Dimov 2023-05-31 18:28:33 +03:00
  • 350526f7c7 Update documentation Peter Dimov 2023-05-31 02:29:32 +03:00
  • 06fef712c9 Use MS _byteswap intrinsics Peter Dimov 2023-05-30 21:12:25 +03:00
  • b7f7eb4f90 Avoid -Wlong-long under C++03 Peter Dimov 2023-05-30 19:27:42 +03:00
  • f41b8f38c4 Use __builtin_bswap under GCC and Clang Peter Dimov 2023-05-30 19:22:00 +03:00
  • b591214103 Add byteswap to bit.hpp Peter Dimov 2023-05-30 19:09:09 +03:00
  • 6b9f0cbf57 Update revision history Peter Dimov 2023-05-30 06:24:43 +03:00
  • ecee9257d5 Update revision history Peter Dimov 2023-05-30 06:20:44 +03:00
  • 6c7edac9b1 Fix 32 bit constexpr failures Peter Dimov 2023-05-30 04:32:23 +03:00
  • 049d3447ca Test 32 bit Windows on Drone Peter Dimov 2023-05-30 04:24:28 +03:00
  • b2fe98edf8 Make bit manipulation functions constexpr on MSVC 19.25+. Closes #109. Peter Dimov 2023-05-30 02:56:37 +03:00
  • 42c8898d24 Add constexpr tests for bit.hpp. Refs #109. Peter Dimov 2023-05-29 21:59:37 +03:00
  • f2eab6d6ff Update ci.yml Peter Dimov 2023-05-21 15:26:47 +03:00
  • 36fa78f53c Add support for incomplete classes to type_name<>. Refs #145. feature/type-name Peter Dimov 2023-05-21 05:52:33 +03:00
  • 97606908b7 Add type_name<> tests for incomplete types. Refs #145. Peter Dimov 2023-05-21 05:40:24 +03:00
  • 5eb54d1d36 Fix type_name<> for cv-qualified member pointers without variadic templates. Refs #145. Peter Dimov 2023-05-21 05:33:21 +03:00
  • c91f8fabff Test whether type_name<> compiles for member pointers even without variadic templates. Refs #145. Peter Dimov 2023-05-21 05:16:30 +03:00
  • 5904fb5636 Disable call to ::_seterrormode when WINAPI_FAMILY is defined to something other than WINAPI_FAMILY_DESKTOP_APP. Refs #143. feature/issue-143 Peter Dimov 2023-04-15 19:36:12 +03:00
  • 39978bde2b Add note about identity being moved from functional boost-1.82.0.beta1 boost-1.82.0 Glen Fernandes 2023-02-24 00:19:13 -05:00
  • d5fa9ae50f Fix and update documentation and release notes Glen Fernandes 2023-02-24 00:08:36 -05:00
  • 2814b4ca1c Update documentation Peter Dimov 2023-02-22 20:17:25 +02:00
  • c4e420f69d Use boost::data in boost::span Glen Fernandes 2023-02-20 23:05:28 -05:00
  • 94628cb2f9 Use undefined-sanitizer=norecover instead of cxxflags Peter Dimov 2023-02-21 17:47:38 +02:00
  • 19f9aa93e1 Merge branch 'feature/drone' into develop Peter Dimov 2023-02-21 07:58:29 +02:00
  • 2691efd1ca Re-disable serialization_nvp_test under UBSan; link=static doesn't help there Peter Dimov 2023-02-21 06:29:10 +02:00
  • b6b1498275 Use link=static instead of visibility=global (which doesn't help) Peter Dimov 2023-02-21 06:11:44 +02:00
  • 379899ef15 Move identity from functional to core Glen Fernandes 2023-02-19 13:35:46 -05:00
  • 3ab949d321 Only use visibility=global in UBSan builds Peter Dimov 2023-02-21 05:32:28 +02:00
  • dbf0ea98b9 Add visibility=global to serialization tests because of UBSan; disable serialization_nvp_test for GCC/UBSan as well Peter Dimov 2023-02-21 05:25:20 +02:00
  • 5afc91d52d Change _EQ(max_align, alignof(std::max_align_t)) to _GE unconditionally, because macOS 12.4/M1 also fails (16 > 8) Peter Dimov 2023-02-21 05:23:43 +02:00
  • f2a1532105 Add macOS 12.4 (M1) to Drone Peter Dimov 2023-02-21 04:55:39 +02:00
  • 64e59db1f6 Update serialization_construct_data_test feature/serialization Peter Dimov 2023-02-21 02:39:49 +02:00
  • ceb4fff8fc Avoid missing braces warning in serialization_construct_data_test Peter Dimov 2023-02-21 02:23:52 +02:00
  • 0be25e19cc Add load_construct_data_adl, save_construct_data_adl Peter Dimov 2023-02-21 02:04:39 +02:00
  • 6debbeb377 Disable serialization_nvp_test under Clang/UBSan Peter Dimov 2023-02-21 01:34:35 +02:00
  • 4b859e3d39 Use friend class, omission of class is C++11 Peter Dimov 2023-02-20 21:17:55 +02:00
  • 38037b45f1 Add boost::core::split_member Peter Dimov 2023-02-20 21:00:26 +02:00
  • 7664d7ab7e Disable -Wdeprecated-copy in serialization_*_test Peter Dimov 2023-02-20 20:39:03 +02:00
  • 20d89b69db Add missing initializers to avoid warnings from GCC 4.x Peter Dimov 2023-02-20 20:19:59 +02:00
  • 89c5a78129 Add boost/core/serialization.hpp, serialization_nvp_test, serialization_split_free_test Peter Dimov 2023-02-20 20:06:19 +02:00
  • 249c5bece2 Implement data and size functions Glen Fernandes 2023-01-30 15:38:51 -05:00
  • 8977da6f50 Update documentation Glen Fernandes 2023-01-30 16:18:56 -05:00
  • edc0d935c0 Implement make_span Glen Fernandes 2023-01-28 12:23:58 -05:00
  • 7736b0b8ce span support for initializer_list Glen Fernandes 2023-01-28 09:31:12 -05:00
  • 90231ed7e0 Document boost::core::memory_resource feature/memory-resource Peter Dimov 2023-01-27 02:42:10 +02:00
  • 1aa287e413 Avoid the inclusion of <new> Peter Dimov 2023-01-26 19:37:46 +02:00
  • 8c65a5b0e8 Work around g++ 4.6 failure Peter Dimov 2023-01-26 19:18:44 +02:00
  • 99515c341e Add boost::core::memory_resource Peter Dimov 2023-01-26 18:09:35 +02:00
  • 42b3a3f111 Use BOOST_CORE_ALIGNOF in boost/core/max_align.hpp feature/max-align Peter Dimov 2023-01-26 03:17:05 +02:00
  • c092532a71 Merge branch 'develop' into feature/max-align Peter Dimov 2023-01-26 03:06:45 +02:00
  • f6193acbdf Document BOOST_CORE_ALIGNOF feature/alignof Peter Dimov 2023-01-26 03:01:01 +02:00
  • a504b356d4 Merge branch 'develop' into feature/alignof Peter Dimov 2023-01-26 02:02:00 +02:00
  • bd1835f92f Avoid memory leak in alloc_construct_cxx11_test.cpp, because ASan diagnoses it Peter Dimov 2023-01-26 01:10:00 +02:00
  • bfad92e307 Add Drone support Peter Dimov 2023-01-25 21:55:36 +02:00
  • ce93055f03 Disable failing tests under g++ -m32 Peter Dimov 2023-01-25 21:37:26 +02:00
  • 39cf1e65a3 Add BOOST_CORE_ALIGNOF Peter Dimov 2023-01-25 20:10:31 +02:00
  • 3edd3aa982 Define and use BOOST_CORE_HAS_FLOAT128 Peter Dimov 2023-01-25 19:38:20 +02:00
  • c704d8b630 Document boost/core/max_align.hpp Peter Dimov 2023-01-25 19:02:03 +02:00
  • 579a658129 Update max_align_test.cpp Peter Dimov 2023-01-25 18:56:37 +02:00