<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/yt, branch CLI_2.1.1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.1.1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.1.1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2022-12-08T08:53:17Z</updated>
<entry>
<title>Node maintenance requests</title>
<updated>2022-12-08T08:53:17Z</updated>
<author>
<name>kvk1920</name>
<email>kvk1920@yandex-team.com</email>
</author>
<published>2022-12-08T08:53:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bddb2f7be1188971cade9973d4c79f1ba9cee946'/>
<id>urn:sha1:bddb2f7be1188971cade9973d4c79f1ba9cee946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix nallocx redefinition when using lf allocator on windows</title>
<updated>2022-12-06T11:42:51Z</updated>
<author>
<name>aleexfi</name>
<email>aleexfi@yandex-team.com</email>
</author>
<published>2022-12-06T11:42:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e32ded7b7757286f092548b2731c598704928c62'/>
<id>urn:sha1:e32ded7b7757286f092548b2731c598704928c62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TSharedRefArray::ToString</title>
<updated>2022-12-04T16:31:32Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-12-04T16:31:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3680ca61e6e893b6ddbba096616c807efd3d7c2b'/>
<id>urn:sha1:3680ca61e6e893b6ddbba096616c807efd3d7c2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove kikimr/driver DEPENDS</title>
<updated>2022-12-02T08:31:25Z</updated>
<author>
<name>qrort</name>
<email>qrort@yandex-team.com</email>
</author>
<published>2022-12-02T08:31:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b1f4ffc9c8abff3ba58dc1ec9a9f92d2f0de6806'/>
<id>urn:sha1:b1f4ffc9c8abff3ba58dc1ec9a9f92d2f0de6806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>validate canons without yatest_common</title>
<updated>2022-11-30T20:47:12Z</updated>
<author>
<name>qrort</name>
<email>qrort@yandex-team.com</email>
</author>
<published>2022-11-30T20:47:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=22f8ae0e3f5d68b92aecccdf96c1d841a0334311'/>
<id>urn:sha1:22f8ae0e3f5d68b92aecccdf96c1d841a0334311</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ya-bin crashes on win when yt-store is enabled</title>
<updated>2022-11-21T11:40:11Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2022-11-21T11:40:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b1c69808cc78d58df27cc15e729624bdeca42071'/>
<id>urn:sha1:b1c69808cc78d58df27cc15e729624bdeca42071</id>
<content type='text'>
yt-store is enabled by default on all platforms including windows

PR:2997752 https://a.yandex-team.ru/review/2997752
adds ifdedfs for windows to enforce MSDN requirement that
memory allocated with _alligned_allocate must be deallocated with
_aligned_free.

PR:3110888 https://a.yandex-team.ru/review/3110888
removes 2 of 3 ifdefs added and introduces inconsistency
between allc/free functions on windows. Types with alignment
requiremens less then std::max_allign_t are allocated with malloc
and freed with _alligned_free. ya-bin release with this commit
crashes on windows unless user explicitelly disable yt-store.

Restore ifdefs which were removed in PR:3110888 in order to fix
the problem.</content>
</entry>
<entry>
<title>Switch to modern std::memory_order enum</title>
<updated>2022-11-16T06:44:16Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-11-16T06:44:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c7037dfb3708e261a40f3a27dcf3aa32985cc602'/>
<id>urn:sha1:c7037dfb3708e261a40f3a27dcf3aa32985cc602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some more tests for SS consistency over topic move</title>
<updated>2022-11-15T08:52:47Z</updated>
<author>
<name>komels</name>
<email>komels@ydb.tech</email>
</author>
<published>2022-11-15T08:52:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=701a5107da136849169c2168f1aecee07500b711'/>
<id>urn:sha1:701a5107da136849169c2168f1aecee07500b711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move TChunkedOutputStream to library and make it zero-copy aware</title>
<updated>2022-11-13T09:15:50Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-11-13T09:15:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f6425222980211ebf68592a1658e87f0fb442972'/>
<id>urn:sha1:f6425222980211ebf68592a1658e87f0fb442972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly use std::max_align_t</title>
<updated>2022-11-03T09:06:56Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-11-03T09:06:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dbf2ffa6163e1f1e041be4ce1a77520d9f1cd011'/>
<id>urn:sha1:dbf2ffa6163e1f1e041be4ce1a77520d9f1cd011</id>
<content type='text'>
</content>
</entry>
</feed>
