<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/yt/misc, branch CLI_2.26.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.26.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.26.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-08-18T15:27:47Z</updated>
<entry>
<title>YT-19137: Make full_read a first class citizen</title>
<updated>2025-08-18T15:27:47Z</updated>
<author>
<name>coteeq</name>
<email>coteeq@yandex-team.com</email>
</author>
<published>2025-08-18T14:35:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e494596dab9fab0a6e8af9d9f258c5ffa7c0917a'/>
<id>urn:sha1:e494596dab9fab0a6e8af9d9f258c5ffa7c0917a</id>
<content type='text'>
commit_hash:dac730c0d9dc052edce7dd7873c51687ea19082e
</content>
</entry>
<entry>
<title>YT-18571: Cosmetics for YT_DEFINE_STRONG_TYPEDEF</title>
<updated>2025-08-11T10:32:18Z</updated>
<author>
<name>h0pless</name>
<email>h0pless@yandex-team.com</email>
</author>
<published>2025-08-11T10:18:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=02b12e13b782df0c0b33c3af0464cf01e2cc0b2a'/>
<id>urn:sha1:02b12e13b782df0c0b33c3af0464cf01e2cc0b2a</id>
<content type='text'>
commit_hash:48c6dc49d8c0ffb3bbb5fa773dc38bdee243f3c3
</content>
</entry>
<entry>
<title>Add Save/Load methods for TStrongTypedef</title>
<updated>2025-06-13T14:47:43Z</updated>
<author>
<name>yurial</name>
<email>yurial@yandex-team.com</email>
</author>
<published>2025-06-13T14:35:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e14a2ba12d3e5631783b933ebffe4ba1b7bcd4ec'/>
<id>urn:sha1:e14a2ba12d3e5631783b933ebffe4ba1b7bcd4ec</id>
<content type='text'>
commit_hash:7bda0c36d13d3a9c586f65b48d6f23f854c0e088
</content>
</entry>
<entry>
<title>yt: Use well-known macros to test if we are building with SSE4.2</title>
<updated>2025-05-16T08:43:48Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-05-16T08:29:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0df4b4b19501ef1cd3157b8615851269e54132f6'/>
<id>urn:sha1:0df4b4b19501ef1cd3157b8615851269e54132f6</id>
<content type='text'>
```
(dflt) thegeorg@jakku:~/arcadia@trunk$ ya tool c++ -E -dM - -msse4.2 &lt; /dev/null | grep SSE4
#define __SSE4_1__ 1
#define __SSE4_2__ 1
```

On Windows, this macros is defined by the means of ymake.core.conf.
commit_hash:ec670bbe09b73580df6c7acf4760fedce7597676
</content>
</entry>
<entry>
<title>Make some methods of smart enum being constexpr</title>
<updated>2025-03-25T11:59:32Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-25T11:31:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=142f1b5904ca33612aa65b98a10444ea655b0ab1'/>
<id>urn:sha1:142f1b5904ca33612aa65b98a10444ea655b0ab1</id>
<content type='text'>
commit_hash:c29f08fc16d8bd974d4ce516af499de848607ab8
</content>
</entry>
<entry>
<title>YT: Allow serializing and deserializing plain enums to uint64</title>
<updated>2025-03-06T18:05:52Z</updated>
<author>
<name>dgolear</name>
<email>dgolear@yandex-team.com</email>
</author>
<published>2025-03-06T17:14:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=115c3a54ab9250023ac3db71c4353b53ea5fd30e'/>
<id>urn:sha1:115c3a54ab9250023ac3db71c4353b53ea5fd30e</id>
<content type='text'>
commit_hash:abf11126ef1a914939d506a79dd7c4f11df177f2
</content>
</entry>
<entry>
<title>YT-21910: Master compact table schema</title>
<updated>2025-03-05T22:55:54Z</updated>
<author>
<name>cherepashka</name>
<email>cherepashka@yandex-team.com</email>
</author>
<published>2025-03-05T22:26:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=16867b871a3abf548c504976fb8ca49c882b1ffd'/>
<id>urn:sha1:16867b871a3abf548c504976fb8ca49c882b1ffd</id>
<content type='text'>
- Changelog entry
  Type: feature
  Component: master

Introduce TCompactTableSchema, that holds wire protobuf schema representation and lighter than TTableSchema
commit_hash:21801854b37fc25c5004ee01e5b79a3b3b6ea983
</content>
</entry>
<entry>
<title>YT-22593: More trivial TString-&gt;std::string migrations</title>
<updated>2025-02-22T14:48:29Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2025-02-22T14:28:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=59afaa0cb7cd89146dd10f5446256afcce33bd0e'/>
<id>urn:sha1:59afaa0cb7cd89146dd10f5446256afcce33bd0e</id>
<content type='text'>
[nodiff:runtime]
commit_hash:1ba799aed1703ab7c6304b6da7090b3337f768dd
</content>
</entry>
<entry>
<title>Fix unaligned load/store UB in bus and zstd compression</title>
<updated>2025-02-10T12:49:30Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2025-02-10T11:42:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8647d4a864e1a79dc3ee8cbbf21ae3ce77072bbb'/>
<id>urn:sha1:8647d4a864e1a79dc3ee8cbbf21ae3ce77072bbb</id>
<content type='text'>
commit_hash:55e574599005f5286f646ebba93d5550325708bc
</content>
</entry>
<entry>
<title>Babenkoed: Shadow Wars</title>
<updated>2025-01-16T10:26:49Z</updated>
<author>
<name>sabdenovch</name>
<email>sabdenovch@yandex-team.com</email>
</author>
<published>2025-01-16T10:07:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0059cdd47f567210befb78198fee61c7e824faf8'/>
<id>urn:sha1:0059cdd47f567210befb78198fee61c7e824faf8</id>
<content type='text'>
commit_hash:deadebefdfd81b6c737b9464435356b8f652e296
</content>
</entry>
</feed>
