summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [util] do not instantiate the vector::resize_uninitialized method for non-POD...swarmer2024-05-091-8/+4
* YT-21402: Adjust util's IntrusiveList to support more convenient use in lockf...arkady-e1ppa2024-04-281-6/+27
* Construct TStringBufs in TString::Join earliervadim-xd2024-04-241-5/+13
* Intermediate changesrobot-piglet2024-04-231-3/+3
* Enable MarkAsIntentionallyLeaked API for --sanitize=leak buildsbabenko2024-04-202-3/+12
* Add Y_DEBUG_ABORT macroskungasc2024-04-161-0/+1
* [[nodiscard]] for static function TDuration::Parseilnurkh2024-04-141-1/+1
* refactor in vectortema-m2024-04-141-3/+3
* reduce code bloat in the DecodeOpenMode functionswarmer2024-04-141-39/+51
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-033-17/+58
* Intermediate changesrobot-piglet2024-04-0239-78/+0
* YT-19191: No custom char ptr comparators under the flagnadya732024-04-011-0/+4
* WebAssembly in utildtorilov2024-03-2817-28/+58
* Update libcxxabi to 16.0.6dtorilov2024-03-272-7/+12
* Intermediate changesrobot-piglet2024-03-225-7/+102