summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Expand)AuthorAgeFilesLines
* 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
* YTORM-275: Fix TInstant deserialization from microsecond valuesdgolear2024-03-121-4/+10
* Intermediate changesrobot-piglet2024-03-081-0/+72
* ,Speedup scheduling failures commitrogday2024-02-162-0/+12
* Add .Data/.data methods to NYT::TRangepechatnov2024-02-151-0/+10
* Intermediate changesrobot-piglet2024-02-021-2/+63
* [library/cpp/yt] fix peerdirtldr2024-01-301-0/+1
* Move enum_indexed_array from misc to containersbabenko2024-01-296-5/+8
* Intermediate changesrobot-piglet2024-01-291-3/+3
* Drop TEnumIndexedVectorbabenko2024-01-274-129/+0
* Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVectorbabenko2024-01-257-0/+207
* feat contrib: aiogram 3armenqa2024-01-19141-3004/+0
* Library import 8 (#1074)AlexSm2024-01-1810-14/+69
* Library import 7 (#937)AlexSm2024-01-113-0/+73
* Library import 6 (#888)AlexSm2024-01-091-0/+9
* Library import 5, delete go dependencies (#832)AlexSm2024-01-041-9/+9
* Import libs 1 (#590)AlexSm2023-12-211-1/+1
* Better relational operators for TStrongTypedefbabenko2023-12-132-30/+31
* YT-20547: TIncarnationId is strongly typedarkady-e1ppa2023-12-062-1/+41
* Use volatile TLS in library/cpp/ytlukyan2023-12-058-18/+32
* Require EMasterReign to be monotonickvk19202023-12-052-4/+6
* YT-20547: OperationId is strongly typedarkady-e1ppa2023-12-054-5/+221
* External build system generator release 65robot-ya-builder2023-12-0523-69/+69
* YT-18655 Support prerequisite transactions in dynamic tables writeGrigory Reznikov2023-12-054-0/+223
* More TGuid helpersbabenko2023-11-254-26/+82
* YT-20547: TJobId is now strongly typedarkady-e1ppa2023-11-244-15/+43
* Address issues of rXXXXXXarkady-e1ppa2023-11-212-7/+7
* YT-19593: Constexpr friendliness in strong typedef plus TAllocationId uses it...arkady-e1ppa2023-11-202-6/+45
* add darwin-arm64 CMakeListsdcherednik2023-11-2046-0/+551
* Cosmeticsbabenko2023-11-171-1/+1
* Active spinlock tracking from pr3151306. Added TracelessGuards to disable men...arkady-e1ppa2023-11-1616-19/+335