| Commit message (Expand) | Author | Age | Files | Lines |
* | Add THashMultiMap::equal_range_i so new element could be emplaced after check... | osidorkin | 2023-09-15 | 2 | -0/+16 |
* | (no commit message) | pg | 2023-08-20 | 1 | -8/+8 |
* | Add ctors for TStorageBase to fix TMaybe instantiation for move-only types wh... | nocomer | 2023-08-18 | 1 | -1/+13 |
* | TString: improve `operator+` rvalue overloads | ignatloskutov | 2023-08-10 | 1 | -2/+7 |
* | Make CeilDiv function constexpr | ilezhankin | 2023-06-30 | 1 | -3/+7 |
* | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 2 | -10/+11 |
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 3 | -0/+109 |
* | Remove extra semicolon (util) | bulatman | 2023-06-12 | 6 | -8/+8 |
* | TMapOps::Value: better return type | ignatloskutov | 2023-06-02 | 2 | -5/+5 |
* | Remove using of extra semicolons in util | bulatman | 2023-05-04 | 4 | -6/+6 |
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 3 | -109/+0 |
* | (no commit message) | pg | 2023-03-28 | 4 | -18/+18 |
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 3 | -0/+109 |
* | Fix grammar in "yexception.h" | r-andrey | 2023-01-28 | 1 | -6/+6 |
* | TSharedPtr::As()&: leakage fix | sv-denisov | 2023-01-14 | 2 | -6/+59 |
* | [util]TLazyValue: remove operator bool and Defined | tldr | 2022-10-11 | 2 | -15/+11 |
* | [util] Fix TFunctionRef under MSVC | sskvor | 2022-10-07 | 1 | -2/+19 |
* | util: add .As<T> to TSharedPtr | ionagamed | 2022-10-01 | 2 | -1/+76 |
* | split hash.h into hash.h and multi_hash_map.h | tobo | 2022-09-15 | 1 | -1/+1 |
* | prepare to split hash.h into hash_table.h hash.h and multi_hash_map.h | tobo | 2022-09-09 | 9 | -1755/+1770 |
* | [util] Fix: add missing .cpp for function_ref | sskvor | 2022-08-25 | 1 | -0/+1 |
* | added limit parameter | bbiff | 2022-08-24 | 2 | -0/+272 |
* | [util] Add specializations for const / ref qualified member functions | sskvor | 2022-08-24 | 2 | -10/+94 |
* | Do not override contains() method which is present is STL | thegeorg | 2022-08-23 | 2 | -18/+0 |
* | Switch TString and TStringBase to std::reverse_iterator | thegeorg | 2022-08-21 | 3 | -56/+9 |
* | Mark clear and reset methods as reinitializing the object. | halyavin | 2022-08-05 | 6 | -34/+41 |
* | [util] prefer non-const begin/end method for non-const containers in Adjacent... | swarmer | 2022-07-19 | 2 | -3/+23 |
* | Add ydb changelog | bazeltsev | 2022-07-11 | 1 | -0/+1 |
* | fix ya.make | monster | 2022-07-07 | 20 | -1082/+0 |
* | util: Drop NO_CITYHASH point of customisation | thegeorg | 2022-06-28 | 1 | -2/+2 |
* | Stop providing non-inlined MurmurHashSizeT | thegeorg | 2022-06-27 | 1 | -2/+3 |
* | IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecated | eeight | 2022-06-15 | 1 | -1/+0 |
* | [enum_parser] generate ToStringBuf specialization | swarmer | 2022-06-13 | 1 | -0/+8 |
* | [util] AdjacentFind + AdjacentFindBy | swarmer | 2022-06-10 | 2 | -0/+58 |
* | IGNIETFERRO-1105 -> Top level t-z | eeight | 2022-06-09 | 1 | -1/+1 |
* | Add missing map_ut.pyx to util/generic/ut_cython | thegeorg | 2022-06-03 | 2 | -0/+4 |
* | util: Flatten cython tests layout | thegeorg | 2022-06-03 | 1 | -0/+26 |
* | [util] IsSortedBy for containers | swarmer | 2022-06-02 | 2 | -0/+11 |
* | [util] constexpr сравнения для TStringBuf | swarmer | 2022-06-01 | 2 | -59/+71 |
* | [util] constexpr для алгоритмов | swarmer | 2022-06-01 | 2 | -117/+117 |
* | util: Do not include on Windows | thegeorg | 2022-05-27 | 1 | -2/+4 |
* | [util] implement THashMap::insert_or_assign method | swarmer | 2022-05-26 | 2 | -0/+71 |
* | [util] StripInPlace should modify string in-place | swarmer | 2022-05-24 | 2 | -0/+25 |
* | IGNIETFERRO-1105 TAtomic -> std::atomic in util/generic/* and threadpool | eeight | 2022-05-11 | 6 | -75/+85 |
* | IGNIETFERRO-1997 replace Y_VERIFY(exceptionPtr) with 'return "NO EXCEPTION"' ... | chegoryu | 2022-04-26 | 2 | -5/+13 |
* | Fix -Wdeprecated-copy errors detected by clang14 | thegeorg | 2022-04-14 | 1 | -1/+2 |
* | Fix computation of hashes for string constants | eeight | 2022-04-07 | 1 | -0/+11 |
* | remove unused includes | tobo | 2022-04-07 | 6 | -6/+0 |
* | Fix newline formatting in FormatCurrentException() | svkrasnov | 2022-03-26 | 2 | -4/+4 |
* | Introduce FormatCurrentException() based on TBackTrace::FromCurrentException() | svkrasnov | 2022-03-23 | 3 | -1/+114 |