summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* Fix unaligned load/store UB in bus and zstd compressionnadya732025-02-102-54/+0
* Fix UB in chunked memory poolnadya732025-02-061-9/+11
* Move libyqlplugin.so to ytmpereskokova2025-02-0512-395/+0
* YT-24135: Check for oom in TBlob::DoAllocateponasenko-rs2025-02-051-1/+11
* Disambiguate call for windows platformngc2242025-02-041-1/+1
* Make TCompactFlatMap formattableeshcherbin2025-02-033-1/+7
* Refactor local host name and YP cluster functionsbabenko2025-02-021-0/+1
* Refactor and improve crash handler stderr dumpsbabenko2025-02-013-25/+10
* Switch to std::string for logging tagsbabenko2025-01-193-22/+62
* Babenkoed: Shadow Warssabdenovch2025-01-164-8/+27
* Typoscoteeq2025-01-161-1/+1
* Squeeze contiguous sequences of blocks in loggingngc2242025-01-143-0/+192
* Add direct includes in librarymikhnenko2025-01-132-0/+3
* YT-18571: library/cpp/yt/small_containers -> library/cpp/yt/compact_containersbabenko2025-01-1220-10/+10
* Cosmeticsdtorilov2025-01-111-3/+3
* YT: Removed extra trailing comma in std::tuple formattingbulatman2025-01-102-1/+8
* YT-21233: Drop dependency on yson in library/cpp/yt/error by switch to std::s...arkady-e1ppa2024-12-2613-593/+594
* YT-23859: Various memory tracking improvementssabdenovch2024-12-253-2/+12
* YT-21233: Issues and tidying up of rXXXXXXarkady-e1ppa2024-12-256-59/+39
* YT-21233: Adjust (To/From)ErrorAttributeValue CPOs, revert ConvertTo becoming...arkady-e1ppa2024-12-2523-106/+3493
* Fixed bug in loggingsabdenovch2024-12-251-1/+1
* Intermediate changesrobot-piglet2024-12-246-0/+134
* YT-18571: Pluggable singleton registrybabenko2024-12-215-252/+0
* YT-21233: Introduce Convert(To/From)TextYsonString in library/cpp/yt/yson_str...arkady-e1ppa2024-12-212-2/+515
* Adapt type erasure to clang-16 compiler bugarkady-e1ppa2024-12-191-5/+16
* Intermediate changesrobot-piglet2024-12-191-1/+1
* Use AnyObject to remove type erasure logic from yt/yt/corearkady-e1ppa2024-12-173-7/+19
* Introduce (any use) YT_STATIC_INITIALIZERbabenko2024-12-141-0/+19
* Enable -Wimplicit-fallthrough (and also fix the discovered issues)babenko2024-12-081-0/+1
* Intermediate changesrobot-piglet2024-12-073-0/+78
* Fix various issuespogorelov2024-12-066-9/+8
* Intermediate changesrobot-piglet2024-12-061-7/+7
* YT-23698: Check size of ref counted objectslukyan2024-12-041-0/+4
* Intermediate changesrobot-piglet2024-12-044-0/+1462
* Intermediate changesrobot-piglet2024-12-014-82/+127
* YT-21233: Introduce ToAttributeValue cpo which removes dependency of TErrorAt...arkady-e1ppa2024-11-297-32/+92
* Intermediate changesrobot-piglet2024-11-292-8/+0
* YT-23435: Parse format string at compile timearkady-e1ppa2024-11-186-54/+251
* YT-22885: Handle unknown values in (Try)CheckedEnumCastbabenko2024-11-163-3/+61
* Fix babenko issues of rXXXXXXarkady-e1ppa2024-11-142-4/+4
* YT-23346: Introduce YT_ASSUME and YT_UNREACHABLE macros.thenewone2024-11-121-0/+14
* Add TSharedRef::FromString overloads for std::stringbabenko2024-11-113-9/+52
* Intermediate changesrobot-piglet2024-11-082-2/+4
* YT-21233: Rewrite ConvertTo CPO using TagInvokearkady-e1ppa2024-11-088-0/+386
* Better diagnostics in AbortProcess(Silently|Dramatically)babenko2024-11-068-12/+108
* NaN-safe comparison and hashingbabenko2024-11-069-2/+294
* Intermediate changesrobot-piglet2024-11-051-3/+3
* add ::element_type, .get() to smart pointers for better compatibility with stdpavook2024-11-044-0/+22
* YT-22885: Refactor checked castsbabenko2024-11-038-51/+122
* Intermediate changesrobot-piglet2024-10-311-3/+3