<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/restricted/boost/assert/include, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-04-26T10:35:12Z</updated>
<entry>
<title>Update contrib/restricted/boost/assert to 1.88.0</title>
<updated>2025-04-26T10:35:12Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2025-04-26T08:42:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3c625595a4d9084daef7f7894b5f695aceac1833'/>
<id>urn:sha1:3c625595a4d9084daef7f7894b5f695aceac1833</id>
<content type='text'>
commit_hash:931ef1a282827767edaf1969e8ca96ac243cc242
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/assert to 1.86.0</title>
<updated>2024-08-20T09:23:58Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2024-08-20T08:40:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f24ca00f1401d08ed1beced3a93b3985d806dcef'/>
<id>urn:sha1:f24ca00f1401d08ed1beced3a93b3985d806dcef</id>
<content type='text'>
2e37a39c10bebc34441ebd2c99a27d4cae188a3c
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/assert to 1.85.0</title>
<updated>2024-04-28T06:27:03Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2024-04-28T06:17:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=aab57cea700536f9c26662a63a6b52e0e9bb7330'/>
<id>urn:sha1:aab57cea700536f9c26662a63a6b52e0e9bb7330</id>
<content type='text'>
889320b6b9c8c525bbbfa545ceb5c39b40dcf562
</content>
</entry>
<entry>
<title>Revert a patch on boost/assert to make it compatible with modern macOS</title>
<updated>2024-02-13T20:38:14Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2024-02-13T20:26:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9ebcb44e371e9a12d6ee07b3a5b8a9307f8b060a'/>
<id>urn:sha1:9ebcb44e371e9a12d6ee07b3a5b8a9307f8b060a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libcxx to 02 June 2023 185b81e034ba60081023b6e59504dfffb560f3e3 (llvmorg-16.0.5)</title>
<updated>2024-01-26T08:13:08Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2024-01-26T07:38:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=885b105cca4721eee2ee14d6b83d856dac3739ef'/>
<id>urn:sha1:885b105cca4721eee2ee14d6b83d856dac3739ef</id>
<content type='text'>
:warning:  Для всех проектов и мимо проходящим коллегам :warning:

Если по каким-то причинам ваши тесты подломались, пожалуйста, переканонизируйте их сами. По статистике там просто поменялся порядок в канонизации.
Если изменения действительно серьезные -- приходите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/createTicket?queue=DEVTOOLSSUPPORT) / пишите в телеграм / призывайте в тикеты, будем разбираться.

