summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* check the lifetime bound of the TStringBuf, constructed from a substring of ...swarmer2024-08-071-2/+2
* check the lifetime bound of the TStringBuf, constructed from a TStringBuf wi...swarmer2024-08-071-2/+2
* check the lifetime bound of the ptr-store-policyswarmer2024-08-071-2/+2
* check the lifetime of various algorithms that return a substring of the inpu...swarmer2024-08-074-4/+4
* check the lifetime bound of the yexceptionswarmer2024-08-071-3/+3
* Add missed move assignment for TFileHandledrbasic2024-08-052-1/+31
* Intermediate changesrobot-piglet2024-08-011-7/+14
* check lifetime of the TBlob no-copy-viewswarmer2024-08-011-1/+1
* [yt/cpp/mapreduce]Fix build with system protoc, std::string and system stlnadya732024-07-301-0/+4
* Fixed Strip function usage with system std::stringbrgayazov2024-07-291-2/+2
* check lifetime bounds of a TStringBuf constructed from pointersswarmer2024-07-271-3/+3
* check the lifetime bounds of a TStringBuf constructed from a TString, if TStr...swarmer2024-07-242-0/+24
* check lifetime bounds of TStringBuf constructed from std::stringswarmer2024-07-241-1/+3
* Fix src_root for cl.exe.akhropov2024-07-231-0/+7
* check lifetime bound of the string in the TStringInput/TStringOutput classesswarmer2024-07-181-2/+2
* check lifetime bound of the buffer referred by the TMemoryInput streamswarmer2024-07-151-2/+2
* Enum range to utilchezzie2024-06-255-0/+312
* Implement TFile::Fallocate for Windows.sath2024-06-201-0/+6
* fix typotobo2024-06-181-3/+3