summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers
Commit message (Collapse)AuthorAgeFilesLines
* Sync branches 260120-0833: rightlib to main (#32374)YDBot2026-01-201-1/+1
| | | | | | | | Co-authored-by: robot-piglet <[email protected]> Co-authored-by: mikhnenko <[email protected]> Co-authored-by: swarmer <[email protected]> Co-authored-by: babenko <[email protected]> Co-authored-by: shadchin <[email protected]> Co-authored-by: tea-mur <[email protected]>
* Intermediate changesrobot-piglet2026-01-161-17/+22
| | | | commit_hash:c5b262d1aad0ba81383708696467e0f0630050c0
* Intermediate changesrobot-piglet2026-01-151-1/+14
| | | | commit_hash:9269fba6accab3db16a0bf72a8ca256583d95e72
* Intermediate changesrobot-piglet2026-01-151-5/+5
| | | | commit_hash:1f907d5c83bac6dea635551afc3885ced1f563ba
* Intermediate changesrobot-piglet2026-01-151-24/+84
| | | | commit_hash:a29680f3b8f1237ca07f10fe0bbde4ebafba5c92
* Intermediate changesrobot-piglet2026-01-151-76/+118
| | | | commit_hash:5fdfb1b57fedb283f7f984c453a704df0f08ebd4
* TString::contains + tests, TStringBuf::contains tests, macro to enable EBOpechatnov2026-01-131-1/+2
| | | | commit_hash:221422cb861ba9db0ce508ea1114d3d44a5e37c7
* Support saveload for TCowStringsvidyuk2025-12-295-0/+48
| | | | commit_hash:889d552bbade8ce8d5ba9bf4fb428961683b7171
* Explicitly use TCowString in TYsonStringbabenko2025-12-2413-0/+3055
| | | | | Для ревьюеров: изменения вне `library/cpp/yt` убирают `using namespace NYT` из хедера. Эта конструкция приводила к клешу имен глобального неймспейса и `NYT` и ошибкам сборки. commit_hash:f598da488a6dd8671af9f1f02870ab5612ae46eb
* use std::move instead of copying in TCompactVector::Reserve() + ya styletobo2025-10-032-30/+66
| | | | commit_hash:3e1b1459766c0173831844249e9e4a3c564ae7ae
* Add missing PEERDIR to the library/cpp/containers/concurrent_hashswarmer2025-08-114-0/+217
| | | | | KIKIMR-23824 commit_hash:dbb554ea903a90c990b23ad016d4690437d57e4b
* Intermediate changesrobot-piglet2025-08-081-0/+178
| | | | commit_hash:369029716d3b4afaec45df28e06b27c781a5b564
* [library/cpp/containers] add default virtual destructor to TReadonlyBitVectordim-dezhin2025-07-161-0/+2
| | | | | | | | | Класс `TReadonlyBitVector` имеет виртуальную функцию, но не имеет виртуального деструктора, что накладывает большие ограничения на использование этого класса и может привезти к потенциальным ошибкам. Соседний класс `TBitVector` же имеет виртуальный деструктор, хотя в нём нет других виртуальных функций. Поэтому отсутствие виртуального деструктора у класса`TReadonlyBitVector` выглядит как опечатка и данный патч призван её исправить. commit_hash:6714fa2cc186a847d13e665f215caae8f2a98b09
* Merge numerous abseil-cpp sublibraries to ease unbundlingthegeorg2025-06-161-5/+0
| | | | commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
* TConcurrentHashMap::Exchangevadim-xd2025-05-071-0/+7
| | | | commit_hash:09134890fc4d5d1267d6efa21bff48235205e6e5
* Intermediate changesrobot-piglet2025-04-251-2/+0
| | | | commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
* Intermediate changesrobot-piglet2025-04-171-7/+3
| | | | commit_hash:103a2a417e1039b8e61dc17b40bec9a9b6a7dfd1
* Add TCompactVector::data()vadim-xd2025-03-191-0/+8
| | | | | For TArrayRef(TCompactVector) commit_hash:d6b75e4cd93aa786abeb1c1cc00d9827f6d4ea15
* TConcurrentHashMap::TryRemovesudaques2025-03-101-0/+16
| | | | commit_hash:f9faa4cdcf43ef641c640ec86712f48b09031dcb
* Return reference from TCompactVector::emplace_backvadim-xd2025-03-062-5/+7
| | | | | Fixup rXXXXXX commit_hash:775dffda71dd0a6ad0e91ca361b27ba4f15a0039
* Add new methods for TCompactVectorvadim-xd2025-03-052-3/+56
| | | | commit_hash:dc7ab41cade426d450efbc68b6cd72e045e3f69e
* Intermediate changesrobot-piglet2025-02-211-1/+5
| | | | commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
* Support customization of TLockOps for TGuard in TConcurrentHashMaptarasovalexey2024-11-081-10/+11
| | | | commit_hash:ea73897466c683c4f852d5c9b6eebee419e6b8ab
* PopCount => std::popcounttobo2024-10-223-7/+7
| | | | commit_hash:b648a03fff23eec34a775607e9435d77a885a27a
* add include that comes transparentlytobo2024-10-111-0/+1
| | | | commit_hash:96d26ff6ad6f69272fc19ff157bb73013c3f8df7
* Intermediate changesrobot-piglet2024-10-081-0/+1
| | | | commit_hash:8b7eb71badc9f2fcd168ee34e8c379b35577eccb
* Remove Size, Empty and Data usages from librarymikhnenko2024-10-041-7/+7
| | | | commit_hash:ef5ad4cfa9e68bbfc586492e8c376c732d0a48af
* Intermediate changesrobot-piglet2024-07-1910-0/+10
|
* TArray2D::operator[] makes bound checking in debug buildsthegeorg2024-07-021-0/+1
| | | | 3ce1f2a59c087222badce66a8c7043e77907f530
* disjoint_interval_tree has been fixed for the only one intervalhcpp2024-03-042-1/+13
| | | | 591efff179d61582961dbd66ad865cec1fbf9886
* Mark methods as consthiddenpath2024-02-011-3/+3
|
* feat contrib: aiogram 3armenqa2024-01-1997-1840/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* External build system generator release 65robot-ya-builder2023-12-0516-48/+48
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-2032-0/+328
|
* Added 'y_benchmark' to Y_BENCHMARKdaniel-march2023-11-131-0/+2
|
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-172-2/+2
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-162-5/+5
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-094-6/+6
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Allow other types in GetBucketForKeyvadim-xd2023-10-051-2/+11
|
* Optimize TConcurrentHashMap; add EmplaceIfAbsentvadim-xd2023-09-131-4/+28
|
* Use UDFs from YDBvvvv2023-07-319-349/+0
|
* YQL-16239 Move purecalc to publicvvvv2023-07-319-0/+349
|
* YT-19210: expose YQL shared library for YT.max422023-07-291-0/+128
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-301-128/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-301-0/+128
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* add ymake export to ydbalexv-smirnov2023-06-1329-0/+313
|
* Remove extra semicolon (library)bulatman2023-06-104-5/+5
|
* Remove dependency on library/cpp/containers/flat_hashsnaury2023-04-2045-3561/+0
|
* External build system generator release 29robot-ya-builder2023-04-1917-17/+17
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2836-410/+0
|