summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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