summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
...
* Throw on error in TNotificationHandle::TNotificationHandle instead of crashingbabenko2024-08-112-1/+6
* Support std::string serializationbabenko2024-08-112-1/+9
* YT-21306: Add EnumHasDefaultValuedtorilov2024-08-083-0/+23
* YT-22473: Enable for-each formatting in known rangesarkady-e1ppa2024-08-075-17/+197
* Dont generate ctors for TRange & TMutableRange if protobuf cant handle itnechda2024-08-063-2/+90
* YT-22414: Remove MakeRange, MakeMutableRangemelkov2024-08-051-126/+0
* Refactor and unify exit codesbabenko2024-08-025-0/+44
* YT-22414: Prepare to use TRange constructor directly instead of MakeRangemelkov2024-08-013-4/+48
* Fix TRange-from-std::vector ctorbabenko2024-07-221-1/+1
* Fix checking stale local pointer in the first iteration of cycle in TAtomicIn...ponasenko-rs2024-07-162-5/+8
* Intermediate changesrobot-piglet2024-07-122-2/+6
* YTORM-1042 Fix casts for floating pointdeep2024-07-091-2/+2
* YT-20614: Change cross-cell copy format (in preparation for Sequoia)h0pless2024-07-081-0/+17
* Fix issuespogorelov2024-07-051-0/+19
* YT-21868: Reorganize files to prevent unclear missing include errorsarkady-e1ppa2024-07-0210-344/+433
* YT-18571: Polish TSourceLocationbabenko2024-07-023-27/+38
* Pre-vacation babenko issuesarkady-e1ppa2024-07-013-3/+7
* Cosmeticsdtorilov2024-06-262-4/+4
* Enable empty init list in YT_DEFINE_GLOBALbabenko2024-06-221-1/+1
* Track source locations of propagating storagelukyan2024-06-182-2/+31
* YT-21868: Fix missing anchor for single messages in YT_LOG_XXX macrosarkady-e1ppa2024-06-141-1/+14
* YT-21868: Enable stat analysis in some other placesarkady-e1ppa2024-06-1314-287/+114
* YT-21868: Delete unneeded ToString methodsarkady-e1ppa2024-06-1211-46/+25
* Intermediate changesrobot-piglet2024-06-121-0/+314
* Return to the use of NThreading::TSpinLockarkady-e1ppa2024-06-111-2/+2
* More cosmetic issuesarkady-e1ppa2024-06-118-57/+57
* YT-21868: Refactor NYT::Formatarkady-e1ppa2024-06-0724-694/+1070
* Disable static analysis on old clang versionsarkady-e1ppa2024-06-041-0/+4
* Fix build due to accidental c++23 usearkady-e1ppa2024-05-311-2/+7
* YT-21868: Static analysis of format string in loggingarkady-e1ppa2024-05-307-0/+454
* Don't use per-TLS anchor countersbabenko2024-05-212-11/+6
* YT: Add FormatValue for std::source_locationdgolear2024-05-212-0/+44
* Introduce YT_DEFINE_GLOBAL to help avoiding initialization order fiasco; appl...babenko2024-05-143-1/+23
* YT: Add NYT::FormatVectorionagamed2024-05-132-0/+74
* YT-21310: Introduce CYsonStructSource to remove code duplication in TYsonStru...arkady-e1ppa2024-05-081-0/+16
* Revert YT-21310: Introduce CYsonStructSource to remove code duplication in TY...arkady-e1ppa2024-05-081-16/+0
* Intermediate changesrobot-piglet2024-05-084-0/+236
* Bunch of issues from babenko-issues tagarkady-e1ppa2024-05-071-2/+2
* YT-21310: Introduce CYsonStructSource to remove code duplication in TYsonStru...arkady-e1ppa2024-05-071-0/+16
* Fix ASAN issues in GetTlsScratchBufferbabenko2024-05-051-7/+10
* YT-21566: Access thread local variables via noinline functionslukyan2024-04-2612-111/+83
* Move NO_UNIQUE_ADDRESS macro to library/cpp/yt/misc/port.harkady-e1ppa2024-04-231-0/+6
* Move concepts to library/cpp/yt/misc/concepts.harkady-e1ppa2024-04-212-28/+53
* Avoid passing columnPresenceBuffer aroundbabenko2024-04-192-0/+48
* Move FunctionView to library/cpp/yt/memory and add unit testsarkady-e1ppa2024-04-154-0/+195
* YT-19731: Whitelist now prevents dropping inner errors with whitelisted attri...arkady-e1ppa2024-04-111-0/+40
* YT-21402: Fibers Refactoring pt.1: Introduce FunctionView to use it as AfterS...arkady-e1ppa2024-04-052-0/+210
* Fix issues of rXXXXXXarkady-e1ppa2024-03-292-7/+4
* YT-21233: Remove TSimpleException and teach TCompositeException storing simpl...arkady-e1ppa2024-03-289-39/+152
* Increase preprocessor recursion depth limitapachee2024-03-251-7/+604