aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* IGNIETFERRO-1105 Get rid of TAtomic in unittestseeight2022-05-194-78/+58
* IGNIETFERRO-1105 Get rid of TAtomic in thread/pool.cppeeight2022-05-171-7/+7
* IGNIETFERRO-1105 Use std::atomic in spinlockeeight2022-05-173-56/+49
* piglet: Extract metadata from commit messagethegeorg2022-05-121-0/+5
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/generic/* and threadpooleeight2022-05-117-85/+94
* include order as code-style recommendIlnur Khuziev2022-05-061-2/+2
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfqueue.heeight2022-05-042-80/+71
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfstack.heeight2022-04-272-59/+64
* IGNIETFERRO-1997 replace Y_VERIFY(exceptionPtr) with 'return "NO EXCEPTION"' ...chegoryu2022-04-262-5/+13
* Add Collapse variant for utf-32 stringsOleg Sidorkin2022-04-163-5/+32
* Fix -Wdeprecated-copy errors detected by clang14thegeorg2022-04-141-1/+2
* Fix computation of hashes for string constantseeight2022-04-072-0/+19
* remove unused includestobo2022-04-0750-111/+18
* Fix newline formatting in FormatCurrentException()svkrasnov2022-03-262-4/+4
* Introduce FormatCurrentException() based on TBackTrace::FromCurrentException()svkrasnov2022-03-233-1/+114
* util: Fix -Wunused-but-set-variablekmartynkov2022-03-231-2/+0
* util: Do not define SIZEOF_SIZE_T, as it is not used in our codebasethegeorg2022-03-202-5/+1
* Standard way to include zlib iface headersvidyuk2022-03-191-1/+1
* Remove read-only files and directories on Windows (to match behavior on unix)setser2022-03-162-0/+75
* intermediate changesarcadia-devtools2022-03-1583-1728/+0
* rm unused includetobo2022-03-101-2/+0
* intermediate changesarcadia-devtools2022-03-103-298/+615
* Fix -Wpragma-pack in trie.hthegeorg2022-03-071-1/+13
* rm unused includestobo2022-03-053-10/+0
* Enable yet another warning under clang-clthegeorg2022-03-032-37/+50
* Support std::filesystem::path in Arcadia streamsthegeorg2022-03-033-3/+21