summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* fisco -> fiascoMaxim Akhmedov2024-09-051-1/+1
* Intermediate changesrobot-piglet2024-09-049-49/+147
* Intermediate changesrobot-piglet2024-09-034-0/+228
* YT: Allow heterogeneous lookup for TCompactFlatMapdgolear2024-09-034-120/+137
* YT-22642: Fix unaligned access UBbabenko2024-08-312-0/+54
* Check malloc result for null; add TryNew* for overloads involving custom allo...babenko2024-08-302-31/+82
* YT-22603 Improve error message when all replicas are bannedgryzlov-ad2024-08-271-1/+1
* Revert "YT-21306: Add EnumHasDefaultValue"dtorilov2024-08-203-23/+0
* YT-21233: Split error into error and stripped_error to rid the latter of deps...arkady-e1ppa2024-08-1535-17/+1272
* YT-22512: Static analysis for TError method, ctors and related macrosarkady-e1ppa2024-08-134-131/+129
* 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