<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/generic, branch CLI_2.31.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.31.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.31.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-03-02T18:31:50Z</updated>
<entry>
<title>allow NTL::TConcat to concatenate more than two lists</title>
<updated>2026-03-02T18:31:50Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2026-03-02T17:00:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=508ecbd2e171ac98da140da5511c87162d18838b'/>
<id>urn:sha1:508ecbd2e171ac98da140da5511c87162d18838b</id>
<content type='text'>
commit_hash:4a7ae26132b5605dfc289d75b3adc330ab842fd3
</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>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>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>TMaybe: propagate constuctible trait</title>
<updated>2025-12-19T19:32:59Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2025-12-19T19:16:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb0aa87e2d69a55ae610382d26390c3588a42039'/>
<id>urn:sha1:cb0aa87e2d69a55ae610382d26390c3588a42039</id>
<content type='text'>
Constructors are now conditionally enabled based on whether T is copy- or move-constructible.
This allows constructibility to be checked, instead of causing compilation errors during template instantiation.
commit_hash:a304a162846a96e404f5a02506607c1d2f9b09be
</content>
</entry>
<entry>
<title>Fix grammar</title>
<updated>2025-12-03T22:05:24Z</updated>
<author>
<name>akhropov</name>
<email>akhropov@yandex-team.com</email>
</author>
<published>2025-12-03T21:43:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=297c9ac48bf9aca4eb625668a2a36a37e6ec42f4'/>
<id>urn:sha1:297c9ac48bf9aca4eb625668a2a36a37e6ec42f4</id>
<content type='text'>
commit_hash:b7af773942b9bbb47e1c0273c0567e932697ecff
</content>
</entry>
<entry>
<title>EraseNodesIf should use an iterator to the next node if the erase method returns one</title>
<updated>2025-11-20T01:23:02Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2025-11-20T01:04:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ddc19a8d822568d58f5e97a0ffcf46a036df256b'/>
<id>urn:sha1:ddc19a8d822568d58f5e97a0ffcf46a036df256b</id>
<content type='text'>
commit_hash:4c4690aacc6b7ab9c3ab6ec79bd35c1e2b7fe06e
</content>
</entry>
<entry>
<title>removing dangerous cast operator</title>
<updated>2025-11-13T08:44:04Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-11-13T08:27:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1d7bad217e8d1e2bef618ee434943872b87a2b3b'/>
<id>urn:sha1:1d7bad217e8d1e2bef618ee434943872b87a2b3b</id>
<content type='text'>
commit_hash:44a5b05387723256ff3e098559780727e8b542e3
</content>
</entry>
</feed>
