summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* [util] getting rid of LUT in DayOfYearToMonthtobo2025-02-271-28/+5
* Intermediate changesrobot-piglet2025-02-241-48/+69
* [util] speedup GmTimeR outside LUT intervaltobo2025-02-183-80/+132
* Intermediate changesrobot-piglet2025-02-111-1/+3
* [util] GmTimeR: use LUT for the tm_yday -> tm_mday conversionswarmer2025-02-111-68/+29
* [util] GmTimeR: speedup a bittobo2025-02-101-3/+5
* GmTimeR x2 speeduptobo2025-02-081-13/+24
* Intermediate changesrobot-piglet2025-02-071-1/+20
* Introduce TMemoryPool::TBookmarkppavel962025-02-042-0/+61
* Fix -Wnon-virtual-dtor in util and gtest wrapperthegeorg2025-01-231-0/+1
* clang-format 18 in STYLE_CPPalevitskii2025-01-209-62/+65
* Fix util build for WASM32 platform.vchigrin2025-01-171-1/+5
* Intermediate changesrobot-piglet2025-01-131-0/+2
* Intermediate changesrobot-piglet2025-01-031-2/+2
* Do not yield GLOBAL define regarding current C++ runtimethegeorg2025-01-031-1/+2
* Remove non-existing functions.akhropov2024-12-244-21/+2
* Add using for TCowStringmikhnenko2024-12-221-0/+3
* Add assertions for range bounds validityakhropov2024-12-185-6/+22
* Fix misspellingakhropov2024-12-181-1/+1
* Rename ya.common to linters.make.incalevitskii2024-12-161-0/+0
* Remove std::nullptr_t ctor for TStringdgolear2024-12-093-7/+4
* More functions marked as noexcept.akhropov2024-11-301-7/+7
* removed redundant code after CTAD c++-17 featurevtrunov2024-11-281-8/+1
* Remove noexcept from operator== because it is not guaranteed that operator== ...akhropov2024-11-281-1/+1
* Add assert to front()akhropov2024-11-281-0/+2
* util/ysaveload: support std::unordered_map std::unordered_setzankin2024-11-252-25/+208
* Intermediate changesrobot-piglet2024-11-231-7/+1
* Remove TRbTree and TAvlTree from forward declarations as they are not in utilakhropov2024-11-211-6/+0
* Part of PR. Stylenae2022024-11-2051-371/+705
* /util: streaming CityHasha11ax2024-11-202-0/+83
* Add a clarifying comment about exceptions in TryFromString* functionsakhropov2024-11-191-0/+1
* Add external autoincludes.jsonalevitskii2024-11-141-0/+3
* Remove methods Data, Size, Empty from TStringmikhnenko2024-11-061-0/+4
* add ::element_type, .get() to smart pointers for better compatibility with stdpavook2024-11-042-0/+75
* [util] migrate to STYLE_CPPalevitskii2024-10-282-0/+17
* Remove static method max_size from TStringmikhnenko2024-10-251-1/+1
* remove unused includes in util/generic/string.htobo2024-10-172-2/+2
* nodiscard attribute for the TReserveTagswarmer2024-10-161-1/+1
* StringSplitter: recreate State after copyswarmer2024-10-162-0/+58
* include singleton.h only if neededtobo2024-10-081-1/+3
* check lifetime bound of TString const iteratorsswarmer2024-10-041-8/+30
* check lifetime bound of TString cast and Detach operatorsswarmer2024-09-281-3/+3
* [util] Add move assignment operator in TBlobdenisostashov2024-09-271-0/+6
* check lifetime bound of TString modifier member functionsswarmer2024-09-261-69/+69
* check lifetime bound of output streamsswarmer2024-09-266-20/+21
* Support move-only key types in the Max/MinElementBy routinesswarmer2024-09-262-4/+14
* Make TNothing nodiscardvadim-xd2024-09-251-1/+1
* faster implicit `TString` → `const std::string&` conversion: using template...swarmer2024-09-242-1/+14
* Use unified remove function in TFsPath.sath2024-09-232-11/+9
* Disable cast to string& from TSring&&mikhnenko2024-09-231-1/+1