aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* IGNIETFERRO-1105 Get rid of TAtomic in system/{atexit, event, shellcommand}eeight2022-05-205-39/+57
* IGNIETFERRO-1105 Get rid of TAtomic in unittestseeight2022-05-194-78/+58
* IGNIETFERRO-1105 Get rid of TAtomic in thread/pool.cppeeight2022-05-171-7/+7
* IGNIETFERRO-1105 Use std::atomic in spinlockeeight2022-05-173-56/+49
* piglet: Extract metadata from commit messagethegeorg2022-05-121-0/+5
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/generic/* and threadpooleeight2022-05-117-85/+94
* include order as code-style recommendIlnur Khuziev2022-05-061-2/+2
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfqueue.heeight2022-05-042-80/+71
* IGNIETFERRO-1105 TAtomic -> std::atomic in util/thread/lfstack.heeight2022-04-272-59/+64
* IGNIETFERRO-1997 replace Y_VERIFY(exceptionPtr) with 'return "NO EXCEPTION"' ...chegoryu2022-04-262-5/+13
* Add Collapse variant for utf-32 stringsOleg Sidorkin2022-04-163-5/+32
* Fix -Wdeprecated-copy errors detected by clang14thegeorg2022-04-141-1/+2
* Fix computation of hashes for string constantseeight2022-04-072-0/+19
* remove unused includestobo2022-04-0750-111/+18
* Fix newline formatting in FormatCurrentException()svkrasnov2022-03-262-4/+4
* Introduce FormatCurrentException() based on TBackTrace::FromCurrentException()svkrasnov2022-03-233-1/+114
* util: Fix -Wunused-but-set-variablekmartynkov2022-03-231-2/+0
* util: Do not define SIZEOF_SIZE_T, as it is not used in our codebasethegeorg2022-03-202-5/+1
* Standard way to include zlib iface headersvidyuk2022-03-191-1/+1
* Remove read-only files and directories on Windows (to match behavior on unix)setser2022-03-162-0/+75
* intermediate changesarcadia-devtools2022-03-1583-1728/+0
* rm unused includetobo2022-03-101-2/+0
* intermediate changesarcadia-devtools2022-03-103-298/+615
* Fix -Wpragma-pack in trie.hthegeorg2022-03-071-1/+13
* rm unused includestobo2022-03-053-10/+0
* Enable yet another warning under clang-clthegeorg2022-03-032-37/+50
* Support std::filesystem::path in Arcadia streamsthegeorg2022-03-033-3/+21
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-013-0/+26
* clang-tidy - move-constructor and move-assignment operators should be marked ...tobo2022-02-286-6/+6
* DTCC-822 Put double-conversion under yamakershadchin2022-02-251-1/+1
* rm unused includetobo2022-02-251-1/+0
* Implement SRC_CPP_NO_LTO and use it util/thegeorg2022-02-252-9/+1
* intermediate changesarcadia-devtools2022-02-241-1/+1
* fix CLion perf warnings - use const references instead of passing by valuetobo2022-02-244-20/+21
* intermediate changesarcadia-devtools2022-02-241-0/+3
* clang-cl: Enable yet another warning with the very long namethegeorg2022-02-233-4/+13
* rollback r9158440 cause of failed RM testsfedorenko2022-02-232-69/+6
* intermediate changesarcadia-devtools2022-02-221-3/+0
* rm unused includetobo2022-02-221-1/+0
* Properly attribute err.h replacements as [[noreturn]]thegeorg2022-02-192-9/+12
* pass string by reference, rm unused includetobo2022-02-192-3/+2
* intermediate changesarcadia-devtools2022-02-183-0/+340
* introduce util/digest/city_ut.cppgleb-kov2022-02-183-11/+17
* IGNIETFERRO-1975, BIGRT-39 [RESUBMIT]: add TBackTrace::FromCurrentException()...svkrasnov2022-02-182-6/+69
* [util] fix fstat for archive directories on windowskikht2022-02-174-32/+154
* TShellCommand::TImpl via TShellCommandOptionsgleb-kov2022-02-172-96/+65
* util unittests: replace try-catch-UNIT_ASSERT via UNIT_ASSERT_EXCEPTIONgleb-kov2022-02-165-101/+11
* Rollback: r9145043robot-srch-releaser2022-02-152-69/+6
* IGNIETFERRO-1975, BIGRT-39: add TBackTrace::FromCurrentException() to Current...svkrasnov2022-02-152-6/+69
* Remove #ifdefthegeorg2022-02-151-5/+0