summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* [util] Check lifetime of the move-only type passed through the TMaybe::GetOrE...swarmer2024-06-142-0/+34
* [util] Instantiation of TMaybe with an array type is ill-formedswarmer2024-06-141-0/+2
* Use ::strnicmp instead of strnicmp (fix build errors in files that use namesp...vadim-xd2024-06-092-7/+7
* Add TStringBuf constructor from TStringBuf with other char traitsvadim-xd2024-06-071-0/+6
* feat util/system: add a possibility to disable exit handlers, use it in rate-...itrofimow2024-06-062-0/+21
* [util] Better precision of the ProcessUptime on linuxswarmer2024-06-061-3/+9
* unaligned_mem.h rename fieldshakob2024-06-051-12/+12
* UTIL: ProcUptime - process uptimeleasid2024-05-285-0/+73
* minor fix in util pathskrivohatskiy2024-05-191-4/+4
* [util] Implement TryGetEnv and UnsetEnv functionsswarmer2024-05-163-5/+89
* Add mtime/atime/ctime with nanoseconds to TFileStat.sath2024-05-134-43/+94