<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util, branch oidc-1.2.7</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-02-18T18:15:00Z</updated>
<entry>
<title>Attributes for coroutine return types</title>
<updated>2026-02-18T18:15:00Z</updated>
<author>
<name>rraed</name>
<email>rraed@yandex-team.com</email>
</author>
<published>2026-02-18T17:00:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2f21a98b89007c35af0bcdd5c7deb78fcdba547f'/>
<id>urn:sha1:2f21a98b89007c35af0bcdd5c7deb78fcdba547f</id>
<content type='text'>
commit_hash:14705eb46ebc07f5bdb3fd77df6d1cbe23720351
</content>
</entry>
<entry>
<title>YQL-20095: Ignore modernize-avoid-c-arrays</title>
<updated>2026-02-17T06:29:10Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-02-17T06:00:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=69276e08c73be7e117d78a4d97894547aa7f6f61'/>
<id>urn:sha1:69276e08c73be7e117d78a4d97894547aa7f6f61</id>
<content type='text'>
Clang Tidy complains on a c-array usage, expanded from
the macro, but I do not think, that it is really worth
to `#include &lt;array&gt;` here.
commit_hash:ca9d60f11175812b74534833a5d7bb59b3b547d2
</content>
</entry>
<entry>
<title>Allwinner riscv64 toolchain</title>
<updated>2026-02-10T15:38:25Z</updated>
<author>
<name>xiwra</name>
<email>xiwra@yandex-team.com</email>
</author>
<published>2026-02-10T14:46:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=aaa8bdd0adb6b58547da09fa4f7dd1f71388ff16'/>
<id>urn:sha1:aaa8bdd0adb6b58547da09fa4f7dd1f71388ff16</id>
<content type='text'>
for allwinner c906 core on FreeRTOS platform
commit_hash:94fe40602b06baea8e740d5e746980b1ca0dfc33
</content>
</entry>
<entry>
<title>add support for std::string_view in the generic TryFromString function</title>
<updated>2026-01-30T17:49:27Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2026-01-30T17:00:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4741e31e59535bf1954abee227602c172da0db08'/>
<id>urn:sha1:4741e31e59535bf1954abee227602c172da0db08</id>
<content type='text'>
commit_hash:063cf15ddb263d176b0e4a179c1c77aa16bbf9f0
</content>
</entry>
<entry>
<title>YQL-20095: Use explicit at Y_HAS_MEMBER</title>
<updated>2026-01-22T23:27:57Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-01-22T23:13:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9b65d123b0e68daede483027396a1f8bb9a9a743'/>
<id>urn:sha1:9b65d123b0e68daede483027396a1f8bb9a9a743</id>
<content type='text'>
We wish to enable the `google-explicit-constructor` check,
which complains on `Y_HAS_MEMBER` usages, because of an implicit
constructor at a class, generated by a macro.

Related PR: https://nda.ya.ru/t/BJpRlItb7SXx5M
commit_hash:1f1ceed3cf4dea48a0f9ac96bd4f6a813e3d835c
</content>
</entry>
<entry>
<title>TString::contains + tests, TStringBuf::contains tests, macro to enable EBO</title>
<updated>2026-01-13T20:58:27Z</updated>
<author>
<name>pechatnov</name>
<email>pechatnov@yandex-team.com</email>
</author>
<published>2026-01-13T20:40:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3895c614d9a22ece739d2634524107398517af22'/>
<id>urn:sha1:3895c614d9a22ece739d2634524107398517af22</id>
<content type='text'>
commit_hash:221422cb861ba9db0ce508ea1114d3d44a5e37c7
</content>
</entry>
<entry>
<title>implement Y_NO_UNIQUE_ADDRESS using msvc::no_unique_address on windows</title>
<updated>2026-01-12T17:55:20Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2026-01-12T17:00:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=54ee2fad6611c1ec07f4197c609b2dd066be6f48'/>
<id>urn:sha1:54ee2fad6611c1ec07f4197c609b2dd066be6f48</id>
<content type='text'>
MSVC and clang-cl implements the C++20 `[[no_unique_address]]` feature via a specific, non-standard attribute: `[[msvc::no_unique_address]]`.
commit_hash:975835261fcf805bfe65b51fb43852f71ff67edd
</content>
</entry>
<entry>
<title>std::string transparency for TEqualTo, TLess, TGreater</title>
<updated>2025-12-30T18:53:14Z</updated>
<author>
<name>pechatnov</name>
<email>pechatnov@yandex-team.com</email>
</author>
<published>2025-12-30T18:22:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e2e818e8f18bba4990af5b79dcabef85637a1968'/>
<id>urn:sha1:e2e818e8f18bba4990af5b79dcabef85637a1968</id>
<content type='text'>
commit_hash:688a0a61e302256fb0c08efec7f4200aaeaf4b04
</content>
</entry>
<entry>
<title>Add TBuffer::AsString(std::string&amp;)</title>
<updated>2025-12-26T17:50:26Z</updated>
<author>
<name>pechatnov</name>
<email>pechatnov@yandex-team.com</email>
</author>
<published>2025-12-26T17:00:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ac2635d09618bf1a203dce72429e000d7a6da589'/>
<id>urn:sha1:ac2635d09618bf1a203dce72429e000d7a6da589</id>
<content type='text'>
commit_hash:bd0d2e60bd83479c320f159f8e6fae916f993452
</content>
</entry>
<entry>
<title>support the [[msvc::lifetimebound]] attribute</title>
<updated>2025-12-23T20:58:50Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2025-12-23T20:39:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c12b28b9c7d7657bf4519e8a64bae6754108cbd0'/>
<id>urn:sha1:c12b28b9c7d7657bf4519e8a64bae6754108cbd0</id>
<content type='text'>
commit_hash:24de2d823f1fc408bad6a4297e05810dc0d9624c
</content>
</entry>
</feed>
