<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/sysincl, branch CLI_2.19.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.19.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.19.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-02-01T20:45:16Z</updated>
<entry>
<title>Add sysincl for system #include &lt;format&gt;</title>
<updated>2025-02-01T20:45:16Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-02-01T20:28:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=abf7511e0e41913a561260707b7b655098325ef2'/>
<id>urn:sha1:abf7511e0e41913a561260707b7b655098325ef2</id>
<content type='text'>
commit_hash:7d5a6670b49689edeea2d97d31194406bdb9724d
</content>
</entry>
<entry>
<title>Update libcxx to 2 Apr 2024 239236b8c2154aa49e98bc7ed774a7d2712edf50</title>
<updated>2025-02-01T11:33:00Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2025-02-01T11:09:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5ef4578b282eef07d27f8d0cb56d2c1aac00042c'/>
<id>urn:sha1:5ef4578b282eef07d27f8d0cb56d2c1aac00042c</id>
<content type='text'>
```
[libc++] Remove pair dependency (#85621)
[libc++] Simplify the implementation of &lt;stddef.h&gt; (#86843)
Update the "Current Status" section of the website to be current. (#84507)
[libc++] Optimize the two range overload of mismatch (#86853)
[libc++] Refactor __tuple_like and __pair_like (#85206)
[libc++][test] Improves src include paths. (#86864)
[libc++] Document guidelines for applying [[nodiscard]] (#84000)
[libc++] Optimize the std::mismatch tail (#83440)
[libc++] Remove &lt;queue&gt; and &lt;stack&gt; includes from &lt;format&gt; (#85520)
[libc++] Switch FreeBSD to C++26 (#86658)
[libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724)
[libc++][test] Remove tests that testing std::variant&lt;T&amp;&gt; (#84222)
[libc++] &lt;experimental/simd&gt; Reduce types for template parameter U in tests (#83781)
[libc++] Switch FreeBSD CI job to Clang 17 (#86320)
[libc++][CI] Updates the documentation. (#85264)
[libc++][format] Adds ABI tags to inline constexpr variables. (#86293)
[libc++][test] Fix race condition in condition_variable_any tests (#84788)
[libc++] Vectorize mismatch (#73255)
[libc++] Don't push and pop extensions diagnostics when using clang modules (#85917)
[libc++][ranges] use `static operator()` for C++23 ranges (#86052)
[libc++] Implement LWG3528 (`make_from_tuple` can perform (the equivalent of) a C-style cast) (#85263)
[libc++] Remove macros for keeping std::allocator members and void specialization after C++20 (#85806)
[libc++] Deprecates std::errc constants. (#80542)
[libcxx] [cmake] Fix cmake_path(ABSOLUTE_PATH) for empty CMAKE_INSTALL_PREFIX
[libc++][CI] Reenables the module tests. (#85799)
[libc++][ranges] remove `__workaround_52970` (#85683)
[libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004)
[libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756)
[libc++][format] Fixes nested concept evaluation. (#85548)
[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)
[libc++] Remove __unconstrained_reverse_iterator (#85582)
[libc++] Simplify the implementation of remove_reference (#85207)
[libcxx][test] Create feature host-can-create-symlinks (#82204)
[libc++] Use __is_scoped_enum for the implementation of is_scoped_enum if it's available (#85580)
[libc++] Add missing hide-from-ABI annotations on virtual functions (#85439)
[libc++] Optimize ranges::fill{,_n} for vector&lt;bool&gt;::iterator (#84642)
[libc++] Add &lt;locale&gt; include in &lt;chrono&gt; (#85521)
[libc++] Remove &lt;locale&gt; includes from &lt;format&gt; (#85478)
[libc++] P2602R2 Poison Pills are Too Toxic (#74534)
[libc++] Fixes run-buildbot-container. (#84644)
[libc++] Add [[nodiscard]] to static numeric limit functions (#83748)
 Rework Modules CMake to be (more) idiomatic. (#84936)
[libc++] Enables TZDB tests. (#82108)
[libc++] Remove a few includes from &lt;__functional/hash.h&gt; (#83254)
[libc++] Implements filebuf unbuffered. (#76629)
[libc++][CI] Updates the version number of the latest release.
[libc++] Remove &lt;tuple&gt; include from &lt;__format/concepts.h&gt; (#80214)
[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)
[libc++] Fix tests on musl (#85085)
[libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (#83928)
[libcxx] Fix incorrect type in the has-1024-bit-atomics feature test (#84904)
[libc++] Improves UB handling in ios_base destructor. (#76525)
[libc++][CI] Installs tzdata package in Docker. (#84643)
[libc++][TZDB] Fixes parsing interleaved rules. (#84808)
[libc++][hardening] Check bounds on arithmetic in __bounded_iter (#78876)
[libc++][hardening] Add iterator validity checks on unordered containers (#80230)
[libc++][hardening] Reclassify string_view(ptr, len)'s size assertion (#79297)
[libc++] Re-enable the clang_modules_include test for Objective-C++ (#66801)
[libc++] Remove XFAIL for SIMD in optimized build (#84767)
[libcxx] Update 128-bit-atomics feature test (#83841)
[libc++] Only forward-declare ABI-functions in exception_ptr.h if they are meant to be used (#84707)
[libc++][test] Don't include `test_format_context.h` in `parse.pass.cpp` (#83734)
[libc++] Add missing include in test (#84579)
[libc++] Remove &lt;tuple&gt; from &lt;variant&gt; (#83183)
[RFC][libc++] Reworks clang-tidy selection. (#81362)
[libc++] Remove &lt;array&gt; include from &lt;span&gt; (#83742)
[libc++][format] Updates LWG3462 status. (#80550)
[libc++][format] Update LWG3701 status. (#80545)
[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp` (#79793)
[libc++] Simplify the std::pair constructor overload set (#81448)
[libc++] Allow the use of extensions in the implementation (#79532)
[libc++] Don't build against libcxxrt by default on FreeBSD (#84484)
Actually disable the module generation tests.
[libc++] Disable module_std and module_std_compat tests
[libc++] Enable availability based on the compiler instead of __has_extension (#84065)
[libc++] Fixes time formatter test output for Linux on PowerPC (#75526)
[libc++] Remove unused includes from __type_traits/is_convertible.h (#83747)
```
commit_hash:171258d93ab92f516dfb1789300677a164e63219
</content>
</entry>
<entry>
<title>Allow resolving cxxabi.h into libcxxabi</title>
<updated>2025-01-31T17:09:01Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-01-31T16:52:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ab23c69305efbe4a26d080ff7054ffce3520c258'/>
<id>urn:sha1:ab23c69305efbe4a26d080ff7054ffce3520c258</id>
<content type='text'>
commit_hash:9c3b26db50fa812b1a54fafe6e32bf4311e98264
</content>
</entry>
<entry>
<title>Include &lt;cuda_wrappers/new&gt; from toolchain, not from Arcadia</title>
<updated>2025-01-21T12:03:13Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-01-21T11:26:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb23b29c1daf4090221bd8abb879fe897fc348a4'/>
<id>urn:sha1:cb23b29c1daf4090221bd8abb879fe897fc348a4</id>
<content type='text'>
commit_hash:bd86130122e53e7b665b7abcbcf02cc2db4de953
</content>
</entry>
<entry>
<title>Update libcxx to 5 Mar 2024 80f9458cf30d13eef21b09042ea590945c5e64db</title>
<updated>2025-01-19T22:51:09Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2025-01-19T22:34:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2ab2ef14e493133a483a7210a0133c1d8918eee2'/>
<id>urn:sha1:2ab2ef14e493133a483a7210a0133c1d8918eee2</id>
<content type='text'>
commit_hash:c45aa2ed98c2a01fa86b69bac97f40a32bd68ae2
</content>
</entry>
<entry>
<title>Autogen ext and experimental sysincls</title>
<updated>2025-01-15T07:51:44Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2025-01-15T07:21:24Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d4335833a23cfb05cd23307a807ef318b5d32e4a'/>
<id>urn:sha1:d4335833a23cfb05cd23307a807ef318b5d32e4a</id>
<content type='text'>
commit_hash:663ee1c040fc820b34e714256533e550544d2772
</content>
</entry>
<entry>
<title>Disable resolving of macro-include THRUST_MR_STD_MR_HEADER to libcxxcuda11 if there is not cuda11</title>
<updated>2025-01-13T15:13:23Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2025-01-13T14:51:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1f9513b7ac14f4bf2c0d20e6b1f3526b5fbc7271'/>
<id>urn:sha1:1f9513b7ac14f4bf2c0d20e6b1f3526b5fbc7271</id>
<content type='text'>
commit_hash:6b4ad541258b646eb31bd17ff04cb6168b263921
</content>
</entry>
<entry>
<title>Provide ya make flags for System OpenSSL library usage</title>
<updated>2025-01-10T08:40:00Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2025-01-10T07:42:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2677f7fd48473bd66e77dbf330dc9065db086e9f'/>
<id>urn:sha1:2677f7fd48473bd66e77dbf330dc9065db086e9f</id>
<content type='text'>
commit_hash:ce248dee3ff3c78cdb39650eb391fd3dec50cb39
</content>
</entry>
<entry>
<title>contrib/libs/libpng: Cleanup sysincls</title>
<updated>2025-01-08T08:06:59Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-01-08T07:48:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dad03bdb32d62b668f5880b78c88b7eccbe7835f'/>
<id>urn:sha1:dad03bdb32d62b668f5880b78c88b7eccbe7835f</id>
<content type='text'>
commit_hash:f87590c2825ce66cc2ae7825386cec730e8230b7
</content>
</entry>
<entry>
<title>Further cleanup build/sysincl/misc.yml</title>
<updated>2025-01-03T13:14:10Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-01-03T12:55:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8a6cb7356d2687d9ebbf14009e557105669ebd91'/>
<id>urn:sha1:8a6cb7356d2687d9ebbf14009e557105669ebd91</id>
<content type='text'>
commit_hash:0d37816894a658ecc91569c3eacb8e1022ea49ce
</content>
</entry>
</feed>
