aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable clang-format FixNamespaceComments optiondmasloff2024-09-051-2/+2
* FixNamespaceComments in /utildmasloff2024-09-05286-363/+363
* Intermediate changesrobot-piglet2024-09-032-15/+20
* Detect default implementation of THashHelperyurial2024-09-031-0/+2
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-304-7/+4
* KIKIMR-21908: fix a bug in CPUID/AVX512F calleivanov892024-08-261-5/+5
* Remove remaining calls of Container() (fixup rXXXXXX)vadim-xd2024-08-231-3/+4
* Add TPriorityQueue::PopValuevadim-xd2024-08-212-1/+45
* Set SpacesInLineCommentPrefix to 1 in /utildmasloff2024-08-17100-305/+305
* Allow to use clang < 13 as a CUDA host compiler (as intended for CUDA < 11.8).akhropov2024-08-161-1/+1
* check the lifetime bounds of stream adaptersswarmer2024-08-166-10/+10
* Remove unused include and type aliasvadim-xd2024-08-121-2/+0
* Extract convertion WideToUTF8 to common header.sath2024-08-121-0/+10
* Revert "rXXXXXX: Enum range to util"swarmer2024-08-095-312/+0
* Replace Apply to std::applybulatman2024-08-091-7/+0
* check the lifetime bounds of the explicit_type, the lazy_value, and the queue...swarmer2024-08-083-8/+8
* util: simpler implementation of the `EqualToOneOf` and `CountOf` algorithms u...swarmer2024-08-081-16/+6
* check the lifetime bound of the MinMax algoswarmer2024-08-081-1/+1
* check the lifetime bound of the TArrayRefswarmer2024-08-081-8/+8
* Make Apply just alias to std::applybulatman2024-08-071-14/+2