2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

737 Commits

Author SHA1 Message Date
Peter Dimov
c738e896c6 Also accept the Unicode character types in string_generator::operator()(Ch const*) 2025-12-23 04:05:27 +02:00
Peter Dimov
aa767af948 Move detail::throw_invalid_uuid to its own detail/ header 2025-12-23 03:59:42 +02:00
Peter Dimov
39232114eb Move some support functions from string_generator.hpp to from_chars.hpp 2025-12-23 03:49:23 +02:00
Peter Dimov
6622230ae1 Disable test_string_generator_cx for GCC 5 2025-12-23 02:07:39 +02:00
Peter Dimov
3ca5293a8d Update .drone.jsonnet 2025-12-22 22:49:15 +02:00
Peter Dimov
5e2b31baa4 Update test_string_generator_cx.cpp 2025-12-22 22:01:13 +02:00
Peter Dimov
f058212441 Refactor string_generator to reuse from_chars support functions; add a noexcept overload of operator() 2025-12-22 21:55:42 +02:00
Peter Dimov
ac9c33c770 Rename detail::digits in to_chars.hpp to detail::to_chars_digits 2025-12-22 17:41:18 +02:00
Peter Dimov
fc1de844d7 Add test_from_chars_cx2.cpp 2025-12-22 17:20:29 +02:00
Peter Dimov
96bc0067bc Add test_from_chars_cx.cpp 2025-12-22 17:01:37 +02:00
Peter Dimov
d6c401e62e Add boost::uuids::from_chars 2025-12-21 21:35:23 +02:00
Peter Dimov
db6e2c5266 Workaround is, sadly, still needed for msvc-14.5 2025-12-21 21:03:39 +02:00
Peter Dimov
6180c2600d Add missing includes 2025-12-21 16:34:25 +02:00
Peter Dimov
216e3c3287 Update ci.yml 2025-12-21 16:05:43 +02:00
Peter Dimov
d79210b0d8 Test Homebrew Clang under macOS boost-1.90.0.beta1 boost-1.90.0 2025-10-14 14:39:32 +03:00
Peter Dimov
c933e32c25 Do not link to libatomic on vanilla Clang on macOS. Refs #183. 2025-10-14 03:53:14 +03:00
Peter Dimov
bbbb20427c Link test_random_generator.cpp to Boost::move 2025-09-19 14:40:10 +03:00
Peter Dimov
2b160eb689 Merge pull request #179 from ivanpanch/patch-1
Fix mistakes
2025-09-09 16:52:45 +03:00
Peter Dimov
9134120de2 Update .drone.jsonnet 2025-09-09 12:51:07 +03:00
Peter Dimov
68e7e017ab Update changes.adoc 2025-09-09 11:46:48 +03:00
Peter Dimov
11b8cea7ad Replace references to uuid_generators.hpp in documentation 2025-09-09 11:40:57 +03:00
Peter Dimov
97d9853f57 Rename boost/uuid/uuid_generators.hpp to boost/uuid/generators.hpp 2025-09-09 05:36:55 +03:00
Peter Dimov
7b689853d8 Fix msvc-14.0, msvc-14.1 errors in nil_uuid 2025-09-09 03:38:29 +03:00
Peter Dimov
77964648b9 Update changes.adoc 2025-09-09 03:00:52 +03:00
Peter Dimov
e86c92860f Document boost/uuid/constants.hpp 2025-09-09 02:59:29 +03:00
Peter Dimov
c6d8a9a1f0 Make constants constexpr under C++14 2025-09-09 02:59:29 +03:00
Peter Dimov
5496dd3bbe Add boost/uuid/constants.hpp 2025-09-09 02:59:29 +03:00
Peter Dimov
90e5f88c46 Update changes.adoc 2025-09-09 02:59:11 +03:00
Peter Dimov
a33efc09a2 Disable test_string_generator_cx for GCC 6 as well 2025-09-01 03:15:26 +03:00
Peter Dimov
284f847b7c Add test_string_generator_cx.cpp 2025-09-01 02:51:33 +03:00
Peter Dimov
415d389c59 Disable constexpr for GCC 5 in string_generator 2025-09-01 02:41:03 +03:00
Peter Dimov
95fae5e7a8 Simplify helper members of string_generator 2025-09-01 02:33:57 +03:00
Peter Dimov
0a06e39092 Reorder member function definitions of string_generator to work around https://github.com/llvm/llvm-project/issues/156255 2025-08-31 22:01:50 +03:00
Peter Dimov
0f87380f0d Fix declarations of begin() and end() 2025-08-31 22:01:50 +03:00
Peter Dimov
21f46e88ab Replace use of std::char_traits (only constexpr in C++17) with hand-written constexpr functions 2025-08-31 22:01:50 +03:00
Peter Dimov
ea59238de1 Add BOOST_CXX14_CONSTEXPR to string_generator.hpp 2025-08-31 22:01:50 +03:00
Peter Dimov
67cd965959 Add gcc-15, clang-20 to ci.yml 2025-08-31 20:37:20 +03:00
Peter Dimov
bee338d9a7 Merge pull request #181 from Flamefire/test-link-update
Update Link to regression test matrix in README
2025-08-26 01:54:33 +03:00
Alexander Grund
67620a067b Update Link to regression test matrix in README 2025-08-25 17:26:51 +02:00
Peter Dimov
a5c1faee13 Merge pull request #180 from boostorg/revert-177-rfc/max
Revert "Add RFC-9562 compliant Max UUID (section 5.10)"
2025-08-16 20:19:39 +03:00
Peter Dimov
1c2cc1fae2 Revert "Add RFC-9562 compliant Max UUID (section 5.10)"
This reverts commit bf16d95746.
2025-08-16 20:18:51 +03:00
ivanpanch
7fad3a42f0 Update test_msvc_simd_bug981648_main.cpp 2025-08-09 20:44:05 +02:00
ivanpanch
c44c8b4f7e Update quick.cpp 2025-08-09 20:28:38 +02:00
James E. King III
bf16d95746 Add RFC-9562 compliant Max UUID (section 5.10) 2025-08-09 14:28:05 -04:00
ivanpanch
836a372b33 Update Jamfile.v2 2025-08-09 20:27:51 +02:00
ivanpanch
d248f1079a Update main.cpp 2025-08-09 20:23:45 +02:00
ivanpanch
8dfd222ace Update main.cpp 2025-08-09 20:22:52 +02:00
ivanpanch
cba00c6394 Update entropy_error.hpp 2025-08-09 20:04:57 +02:00
ivanpanch
318af0b0f6 Update uuid_x86.ipp 2025-08-09 19:58:55 +02:00
ivanpanch
5fa762c76f Update uuid_io.adoc 2025-08-09 18:38:19 +02:00