summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix `-Wignored-qualifiers` improved in clang20 in librarymikhnenko2025-09-121-3/+3
* Fix IsLevelEnabled check in YT loggerapollo13212025-09-101-1/+1
* fix yt/malloc build for freebsdtldr2025-09-101-1/+1
* Add tests for TSortedStagingArea and fix bugsapollo13212025-08-281-0/+2
* Add a guard for per-fiber extra logging tagsifsmirnov2025-08-223-0/+33
* YT-19137: Make full_read a first class citizencoteeq2025-08-183-1/+37
* YT-18571: Refactor traced (fomerly tracked) spin locks and add unittestsbabenko2025-08-1815-92/+159
* Intermediate changesrobot-piglet2025-08-175-24/+10
* babenko cosmeticnadya022025-08-154-5/+5
* YT-18571: Cosmetics for YT_DEFINE_STRONG_TYPEDEFh0pless2025-08-112-2/+3
* fix coverity issueuzhas2025-08-081-1/+1
* Optional description argument for YT_VERIFY, YT_ASSERT and otherspechatnov2025-08-065-15/+152
* YT: Make trim helpers noncopying; lesser copies in rich ypath parsingdgolear2025-08-053-30/+29
* Extract FormatString that can be used with TStringBuilderBase and TRawFormatterpechatnov2025-08-051-41/+49
* Fix TSharedRefArray::AreBitwiseEqualbabenko2025-08-021-1/+1
* Introduce TSharedRefArray::AreBitwiseEqualbabenko2025-08-012-0/+18
* Clang 20 has no construtor uintptr_t form nullptrmikhnenko2025-07-311-1/+1
* YT-18571: Fix missing semicolonh0pless2025-07-211-1/+1
* YT-18571: Rename TCaseInsensitiveStringEqualityComparer -> TCaseInsensitiveSt...babenko2025-07-142-2/+14
* YT: Allow serializing TCompactSetdgolear2025-07-104-23/+45
* Add missing includebabenko2025-06-241-0/+2
* YT-25312: Fix TWithExtraSpace::GetExtraSpace to handle zero returned by mallo...babenko2025-06-223-5/+15
* Add Save/Load methods for TStrongTypedefyurial2025-06-132-0/+19
* Restore measuring the memory usage of write-table queries.nadya022025-06-114-4/+152
* YT-25226: Pass new job resources to nodepogorelov2025-06-093-0/+51
* Fixup logging messages with Fatal or Alert levelyurial2025-05-221-1/+3
* Move more checks to the inlined part of IsLevelEnabledbabenko2025-05-203-24/+20