```
Changes:
    [libc++] Don't try to provide source_location on AppleClang 1403
    [release/16.x][libc++] Revert the bitset sort optimization
    [libc++] Avoid ODR violations in __exception_guard
    [libc++][ranges] Fix incorrect integer typedef in `elements_view` test.
    [libc++][format] Fix a missing include in tests.
    [libc++][format] Fixes invalid usage of m type.
    [libc++][format] Fix floating point formatting.
    [libc++] Fix ranges::binary_search() returning true for cases where the element is not in the range
    [libc++] Temporarily not use compiler intrinsics for some type traits in Objective-C++ mode.
    [libc++][ranges] move all range iterators back in class
    [libcxx][ranges] revert join_view::iterator and sentinel to be in-class
    [libc++] Add FTM for views::as_rvalue
    [libc++] Fix bug in allocate_shared_for_overwrite
    [libc++] fix `shared_ptr`'s incorrect constraints
    [libc++] In tests, use `abort` to terminate upon an error.
    [libc++] Guard the fix to CityHash behind ABI v2
    [libc++][format] Fixes constexpr validation.
    [libc++] Remove use of internal glibc macros to determine if c8rtomb() and mbrtoc8() are present.
    [libc++] Fixes the Clang modular build.
    [libc++][ranges] Temporarily mark `ranges::join_view` as experimental.
    libcxx: Don't apply ABI tags to extern "C" fns
    [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abort
    [libc++][format] Fixes usage of contiguous ranges.
    [libc++][doc] Updates format status.
    [libc++][ranges] implement `std::ranges::split_view`
    [libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwrite
    [libc++] Improve binary size when using __transaction
    [libc++] Rename take_while_view::__sentinel to __take_while_view_sentinel
    [libc++] Granularize &lt;type_traits&gt; includes in &lt;bit&gt;, &lt;numbers&gt; and &lt;coroutine&gt;
    [libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_union)
    [libc++] Add FreeBSD XFAILs in preparation for CI
    [libc++] add FreeBSD atomic wait support
    [libc++][format] range-default-formatter for set.
    [libc++] Move iota_view::iterator and sentinel out of iota_view
    [libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding it in run-buildbot
    [libc++] Enable segmented iterator optimizations for join_view::iterator
    [libc++] Mark LWG3349 as complete
    [libc++] Remove old CI configurations and update the supported compiler versions
    [libc++] Implement P2446R2 (views::as_rvalue)
    [libc++][format] range-default-formatter for map
    [libc++][format] Adds formatter std::vector&lt;bool&gt;.
    [libc++][format] Adds container adaptor formatters.
    [libc++][format] Implements range_formatter
    [libc++][format] Adds new test macros.
    [libc++][ranges] Remove a leftover include version control markers in Cxx20Papers.csv
    [libc++][ranges] Mark completed Ranges papers and issues as done, bump version macro
    [libc++] Add ALLOW_RETRIES to a few flaky tests
    [SystemZ][z/OS] Fix cityhash lit for EBCDIC
    [libc++] Mark std::pmr virtual functions as _LIBCPP_HIDE_FROM_ABI_VIRTUAL
    [libc++] Remove &lt;type_traits&gt; includes from &lt;atomic&gt; and &lt;ratio&gt;
    [libcxx] Add missing includes
    [libc++] allow redefined macro in non_trivial_copy_move_ABI test
    [libc++][ranges] implement `std::views::elements_view`
    [libc++] Add [[clang::lifetimebound]] attribute to std::forward and friends
    Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"
    [libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}
    [libc++] Add missing includes in move_iterator.h
    [libc++] Make pmr::monotonic_buffer_resource bump down
    [libc++] Add [[nodiscard]] extensions in &lt;math.h&gt;
    [libc++] Fix ranges::uninitialized_move{, _n} for move-only types
    [libc++][ranges] Fix incorrect integer type in `view_interface` tests.
    [libc++] Hold mutex lock while notify_all is called at notify_all_at_thread_exit
    [Libcxx] Add &lt;source_location&gt; header.
    [libc++] Rename transform_view::{__iterator, __sentinel} to __transform_view_{iterator, sentinel}
    [libc++] Add FreeBSD exceptions.nonew ABI list
    [libc++][format] Fixes escaping string literals.
    [libc++] Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILITY attribute on virtual function
    [libc++][test] Move `common_input_iterator` to `test_iterators.h`
    [libc++][utils] Remove unused import in `run.py`
    [libc++] Remove warning for `LIBCXX_SYSROOT`, `LIBCXX_TARGET_TRIPLE`, and `LIBCXX_GCC_TOOLCHAIN`
    [libc++] Fix aligned_alloc usage for Android
    [libc++] Use %{clang-query} when calling clang-query
    [libc++] Add missing include in __format/unicode.h
    [libc++] Remove HIDE_FROM_ABI from virtual functions
    [libc++] Fix transitive includes list for C++23
    [libc++] Add _LIBCPP_HIDE_FROM_ABI to __constexpr_logb and __constexpr_scalbn
    [libc++] Granularize &lt;bit&gt; and remove &lt;__bits&gt;
    [libc++] [C++20] [P0415] Constexpr for std::complex.
    libc++: bring back the unsigned in the return type in wcstoull_l
    [libc++][CI] Improves clang-(tidy|query) selection.
    [libc++] Granularize &lt;type_traits&gt; includes in &lt;iterator&gt;
    [libc++] Implement constexpr {isfinite, isinf, isnan, isnormal}
    [libc++][chrono] Add calendar type formatters.
    [libc++] LWG3738 Validates a missing precondition.
    [libc++] LWG3745 noexcept for atomic_wait.
    [libc++] Granularize &lt;type_traits&gt; includes in &lt;compare&gt;
    std::sort: add BlockQuickSort partitioning algorithm for arithmetic types
    [libc++] Granularize &lt;type_traits&gt; includes in &lt;utility&gt;
    [libc++][format] Removes test redundancy.
    [libc++][format] Adds formatter for tuple and pair
    [libc++] Use aligned_alloc instead of posix_memalign for C++17
    [libc++] Rename __tuple to __tuple_dir to avoid file collision
    [libc++] Add FreeBSD ABI list
    [libc++] Adds __cpp_lib_constexpr_algorithms to utility.
    [libc++] Granularize &lt;type_traits&gt; includes in &lt;concepts
    [libc++][format] Renames __null_sentinel.
    Implementstd::ranges::view_interface::size returns a signed type
    [libc++] Implement P1169R4 (static operator())
    [libc++] Implement `std::expected` P0323R12
    [libc++][Android] Disable pbump2gig for Android
    [libc++][Android] Android/Bionic headers don't work with modules yet
    [libc++][math.h] Add double overloads
    [libc++] Move filter_view::iterator and sentinel out of filter_view
    [libc++] Implement P0339R6 (polymorphic_allocator&lt;&gt; as a vocabulary type)
    [libc++][format] Adds range-default-formatter.
    [libc++][Android] Rename user NS to User to avoid conflict with struct
    [libc++] Fix memory leaks when throwing inside std::vector constructors
```
</content>
</entry>
<entry>
<title>Library import 2 (#639)</title>
<updated>2023-12-22T16:10:22Z</updated>
<author>
<name>AlexSm</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-12-22T16:10:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=148f920350c60c0ca2d89b637a5aea9093eee450'/>
<id>urn:sha1:148f920350c60c0ca2d89b637a5aea9093eee450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/assert to 1.83.0</title>
<updated>2023-08-15T08:53:05Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2023-08-14T21:50:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=afa5c44be459d9bfca05bf13a603b88148a3c860'/>
<id>urn:sha1:afa5c44be459d9bfca05bf13a603b88148a3c860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/throw_exception to 1.80.0</title>
<updated>2022-09-21T13:58:20Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2022-09-21T13:58:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=853a53cd31b9b896cf1b3ffab51400cd47622e69'/>
<id>urn:sha1:853a53cd31b9b896cf1b3ffab51400cd47622e69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/system to 1.79.0</title>
<updated>2022-08-23T08:58:00Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2022-08-23T08:58:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=95330412936b4d7ccae8ad4e9870ecf21f0ec220'/>
<id>urn:sha1:95330412936b4d7ccae8ad4e9870ecf21f0ec220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/assert to 1.79.0</title>
<updated>2022-08-05T22:10:34Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2022-08-05T22:10:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a1d33a36a3cb857aaff387f5b3f000a646416a6c'/>
<id>urn:sha1:a1d33a36a3cb857aaff387f5b3f000a646416a6c</id>
<content type='text'>
</content>
</entry>
</feed>
