summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc
Commit message (Expand)AuthorAgeFilesLines
* Cache process/thread id getters and use them in TError origin capturebabenko2 days3-76/+0
* Add Abseil-compatible support hashersbabenko2026-04-272-0/+18
* YT-27872: Refactor BIND to fix ODR violationsdann2392026-04-032-1/+43
* YT-18571: Drop YT_ATTRIBUTE_NO_UNIQUE_ADDRESS in favor of Y_NO_UNIQUE_ADDRESSbabenko2026-03-231-6/+0
* YT-18571: Drop YT_ATTRIBUTE_NO_SANITIZE_ADDRESS in favor of Y_NO_SANITIZE("ad...babenko2026-03-231-2/+0
* [yt/misc] remove 64-bit requirement error directivevasko2026-03-111-5/+0
* [yt] make SplitMix & HashCombine bit-independentvasko2026-03-053-13/+39
* YT-27436 Introduce PP_IS_EMPTYdann2392026-02-182-0/+21
* YT-27167: Better TBitwiseUnversionedValueHashpavook2026-02-113-0/+29
* YT-27244: range helpers move to librarypanesher2026-02-056-0/+421
* YT-22593: Switch enum ToString to std::stringdgolear2026-01-072-4/+4
* [core] YT-26666: Ensure shard index and bucket index independence for random ...apachee2025-12-012-1/+11
* Cosmetics for strongtypedefh0pless2025-11-262-22/+19
* Annotate BYREF attribute accessors with Y_LIFETIME_BOUNDbabenko2025-11-121-11/+12
* Add an option to remove comparison operators for strong typedefh0pless2025-11-103-49/+68
* YT-19137: Make full_read a first class citizencoteeq2025-08-183-1/+37
* YT-18571: Cosmetics for YT_DEFINE_STRONG_TYPEDEFh0pless2025-08-111-0/+1
* Add Save/Load methods for TStrongTypedefyurial2025-06-132-0/+19
* yt: Use well-known macros to test if we are building with SSE4.2thegeorg2025-05-161-5/+0
* 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