| Commit message (Expand) | Author | Age | Files | Lines |
* | add some warnings (even in release build) if host memory estimation was wrong | ilnurkh | 2023-07-22 | 3 | -5/+12 |
* | [util] add std::optional support to IOutputStream << operator | rus084 | 2023-07-04 | 1 | -0/+18 |
* | Intermediate changes | robot-piglet | 2023-07-03 | 1 | -1/+1 |
* | Make CeilDiv function constexpr | ilezhankin | 2023-06-30 | 1 | -3/+7 |
* | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 9 | -24/+25 |
* | Revert commit rXXXXXX, Optimize CloseAllFdsOnExec for large MaxOpenFiles | say | 2023-06-22 | 1 | -16/+2 |
* | [util] Turn all Collapse / CollapseInPlace overloads into template functions ... | ppavel96 | 2023-06-22 | 2 | -5/+25 |
* | Intermediate changes | robot-piglet | 2023-06-15 | 1 | -3/+3 |
* | Intermediate changes | robot-piglet | 2023-06-13 | 1 | -71/+59 |
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 41 | -0/+1117 |
* | Delete constant reference API to DoNotOptimizeAway | bulatman | 2023-06-12 | 1 | -0/+9 |
* | Remove extra semicolon (util) | bulatman | 2023-06-12 | 15 | -19/+19 |
* | util/saveload: implement default saveload for std::optional | ionagamed | 2023-06-10 | 2 | -0/+43 |
* | Require semicolon after saveload macroses | bulatman | 2023-06-08 | 4 | -4/+14 |
* | Refactor and fix constructors TString as std::string | dimdim11 | 2023-06-08 | 3 | -22/+115 |
* | Restrict direct usages of google benchmarking library | thegeorg | 2023-06-08 | 1 | -1/+1 |
* | Remove xray support | thegeorg | 2023-06-06 | 1 | -22/+0 |
* | TMapOps::Value: better return type | ignatloskutov | 2023-06-02 | 2 | -5/+5 |
* | Optimize CloseAllFdsOnExec for large MaxOpenFiles | say | 2023-05-11 | 1 | -2/+16 |
* | Mute -Wdeprecated-declarations error when thread sanitizer enabled on darwin ... | hiddenpath | 2023-05-09 | 1 | -0/+10 |
* | Remove using of extra semicolons in util | bulatman | 2023-05-04 | 10 | -12/+12 |
* | Workaround -Wunused-but-set-variable in Y_DBGTRACE macro | thegeorg | 2023-05-03 | 1 | -36/+24 |
* | [util] Fix typo in IThreadPool descr | shaprunovk | 2023-04-27 | 1 | -1/+1 |
* | Simplify system utime.h include | spreis | 2023-04-27 | 1 | -2/+1 |
* | Add clarifying comment about the behavior of RemoveRecursive is file or direc... | akhropov | 2023-04-24 | 1 | -0/+1 |
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 3 | -3/+3 |
* | Intermediate changes | robot-piglet | 2023-04-11 | 1 | -4/+0 |
* | Intermediate changes | robot-piglet | 2023-03-30 | 1 | -1/+0 |
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 40 | -1111/+0 |
* | (no commit message) | pg | 2023-03-28 | 14 | -101/+101 |
* | More precise buffer allocation based on base and type, more tests | osidorkin | 2023-03-25 | 2 | -12/+37 |
* | Follow up to rXXXXXX: Fix builds on MACs that are not in autŠ¾build | osidorkin | 2023-03-23 | 1 | -2/+1 |
* | util: Add constexpr int to string conversion class. This will allow us not to... | osidorkin | 2023-03-23 | 3 | -70/+80 |
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 3 | -9/+9 |
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 40 | -0/+1111 |
* | TBaseNumber to std::ostream print support. | dcherednik | 2023-03-15 | 2 | -4/+59 |
* | Intermediate changes | robot-piglet | 2023-03-09 | 6 | -0/+362 |
* | Intermediate changes | robot-piglet | 2023-03-07 | 9 | -6/+6 |
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 3 | -3/+3 |
* | Intermediate changes | robot-piglet | 2023-02-07 | 9 | -753/+753 |
* | Intermediate changes | robot-piglet | 2023-02-07 | 9 | -753/+753 |
* | less shim | pg | 2023-02-06 | 1 | -0/+6 |
* | SetLowestThreadPriority in util | ozaykova | 2023-02-01 | 2 | -0/+16 |
* | Fix spinlock pause | lukyan | 2023-02-01 | 1 | -0/+1 |
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 3 | -3/+3 |
* | Fix grammar in "yexception.h" | r-andrey | 2023-01-28 | 1 | -6/+6 |
* | TMemoryInput Try to prohibit use-after-free and require explicit cast to TStr... | ilnurkh | 2023-01-23 | 1 | -0/+6 |
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 12 | -12/+12 |
* | charset: do not allow surrogate pairs in UTF-8 | dpotapov | 2023-01-16 | 2 | -14/+114 |
* | TSharedPtr::As()&: leakage fix | sv-denisov | 2023-01-14 | 2 | -6/+59 |