summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add forward-declaration of TBlob to util/generic/fwd.hthegeorg2025-08-221-0/+2
* Don't use deprecated literal operatornamorniradnug2025-08-201-13/+13
* TTempFile should be move-only. Implement proper move semantics.akhropov2025-08-152-5/+30
* Intermediate changesrobot-piglet2025-08-151-1/+1
* TIntrusivePtr is not needed hereakhropov2025-08-112-3/+2
* Fix grammar, better wording and fix the version of the standardakhropov2025-08-111-2/+2
* Fix typomikailbag2025-08-061-1/+1
* Y_HAS_CPP_ATTRIBUTE macroswarmer2025-08-051-43/+50
* Add Y_LIFETIME_CAPTURE_BY macromikhnenko2025-08-041-0/+18
* removed bad hardcoded constantsalmpac2025-08-041-1/+1
* [util] TTempDir: add a move constructor to prevent the same path from being d...swarmer2025-08-024-0/+28
* [util] fix the crash if the working directory was deleted before the initiali...swarmer2025-08-022-1/+20
* Make TShellCommand move-onlyakhropov2025-07-311-1/+1
* compile util/system/defaults.c with a C compilerswarmer2025-07-314-1/+4
* Revert commit rXXXXXX, Y_HAS_CPP_ATTRIBUTE macroswarmer2025-07-241-40/+29
* Y_HAS_CPP_ATTRIBUTE macroswarmer2025-07-241-29/+40
* port util to freebsd, againpg2025-07-104-7/+10
* Fix Y_NO_UNIQUE_ADDRESSludaludaed2025-07-091-2/+0
* Add Y_NO_UNIQUE_ADDRESSludaludaed2025-07-091-0/+30
* Intermediate changesrobot-piglet2025-06-231-7/+13
* Add TUniqueTypeList and NTL::TUniqueyurial2025-06-222-0/+41
* Upver wine 10.8nechda2025-06-191-0/+4
* Check that bytes consist of 8 bitsakhropov2025-06-171-0/+4
* Add TMultiHashMap::node_allocator_typesergey-tiunov2025-06-111-0/+1
* [util] the THashSet::operator== must compare elements using their comparison ...swarmer2025-06-083-9/+111
* [util] Obtain uptime from the clock_gettime syscallswarmer2025-05-311-7/+4
* adding the required includes, which were previously only available transitive...swarmer2025-05-304-0/+6
* better fork-aware poola11ax2025-05-221-7/+14
* remove unused includestobo2025-05-212-7/+2
* Add utf8 shrink functionsnemal3002025-05-213-0/+101
* Update Cython to 3.0.10.nik-bes2025-05-191-10/+10
* Fix and improve documentation commentsakhropov2025-05-181-26/+26
* Remove SSE*_ENABLED defines and use predefined compiler macros insteadthegeorg2025-05-171-12/+12
* util: Reduce the number of string allocation within the TypeName<T> functionswarmer2025-04-261-8/+12
* GetRef in TPointerCommonilnurkh2025-04-253-0/+50
* Intermediate changesrobot-piglet2025-04-241-1/+3
* Intermediate changesrobot-piglet2025-04-112-2/+12
* Fix circular #include between util/system/file.h and util/system/flock.hthegeorg2025-04-011-1/+0
* Fix grammarakhropov2025-03-281-2/+2
* Fix circular #include between util/stream/output.h and util/stream/debug.hthegeorg2025-03-286-116/+88
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-286-33/+20
* Add an option to disable the fork aware mode for TThreadPoolandybg2025-03-282-2/+14
* Move TCowString to librarymikhnenko2025-03-272-8/+3
* Added SafeCastToEnumkshalnev2025-03-276-0/+139
* [util] SafeIntegerCast: make fast path slightly faster & reduce code sizeswarmer2025-03-261-10/+13
* Use ::npos from corret typemikhnenko2025-03-241-6/+6
* spinlock: move unlock operations into the TSpinLockBase classswarmer2025-03-201-16/+8
* Fix Y_LIFETIMEBOUND placement in TArrayRef ctorvadim-xd2025-03-201-1/+1
* Add Y_NONNULL attribute macronechda2025-03-181-0/+19
* remove Y_STRING_LIFETIME_BOUNDtazjin2025-03-121-18/+0