summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tsan warnings in yt intrusive ptrayles2022-09-191-0/+21
* split hash.h into hash.h and multi_hash_map.htobo2022-09-151-1/+1
* prepare to split hash.h into hash_table.h hash.h and multi_hash_map.htobo2022-09-0912-1756/+1775
* Fix GC in kv tablet,kruall2022-09-061-3/+4
* External build system generator release 7robot-ya-builder2022-09-061-1/+1
* Fix incorrect fqdn on linux in some edge casessnaury2022-09-021-9/+28
* Update external build system generation utilityrobot-ya-builder2022-09-013-0/+11
* New cmake semantics for compiling with AVX and other specific flagsignat2022-08-311-11/+0
* fixup size of aligned memory region to mlock []yurial2022-08-301-2/+17
* [util] Do not build function_ref on MSVC temporarilysskvor2022-08-262-2/+2
* [http/client] Support unix domain sockets as a backendivanzhukov2022-08-264-0/+62
* [util] Fix: add missing .cpp for function_refsskvor2022-08-253-0/+3
* speedup GmTimeR functiontobo2022-08-252-34/+166
* added limit parameterbbiff2022-08-242-0/+272
* [util] Add specializations for const / ref qualified member functionssskvor2022-08-243-10/+115
* Do not override contains() method which is present is STLthegeorg2022-08-232-18/+0
* Switch TString and TStringBase to std::reverse_iteratorthegeorg2022-08-213-56/+9
* fix UB in case of empty stringbufasorotsky2022-08-121-1/+5
* Introduce TryFromString returning TMaybeevelkin2022-08-092-2/+59
* Mark clear and reset methods as reinitializing the object.halyavin2022-08-057-34/+47
* add [[nodiscard]] attribute to Strip functionstobo2022-08-041-12/+10
* TString -> std::string fix TFsPath copyxinull2022-08-013-1/+58
* Print escaped path if it contains invalid characterscezarnik2022-07-281-1/+2
* remove unused includetobo2022-07-271-1/+0
* add functions without overflowyegorskii2022-07-263-0/+31
* [util] prefer non-const begin/end method for non-const containers in Adjacent...swarmer2022-07-192-3/+23
* Add ydb changelogbazeltsev2022-07-112-1/+2
* Add logging after applying new GroupInfo,serg-belyakov2022-07-081-1/+1
* fix ya.makemonster2022-07-0759-3944/+1
* util: Drop NO_CITYHASH point of customisationthegeorg2022-06-282-12/+8
* intermediate changesarcadia-devtools2022-06-281-1/+1
* Stop providing non-inlined MurmurHashSizeTthegeorg2022-06-273-10/+6
* Allow creating Singlelon during Singleton destruction back againthegeorg2022-06-242-1/+21
* IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecatedeeight2022-06-1512-686/+6
* [enum_parser] generate ToStringBuf specializationswarmer2022-06-131-0/+8
* [util] AdjacentFind + AdjacentFindByswarmer2022-06-102-0/+58
* IGNIETFERRO-1105 -> Top level t-zeeight2022-06-092-2/+2
* Pull request "ShufflePart function" by @igormarkov00 from https://github.com/...arcadia-devtools2022-06-072-0/+73
* Add missing map_ut.pyx to util/generic/ut_cythonthegeorg2022-06-032-0/+4
* util: Flatten cython tests layoutthegeorg2022-06-037-3/+13
* Add missing source file to ya.makethegeorg2022-06-022-0/+2
* [util] IsSortedBy for containersswarmer2022-06-022-0/+11
* Flatten util teststhegeorg2022-06-011-1/+1
* [util] constexpr сравнения для TStringBufswarmer2022-06-012-59/+71
* [util] constexpr для алгоритмовswarmer2022-06-012-117/+117
* util: Do not include on Windowsthegeorg2022-05-271-2/+4
* [util] implement THashMap::insert_or_assign methodswarmer2022-05-262-0/+71
* [util] StripInPlace should modify string in-placeswarmer2022-05-245-22/+132
* IGNIETFERRO-1105 Get rid of TAtomic in spin_waiteeight2022-05-231-10/+13
* IGNIETFERRO-1105 Get rid of TAtomic in system/{atexit, event, shellcommand}eeight2022-05-205-39/+57