| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove std::nullptr_t ctor for TString | dgolear | 2024-12-09 | 3 | -7/+4 |
* | More functions marked as noexcept. | akhropov | 2024-11-30 | 1 | -7/+7 |
* | removed redundant code after CTAD c++-17 feature | vtrunov | 2024-11-28 | 1 | -8/+1 |
* | Remove noexcept from operator== because it is not guaranteed that operator== ... | akhropov | 2024-11-28 | 1 | -1/+1 |
* | Add assert to front() | akhropov | 2024-11-28 | 1 | -0/+2 |
* | util/ysaveload: support std::unordered_map std::unordered_set | zankin | 2024-11-25 | 2 | -25/+208 |
* | Intermediate changes | robot-piglet | 2024-11-23 | 1 | -7/+1 |
* | Remove TRbTree and TAvlTree from forward declarations as they are not in util | akhropov | 2024-11-21 | 1 | -6/+0 |
* | Part of PR. Style | nae202 | 2024-11-20 | 51 | -371/+705 |
* | /util: streaming CityHash | a11ax | 2024-11-20 | 2 | -0/+83 |
* | Add a clarifying comment about exceptions in TryFromString* functions | akhropov | 2024-11-19 | 1 | -0/+1 |
* | Add external autoincludes.json | alevitskii | 2024-11-14 | 1 | -0/+3 |
* | Remove methods Data, Size, Empty from TString | mikhnenko | 2024-11-06 | 1 | -0/+4 |
* | add ::element_type, .get() to smart pointers for better compatibility with std | pavook | 2024-11-04 | 2 | -0/+75 |
* | [util] migrate to STYLE_CPP | alevitskii | 2024-10-28 | 2 | -0/+17 |
* | Remove static method max_size from TString | mikhnenko | 2024-10-25 | 1 | -1/+1 |
* | remove unused includes in util/generic/string.h | tobo | 2024-10-17 | 2 | -2/+2 |
* | nodiscard attribute for the TReserveTag | swarmer | 2024-10-16 | 1 | -1/+1 |
* | StringSplitter: recreate State after copy | swarmer | 2024-10-16 | 2 | -0/+58 |
* | include singleton.h only if needed | tobo | 2024-10-08 | 1 | -1/+3 |
* | check lifetime bound of TString const iterators | swarmer | 2024-10-04 | 1 | -8/+30 |
* | check lifetime bound of TString cast and Detach operators | swarmer | 2024-09-28 | 1 | -3/+3 |
* | [util] Add move assignment operator in TBlob | denisostashov | 2024-09-27 | 1 | -0/+6 |
* | check lifetime bound of TString modifier member functions | swarmer | 2024-09-26 | 1 | -69/+69 |
* | check lifetime bound of output streams | swarmer | 2024-09-26 | 6 | -20/+21 |
* | Support move-only key types in the Max/MinElementBy routines | swarmer | 2024-09-26 | 2 | -4/+14 |
* | Make TNothing nodiscard | vadim-xd | 2024-09-25 | 1 | -1/+1 |
* | faster implicit `TString` → `const std::string&` conversion: using template... | swarmer | 2024-09-24 | 2 | -1/+14 |
* | Use unified remove function in TFsPath. | sath | 2024-09-23 | 2 | -11/+9 |
* | Disable cast to string& from TSring&& | mikhnenko | 2024-09-23 | 1 | -1/+1 |
* | Enable clang-format FixNamespaceComments option | dmasloff | 2024-09-05 | 1 | -2/+2 |
* | FixNamespaceComments in /util | dmasloff | 2024-09-05 | 286 | -363/+363 |
* | Intermediate changes | robot-piglet | 2024-09-03 | 2 | -15/+20 |
* | Detect default implementation of THashHelper | yurial | 2024-09-03 | 1 | -0/+2 |
* | Remove Y_UNIT_TEST from config.clang-format | dmasloff | 2024-08-30 | 4 | -7/+4 |
* | KIKIMR-21908: fix a bug in CPUID/AVX512F call | eivanov89 | 2024-08-26 | 1 | -5/+5 |
* | Remove remaining calls of Container() (fixup rXXXXXX) | vadim-xd | 2024-08-23 | 1 | -3/+4 |
* | Add TPriorityQueue::PopValue | vadim-xd | 2024-08-21 | 2 | -1/+45 |
* | Set SpacesInLineCommentPrefix to 1 in /util | dmasloff | 2024-08-17 | 100 | -305/+305 |
* | Allow to use clang < 13 as a CUDA host compiler (as intended for CUDA < 11.8). | akhropov | 2024-08-16 | 1 | -1/+1 |
* | check the lifetime bounds of stream adapters | swarmer | 2024-08-16 | 6 | -10/+10 |
* | Remove unused include and type alias | vadim-xd | 2024-08-12 | 1 | -2/+0 |
* | Extract convertion WideToUTF8 to common header. | sath | 2024-08-12 | 1 | -0/+10 |
* | Revert "rXXXXXX: Enum range to util" | swarmer | 2024-08-09 | 5 | -312/+0 |
* | Replace Apply to std::apply | bulatman | 2024-08-09 | 1 | -7/+0 |
* | check the lifetime bounds of the explicit_type, the lazy_value, and the queue... | swarmer | 2024-08-08 | 3 | -8/+8 |
* | util: simpler implementation of the `EqualToOneOf` and `CountOf` algorithms u... | swarmer | 2024-08-08 | 1 | -16/+6 |
* | check the lifetime bound of the MinMax algo | swarmer | 2024-08-08 | 1 | -1/+1 |
* | check the lifetime bound of the TArrayRef | swarmer | 2024-08-08 | 1 | -8/+8 |
* | Make Apply just alias to std::apply | bulatman | 2024-08-07 | 1 | -14/+2 |