aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* YT: Add type name of std::exception to error text in TError constructorpechatnov2025-04-012-0/+17
* Make some methods of smart enum being constexprhiddenpath2025-03-252-13/+14
* YT-23989: Track memory in TChunkedOutputStreamnadya022025-03-172-4/+26
* YT-23989: Move memory tracker to library/cpp/ytnadya022025-03-144-0/+588
* YT: Allow serializing and deserializing plain enums to uint64dgolear2025-03-062-5/+24
* YT-21910: Master compact table schemacherepashka2025-03-061-0/+13
* Better memory poisoning helpersbabenko2025-03-053-43/+62
* Add poisoning helpersbabenko2025-03-046-1/+162
* YTORM-1292 Error enrichment via dependency injectiondeep2025-02-282-2/+40
* YT-22593: More trivial TString->std::string migrationsbabenko2025-02-2229-140/+140
* yt/error: optimize constructing TError from TErrorExceptionKonstantin Khlebnikov2025-02-163-0/+18
* Fix unaligned load/store UB in bus and zstd compressionnadya732025-02-102-54/+0
* Fix UB in chunked memory poolnadya732025-02-061-10/+12
* 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-85/+130
* 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