summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* 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
* YT-24485: Support extra gang jobspogorelov2025-05-191-1/+1
* YT-22593: Use std::string in TStringBuilderlukyan2025-05-192-6/+6
* YT-24913: Split memory trackernadya022025-05-165-565/+12
* yt: Use well-known macros to test if we are building with SSE4.2thegeorg2025-05-161-5/+0
* YT-22593: Migrate HTTP headers to std::stringbabenko2025-05-122-7/+7
* Cosmeticsbabenko2025-05-101-2/+8
* YT: Fix enricher, add from backtrace enricherpechatnov2025-05-063-11/+101
* Fix YT_LOG_ALERT_AND_THROWh0pless2025-04-251-4/+14
* Typo in ref_counted.hAlexey Arkhipenko2025-04-251-1/+1
* Add new macro to replace some of the YT_VERIFYsh0pless2025-04-232-6/+25
* YT-24537: Prioritize writers in TReaderWriterSpinLock, rename old version to ...pavook2025-04-1710-20/+521
* Fix MakeFormattableViewlukyan2025-04-163-4/+17
* Revert commit rXXXXXX, YT-24537: Prioritize writers in TReaderWriterSpinLockpavook2025-04-155-266/+17
* Enable more parentheses-related warningsbabenko2025-04-141-1/+11
* YT-24537: Prioritize writers in TReaderWriterSpinLockpavook2025-04-105-17/+266
* Use consistent format and naming in blocks' loggingngc2242025-04-101-1/+1
* Make TLogger respect rvaluespogorelov2025-04-093-12/+62
* QL joins refactoringsabdenovch2025-04-081-0/+1
* 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-42/+61
* Add poisoning helpersbabenko2025-03-046-1/+162