<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/containers, 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-11T00:27:35Z</updated>
<entry>
<title>Add missing PEERDIR to the library/cpp/containers/concurrent_hash</title>
<updated>2025-08-11T00:27:35Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2025-08-11T00:16:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=28d6d6036edcc7c5d70eb5d24743c860f4deef2b'/>
<id>urn:sha1:28d6d6036edcc7c5d70eb5d24743c860f4deef2b</id>
<content type='text'>
KIKIMR-23824
commit_hash:dbb554ea903a90c990b23ad016d4690437d57e4b
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-08-08T08:07:59Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-08-08T07:48:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6399e7ae57f1556e7b777a0fe1d6b0bf3b36b90e'/>
<id>urn:sha1:6399e7ae57f1556e7b777a0fe1d6b0bf3b36b90e</id>
<content type='text'>
commit_hash:369029716d3b4afaec45df28e06b27c781a5b564
</content>
</entry>
<entry>
<title>[library/cpp/containers] add default virtual destructor to TReadonlyBitVector</title>
<updated>2025-07-16T12:00:43Z</updated>
<author>
<name>dim-dezhin</name>
<email>dim-dezhin@yandex-team.com</email>
</author>
<published>2025-07-16T10:58:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=535bd566280173b905d8ba4995475ebb805df490'/>
<id>urn:sha1:535bd566280173b905d8ba4995475ebb805df490</id>
<content type='text'>
Класс `TReadonlyBitVector` имеет виртуальную функцию, но не имеет виртуального деструктора, что накладывает большие ограничения на использование этого класса и может привезти к потенциальным ошибкам.

Соседний класс `TBitVector` же имеет виртуальный деструктор, хотя в нём нет других виртуальных функций.

Поэтому отсутствие виртуального деструктора у класса`TReadonlyBitVector` выглядит как опечатка и данный патч призван её исправить.
commit_hash:6714fa2cc186a847d13e665f215caae8f2a98b09
</content>
</entry>
<entry>
<title>Merge numerous abseil-cpp sublibraries to ease unbundling</title>
<updated>2025-06-16T19:11:55Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2025-06-16T18:54:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cd7c37033b7cbce800311fd2b5e4dad20d2ae9ee'/>
<id>urn:sha1:cd7c37033b7cbce800311fd2b5e4dad20d2ae9ee</id>
<content type='text'>
commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
</content>
</entry>
<entry>
<title>TConcurrentHashMap::Exchange</title>
<updated>2025-05-07T18:18:56Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2025-05-07T18:02:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=74925a0d03c5922a2ac9dc2e5f63ee3088e203c7'/>
<id>urn:sha1:74925a0d03c5922a2ac9dc2e5f63ee3088e203c7</id>
<content type='text'>
commit_hash:09134890fc4d5d1267d6efa21bff48235205e6e5
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-04-25T08:33:21Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-04-25T08:17:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d1fdfcc75cc195e8afa9c2d52c49dd176dcd5dfb'/>
<id>urn:sha1:d1fdfcc75cc195e8afa9c2d52c49dd176dcd5dfb</id>
<content type='text'>
commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-04-17T11:31:20Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-04-17T11:19:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2add2ae7f82001fa883ac922a2fb98dc7fb34edb'/>
<id>urn:sha1:2add2ae7f82001fa883ac922a2fb98dc7fb34edb</id>
<content type='text'>
commit_hash:103a2a417e1039b8e61dc17b40bec9a9b6a7dfd1
</content>
</entry>
<entry>
<title>Add TCompactVector::data()</title>
<updated>2025-03-19T15:37:58Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2025-03-19T15:04:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3804b785cc4f57c5589d36672e3f116782e53892'/>
<id>urn:sha1:3804b785cc4f57c5589d36672e3f116782e53892</id>
<content type='text'>
For TArrayRef(TCompactVector)
commit_hash:d6b75e4cd93aa786abeb1c1cc00d9827f6d4ea15
</content>
</entry>
<entry>
<title>TConcurrentHashMap::TryRemove</title>
<updated>2025-03-10T13:42:23Z</updated>
<author>
<name>sudaques</name>
<email>sudaques@yandex-team.com</email>
</author>
<published>2025-03-10T13:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=40b5a1b2172e3284a705eeb05b3ee465257c815b'/>
<id>urn:sha1:40b5a1b2172e3284a705eeb05b3ee465257c815b</id>
<content type='text'>
commit_hash:f9faa4cdcf43ef641c640ec86712f48b09031dcb
</content>
</entry>
<entry>
<title>Return reference from TCompactVector::emplace_back</title>
<updated>2025-03-06T20:29:53Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2025-03-06T20:16:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9b0a13bddce49bfb5ea59d8c4a668d32d7dada3b'/>
<id>urn:sha1:9b0a13bddce49bfb5ea59d8c4a668d32d7dada3b</id>
<content type='text'>
Fixup rXXXXXX
commit_hash:775dffda71dd0a6ad0e91ca361b27ba4f15a0039
</content>
</entry>
</feed>
