aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic
Commit message (Expand)AuthorAgeFilesLines
* Add THashMultiMap::equal_range_i so new element could be emplaced after check...osidorkin2023-09-152-0/+16
* (no commit message)pg2023-08-201-8/+8
* Add ctors for TStorageBase to fix TMaybe instantiation for move-only types wh...nocomer2023-08-181-1/+13
* TString: improve `operator+` rvalue overloadsignatloskutov2023-08-101-2/+7
* Make CeilDiv function constexprilezhankin2023-06-301-3/+7
* Require semicolon after Y_DECLARE*_FLAGSbulatman2023-06-242-10/+11
* add ymake export to ydbalexv-smirnov2023-06-133-0/+109
* Remove extra semicolon (util)bulatman2023-06-126-8/+8
* TMapOps::Value: better return typeignatloskutov2023-06-022-5/+5
* Remove using of extra semicolons in utilbulatman2023-05-044-6/+6
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-283-109/+0
* (no commit message)pg2023-03-284-18/+18
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-153-0/+109
* Fix grammar in "yexception.h"r-andrey2023-01-281-6/+6
* TSharedPtr::As()&: leakage fixsv-denisov2023-01-142-6/+59
* [util]TLazyValue: remove operator bool and Definedtldr2022-10-112-15/+11
* [util] Fix TFunctionRef under MSVCsskvor2022-10-071-2/+19
* util: add .As<T> to TSharedPtrionagamed2022-10-012-1/+76
* 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-099-1755/+1770
* [util] Fix: add missing .cpp for function_refsskvor2022-08-251-0/+1
* added limit parameterbbiff2022-08-242-0/+272
* [util] Add specializations for const / ref qualified member functionssskvor2022-08-242-10/+94
* 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
* Mark clear and reset methods as reinitializing the object.halyavin2022-08-056-34/+41
* [util] prefer non-const begin/end method for non-const containers in Adjacent...swarmer2022-07-192-3/+23
* Add ydb changelogbazeltsev2022-07-111-0/+1
* fix ya.makemonster2022-07-0720-1082/+0
* util: Drop NO_CITYHASH point of customisationthegeorg2022-06-281-2/+2
* Stop providing non-inlined MurmurHashSizeTthegeorg2022-06-271-2/+3
* IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecatedeeight2022-06-151-1/+0
* [enum_parser] generate ToStringBuf specializationswarmer2022-06-131-0/+8
* [util] AdjacentFind + AdjacentFindByswarmer2022-06-102-0/+58
* IGNIETFERRO-1105 -> Top level t-zeeight2022-06-091-1/+1
* Add missing map_ut.pyx to util/generic/ut_cythonthegeorg2022-06-032-0/+4
* util: Flatten cython tests layoutthegeorg2022-06-031-0/+26
* [util] IsSortedBy for containersswarmer2022-06-022-0/+11
* [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-242-0/+25
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/generic/* and threadpooleeight2022-05-116-75/+85
* IGNIETFERRO-1997 replace Y_VERIFY(exceptionPtr) with 'return "NO EXCEPTION"' ...chegoryu2022-04-262-5/+13
* Fix -Wdeprecated-copy errors detected by clang14thegeorg2022-04-141-1/+2
* Fix computation of hashes for string constantseeight2022-04-071-0/+11
* remove unused includestobo2022-04-076-6/+0
* Fix newline formatting in FormatCurrentException()svkrasnov2022-03-262-4/+4
* Introduce FormatCurrentException() based on TBackTrace::FromCurrentException()svkrasnov2022-03-233-1/+114