aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc
Commit message (Expand)AuthorAgeFilesLines
* Make some methods of smart enum being constexprhiddenpath2025-03-252-13/+14
* YT: Allow serializing and deserializing plain enums to uint64dgolear2025-03-062-5/+24
* YT-21910: Master compact table schemacherepashka2025-03-061-0/+13
* YT-22593: More trivial TString->std::string migrationsbabenko2025-02-223-4/+4
* Fix unaligned load/store UB in bus and zstd compressionnadya732025-02-102-54/+0
* Babenkoed: Shadow Warssabdenovch2025-01-161-0/+17
* Intermediate changesrobot-piglet2024-12-246-0/+134
* Introduce (any use) YT_STATIC_INITIALIZERbabenko2024-12-141-0/+19
* Fix various issuespogorelov2024-12-065-231/+1
* YT-22885: Handle unknown values in (Try)CheckedEnumCastbabenko2024-11-163-3/+61
* Intermediate changesrobot-piglet2024-11-082-2/+4
* YT-21233: Rewrite ConvertTo CPO using TagInvokearkady-e1ppa2024-11-085-0/+299
* NaN-safe comparison and hashingbabenko2024-11-069-2/+294
* YT-22885: Refactor checked castsbabenko2024-11-038-51/+122
* Add GetAllSetValue and IsKnownValuebabenko2024-10-273-5/+72
* YT-22885: DEFINE_ENUM_UNKNOWN_VALUE, string-related conversionsbabenko2024-10-263-15/+49
* YT: Support plain enum deserializationdgolear2024-10-103-10/+33
* Add an option to disable refcounted trackingnastprol2024-09-251-3/+5
* remove cpp/yt/misc no longer depends on cpp/yt/stringarkady-e1ppa2024-09-186-124/+0
* Intermediate changesrobot-piglet2024-09-181-11/+13
* fisco -> fiascoMaxim Akhmedov2024-09-051-1/+1
* Intermediate changesrobot-piglet2024-09-034-0/+228
* YT-22642: Fix unaligned access UBbabenko2024-08-312-0/+54
* Revert "YT-21306: Add EnumHasDefaultValue"dtorilov2024-08-202-18/+0
* YT-21306: Add EnumHasDefaultValuedtorilov2024-08-082-0/+18
* 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-18571: Polish TSourceLocationbabenko2024-07-023-27/+38
* Enable empty init list in YT_DEFINE_GLOBALbabenko2024-06-221-1/+1
* Track source locations of propagating storagelukyan2024-06-182-2/+31
* YT-21868: Delete unneeded ToString methodsarkady-e1ppa2024-06-127-32/+4
* YT-21868: Refactor NYT::Formatarkady-e1ppa2024-06-071-0/+2
* YT: Add FormatValue for std::source_locationdgolear2024-05-212-0/+44
* Introduce YT_DEFINE_GLOBAL to help avoiding initialization order fiasco; appl...babenko2024-05-141-0/+13
* 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
* 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
* YT-21566: Access thread local variables via noinline functionslukyan2024-04-263-40/+17
* 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-211-0/+49
* Move FunctionView to library/cpp/yt/memory and add unit testsarkady-e1ppa2024-04-152-210/+0
* 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
* YT-21233: Remove TSimpleException and teach TCompositeException storing simpl...arkady-e1ppa2024-03-282-2/+2
* 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
* Intermediate changesrobot-piglet2024-02-021-2/+63