| Commit message (Expand) | Author | Age | Files | Lines |
* | IGNIETFERRO-1105 Get rid of TAtomic in system/{atexit, event, shellcommand} | eeight | 2022-05-20 | 5 | -39/+57 |
* | IGNIETFERRO-1105 Get rid of TAtomic in unittests | eeight | 2022-05-19 | 4 | -78/+58 |
* | IGNIETFERRO-1105 Get rid of TAtomic in thread/pool.cpp | eeight | 2022-05-17 | 1 | -7/+7 |
* | IGNIETFERRO-1105 Use std::atomic in spinlock | eeight | 2022-05-17 | 3 | -56/+49 |
* | piglet: Extract metadata from commit message | thegeorg | 2022-05-12 | 1 | -0/+5 |
* | IGNIETFERRO-1105 TAtomic -> std::atomic in util/generic/* and threadpool | eeight | 2022-05-11 | 7 | -85/+94 |
* | include order as code-style recommend | Ilnur Khuziev | 2022-05-06 | 1 | -2/+2 |
* | IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfqueue.h | eeight | 2022-05-04 | 2 | -80/+71 |
* | IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfstack.h | eeight | 2022-04-27 | 2 | -59/+64 |
* | IGNIETFERRO-1997 replace Y_VERIFY(exceptionPtr) with 'return "NO EXCEPTION"' ... | chegoryu | 2022-04-26 | 2 | -5/+13 |
* | Add Collapse variant for utf-32 strings | Oleg Sidorkin | 2022-04-16 | 3 | -5/+32 |
* | 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 | 2 | -0/+19 |
* | remove unused includes | tobo | 2022-04-07 | 50 | -111/+18 |
* | 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 |
* | util: Fix -Wunused-but-set-variable | kmartynkov | 2022-03-23 | 1 | -2/+0 |
* | util: Do not define SIZEOF_SIZE_T, as it is not used in our codebase | thegeorg | 2022-03-20 | 2 | -5/+1 |
* | Standard way to include zlib iface header | svidyuk | 2022-03-19 | 1 | -1/+1 |
* | Remove read-only files and directories on Windows (to match behavior on unix) | setser | 2022-03-16 | 2 | -0/+75 |
* | intermediate changes | arcadia-devtools | 2022-03-15 | 83 | -1728/+0 |
* | rm unused include | tobo | 2022-03-10 | 1 | -2/+0 |
* | intermediate changes | arcadia-devtools | 2022-03-10 | 3 | -298/+615 |
* | Fix -Wpragma-pack in trie.h | thegeorg | 2022-03-07 | 1 | -1/+13 |
* | rm unused includes | tobo | 2022-03-05 | 3 | -10/+0 |
* | Enable yet another warning under clang-cl | thegeorg | 2022-03-03 | 2 | -37/+50 |
* | Support std::filesystem::path in Arcadia streams | thegeorg | 2022-03-03 | 3 | -3/+21 |
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 3 | -0/+26 |
* | clang-tidy - move-constructor and move-assignment operators should be marked ... | tobo | 2022-02-28 | 6 | -6/+6 |
* | DTCC-822 Put double-conversion under yamaker | shadchin | 2022-02-25 | 1 | -1/+1 |
* | rm unused include | tobo | 2022-02-25 | 1 | -1/+0 |
* | Implement SRC_CPP_NO_LTO and use it util/ | thegeorg | 2022-02-25 | 2 | -9/+1 |
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -1/+1 |
* | fix CLion perf warnings - use const references instead of passing by value | tobo | 2022-02-24 | 4 | -20/+21 |
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -0/+3 |
* | clang-cl: Enable yet another warning with the very long name | thegeorg | 2022-02-23 | 3 | -4/+13 |
* | rollback r9158440 cause of failed RM tests | fedorenko | 2022-02-23 | 2 | -69/+6 |
* | intermediate changes | arcadia-devtools | 2022-02-22 | 1 | -3/+0 |
* | rm unused include | tobo | 2022-02-22 | 1 | -1/+0 |
* | Properly attribute err.h replacements as [[noreturn]] | thegeorg | 2022-02-19 | 2 | -9/+12 |
* | pass string by reference, rm unused include | tobo | 2022-02-19 | 2 | -3/+2 |
* | intermediate changes | arcadia-devtools | 2022-02-18 | 3 | -0/+340 |
* | introduce util/digest/city_ut.cpp | gleb-kov | 2022-02-18 | 3 | -11/+17 |
* | IGNIETFERRO-1975, BIGRT-39 [RESUBMIT]: add TBackTrace::FromCurrentException()... | svkrasnov | 2022-02-18 | 2 | -6/+69 |
* | [util] fix fstat for archive directories on windows | kikht | 2022-02-17 | 4 | -32/+154 |
* | TShellCommand::TImpl via TShellCommandOptions | gleb-kov | 2022-02-17 | 2 | -96/+65 |
* | util unittests: replace try-catch-UNIT_ASSERT via UNIT_ASSERT_EXCEPTION | gleb-kov | 2022-02-16 | 5 | -101/+11 |
* | Rollback: r9145043 | robot-srch-releaser | 2022-02-15 | 2 | -69/+6 |
* | IGNIETFERRO-1975, BIGRT-39: add TBackTrace::FromCurrentException() to Current... | svkrasnov | 2022-02-15 | 2 | -6/+69 |
* | Remove #ifdef | thegeorg | 2022-02-15 | 1 | -5/+0 |