summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
...
* Add noexcept to move constuctors and assignments - leftovers #3osidorkin2026-03-049-20/+20
* Intermediate changesrobot-piglet2026-03-031-2/+2
* Intermediate changesrobot-piglet2026-03-032-3/+3
* Add noexcept to move constuctors and assignmentsosidorkin2026-03-0311-21/+21
* Enable -Wreturn-typebabenko2026-03-031-0/+1
* Replace DangerousGetPtr with TWeakPtrbabenko2026-03-012-7/+84
* YT-27536: Fix (seemingly benign) race in TTwoLevelFairShareQueuebabenko2026-02-283-227/+331
* [yt string] move some dependencies out for 32bit build supportvasko2026-02-274-8/+16
* YT-27453: Fix data race in NTabletNode::TChaosAgent::Disableosidorkin2026-02-251-1/+1
* Fixed error comparisonmikari2026-02-202-1/+15
* YT-27436 Introduce PP_IS_EMPTYdann2392026-02-182-0/+21
* YT-22792 Support heterogeneous lookup for intrusive pointersdann2392026-02-182-46/+91
* YT-27361: Make TEnumIndexedArray fully constexprapachee2026-02-112-16/+16
* YT-27167: Better TBitwiseUnversionedValueHashpavook2026-02-113-0/+29
* Add direct includes required by internal libcxx changes in librarymikhnenko2026-02-101-0/+1
* YT-27244: range helpers move to librarypanesher2026-02-056-0/+421
* Do not copy holder ptr in TSharedMutableRange::GetHolderpechatnov2026-01-281-2/+2
* Fix description of TYsonStringbabenko2026-01-231-1/+1
* YT-18571: Use compound statements in YT_STATIC_INITIALIZERbabenko2026-01-091-2/+3
* YT-22593: Switch enum ToString to std::stringdgolear2026-01-072-4/+4
* Enable -Wswitchbabenko2026-01-051-0/+1
* YT-27061: Make OKFuture constinitbabenko2026-01-025-32/+28
* YT-26137: Introduce TCompactFlatSetcherepashka2025-12-255-0/+699
* Explicitly use TCowString in TYsonStringbabenko2025-12-243-19/+11
* TOrderedHashMap: fix self assignmentswarmer2025-12-241-0/+3
* TErrorOr: propagate constuctible traitswarmer2025-12-243-12/+254
* Error attribute order is attribute adding orderpechatnov2025-12-236-1/+397
* YT: Do not merge OK errors to inner errorsdgolear2025-12-172-12/+21
* Intermediate changesrobot-piglet2025-12-161-5/+4
* YT-22593: TString -> std::string in unittestssabdenovch2025-12-121-0/+11
* Remove extra slash from includeMikhail Galanin2025-12-121-1/+1
* YT-25976: fix blocks alignment in io requestsvvshlyaga2025-12-042-0/+51
* [core] YT-26666: Ensure shard index and bucket index independence for random ...apachee2025-12-012-1/+11
* Cosmetics for strongtypedefh0pless2025-11-262-22/+19
* YT-25364: Support TNonEmpty serialization and fix issuesapollo13212025-11-254-0/+394
* Allow implicit cast from TIntrusivePtr<T> to TIntrusivePtr<const T>kvk19202025-11-172-12/+30
* Add Y_LIFETIME_BOUND to TYsonStringBufapachee2025-11-131-3/+3
* Annotate BYREF attribute accessors with Y_LIFETIME_BOUNDbabenko2025-11-121-11/+12
* Add an option to remove comparison operators for strong typedefh0pless2025-11-103-49/+68
* YT-18571: Refactor environ helpersbabenko2025-11-026-1/+138
* YT-18571: Fixed range construction from spankoloshmet2025-10-211-1/+1
* Fix a bunch of post-commit issuesifsmirnov2025-10-161-4/+4
* Mute or fix some checks improved in clang-tidy20 in librarymikhnenko2025-10-151-0/+2
* Intermediate changesrobot-piglet2025-09-301-1/+1
* Track RWSpinLock acquires per thread to ensure no reentrant usages are presentpavook2025-09-307-32/+247
* Fix SymbolizeBacktrace messbabenko2025-09-275-18/+44
* YT-26288: Revert fork lock to writer starving spinlockpavook2025-09-266-5/+51
* Do not get ref counter when copy weak ptrthenewone2025-09-253-17/+75
* Intermediate changesrobot-piglet2025-09-233-5/+71
* Fix potential pointers overflowmikhnenko2025-09-121-1/+5