aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Intermediate changesrobot-piglet2025-03-281-1/+1
| | | | | | | | commit_hash:75947792e236bf8588efbadca3b510178fca782a
* | Merge branch 'rightlib' into merge-libs-250328-1230Alexander Smirnov2025-03-288-8/+8
|\|
| * Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-288-8/+8
| | | | | | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* | Merge branch 'rightlib' into merge-libs-250328-0050Alexander Smirnov2025-03-283-26/+71
|\|
| * Intermediate changesrobot-piglet2025-03-271-15/+15
| | | | | | | | commit_hash:0830a73862cb129490950eb5b3986d9c2db68d84
| * Fix YT deserialization of schemas with Decimal columns having zero scaleudovichenko-r2025-03-272-11/+56
| | | | | | | | commit_hash:04525d1d60a5ace05ce17e9c8aebdd3b4b750eef
* | Merge branch 'rightlib' into merge-libs-250326-0050Alexander Smirnov2025-03-263-14/+15
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-261-1/+1
| | | | | | | | commit_hash:084ceec7be90f34deed34b118565191fc0ea6034
| * Make some methods of smart enum being constexprhiddenpath2025-03-252-13/+14
| | | | | | | | commit_hash:c29f08fc16d8bd974d4ce516af499de848607ab8
* | Merge branch 'rightlib' into merge-libs-250325-0050Alexander Smirnov2025-03-253-64/+169
|\|
| * [library/cpp/threading] Add convenience methods to schedule functions in ↵sskvor2025-03-243-64/+169
| | | | | | | | | | | | TTaskScheduler commit_hash:b8c3ae8e8ca6b0fea0bbf820f40513da41a242f8
* | Merge branch 'rightlib' into merge-libs-250323-0050Alexander Smirnov2025-03-232-1/+5
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-231-1/+1
| | | | | | | | commit_hash:8f2338bca5a2d2de8fbca5db3cb526c2f53863a8
| * Add missing typesudovichenko-r2025-03-221-0/+4
| | | | | | | | commit_hash:70049abfcda15809251ad057e3e43ad0af234d92
* | Merge branch 'rightlib' into merge-libs-250322-0050Alexander Smirnov2025-03-222-40/+12
|\|
| * Intermediate changesrobot-piglet2025-03-211-39/+11
| | | | | | | | commit_hash:acc6d7b7aee41b420f987775aa566ee89eacb8eb
| * Intermediate changesrobot-piglet2025-03-211-1/+1
| | | | | | | | commit_hash:4fb5f2c622a5d9fe2d8d9e2a63b75b6cba7f2bb2
* | Merge branch 'rightlib' into merge-libs-250320-0050Alexander Smirnov2025-03-205-7/+16
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-201-1/+1
| | | | | | | | commit_hash:24bdc7e32a2d40dd93845e941b49dbb6aee9875f
| * library/cpp/cache: don't use deleted allocator typeswarmer2025-03-191-4/+4
| | | | | | | | | | std::allocator<void> was deprecated in C++17 and removed in C++20 commit_hash:a3ee8d8f62ee5a7dffbb3a95ff6afac7f32baf1c
| * Add TCompactVector::data()vadim-xd2025-03-191-0/+8
| | | | | | | | | | For TArrayRef(TCompactVector) commit_hash:d6b75e4cd93aa786abeb1c1cc00d9827f6d4ea15
| * change ormathene-grey2025-03-192-2/+3
| | | | | | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e
* | Merge branch 'rightlib' into merge-libs-250319-0052Alexander Smirnov2025-03-1911-19/+19
|\|
| * Emit toolchain version field to COMPILER_VERSION variablethegeorg2025-03-1810-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the following dependency: ``` (dflt) thegeorg@jakku:~/arcadia/util@ymake-compiler-version$ ya dump relation contrib/libs/clang14-rt --recursive --target-platform windows Directory (Start): $S/util -> ... File (Include): $S/contrib/libs/clang14-rt/include/sanitizer/common_interface_defs.h ``` commit_hash:abdc87a51f4c23673bfebf4447d8fec9a2607876
| * Correct grammarakhropov2025-03-181-1/+1
| | | | | | | | commit_hash:f8e992f1779214943ab68c8f592ea2f087f76eb4
* | Merge branch 'rightlib' into merge-libs-250317-1751Alexander Smirnov2025-03-172-4/+26
|\|
| * YT-23989: Track memory in TChunkedOutputStreamnadya022025-03-172-4/+26
| | | | | | | | commit_hash:1fcce66b4e0a0a5e5fb55aba38889e9bf5b42a85
* | Merge branch 'rightlib' into merge-libs-250317-0050Alexander Smirnov2025-03-171-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-171-1/+1
| | | | | | | | commit_hash:5f70565d417d7f136c2f1c43cb950ba062cd3c47
* | Merge branch 'rightlib' into merge-libs-250315-0050Alexander Smirnov2025-03-155-29/+618
|\|
| * annotate TJsonValue's methods with a lifetime bound attributeswarmer2025-03-151-29/+30
| | | | | | | | | | Check that the strings and dictionaries owned by TJsonValue are not accessed after the destruction of the TJsonValue instance itself. commit_hash:0ed6d84f28681d3f9d8c0fe7080bd7a5dd183919
| * YT-23989: Move memory tracker to library/cpp/ytnadya022025-03-144-0/+588
| | | | | | | | commit_hash:5dad6ada81567dcb5da6ef1efe47e1738196d219
* | Merge branch 'rightlib' into merge-libs-250312-0708Alexander Smirnov2025-03-122-1/+17
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-111-1/+1
| | | | | | | | commit_hash:49967e68e575ac362d79ad5adda3102b359aac7c
| * TConcurrentHashMap::TryRemovesudaques2025-03-101-0/+16
| | | | | | | | commit_hash:f9faa4cdcf43ef641c640ec86712f48b09031dcb
* | Merge branch 'rightlib' into merge-libs-250308-0049Alexander Smirnov2025-03-081-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-081-1/+1
| | | | | | | | commit_hash:386f918a73616ff015f51877c608158ca92f023f
* | Merge branch 'rightlib' into merge-libs-250307-0050Alexander Smirnov2025-03-0711-19/+281
|\|
| * Return reference from TCompactVector::emplace_backvadim-xd2025-03-062-5/+7
| | | | | | | | | | Fixup rXXXXXX commit_hash:775dffda71dd0a6ad0e91ca361b27ba4f15a0039
| * YT: Allow serializing and deserializing plain enums to uint64dgolear2025-03-062-5/+24
| | | | | | | | commit_hash:abf11126ef1a914939d506a79dd7c4f11df177f2
| * monlib : memOnly support for JSON encoding/decoding (cpp)miktorius2025-03-067-9/+250
| | | | | | | | | | | | | | json encoder memonly attempt commit_hash:0cef79f66356a94c398c76dc9baf2fe3ea9a6948
* | Merge branch 'rightlib' into merge-libs-250306-0050Alexander Smirnov2025-03-066-46/+131
|\|
| * YT-21910: Master compact table schemacherepashka2025-03-061-0/+13
| | | | | | | | | | | | | | | | | | - Changelog entry Type: feature Component: master Introduce TCompactTableSchema, that holds wire protobuf schema representation and lighter than TTableSchema commit_hash:21801854b37fc25c5004ee01e5b79a3b3b6ea983
| * Better memory poisoning helpersbabenko2025-03-053-43/+62
| | | | | | | | commit_hash:dc1bba1db2b4a5bae15299e926e816920168018f
| * Add new methods for TCompactVectorvadim-xd2025-03-052-3/+56
| | | | | | | | commit_hash:dc7ab41cade426d450efbc68b6cd72e045e3f69e
* | Merge branch 'rightlib' into merge-libs-250305-0050Alexander Smirnov2025-03-051-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-051-1/+1
| | | | | | | | commit_hash:07b092a6164b27105efb04490ab6ae85b4366638
* | Merge branch 'rightlib' into merge-libs-250304-1328Alexander Smirnov2025-03-0421-67/+603
|\|
| * Add poisoning helpersbabenko2025-03-046-1/+162
| | | | | | | | commit_hash:af266bdf36204a4190b491ea5c45455457030edf
| * monlib : adding memOnly flag support for cpp libmiktorius2025-03-0313-57/+432
| | | | | | | | commit_hash:cffc55ecd6d0ea22c3c2ce52f21e6aba6da16a15