summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* is_constructible_v for Make-ptrs functions (MakeHolder)ilnurkh2025-10-291-1/+1
* Use a more conventional return value check compatible with MSVC tools 14.4*.akhropov2025-10-291-2/+2
* Avoid constructing ill-formed `std::basic_string_view<const char>`borman2025-10-271-5/+5
* is_constructible_v for Make-ptrs functions (without MakeHolder)ilnurkh2025-10-261-3/+3
* Intermediate changesrobot-piglet2025-10-261-1/+0
* is_constructible_v check for TMaybe::emplace methodsilnurkh2025-10-221-4/+4
* Y_LIFETIME_BOUND for TMaybe-emplace methodsilnurkh2025-10-222-4/+10
* StringSplitter: splitting an empty string should always produce exactly one t...swarmer2025-10-223-4/+52
* Add GetOrEmplace for TMaybeilnurkh2025-10-211-0/+22
* Check element size for other TArrayRef constructors, not only from Containerakhropov2025-10-172-5/+57
* Fix backtrace print in assertmag1str02025-10-141-2/+10
* Annotate 'ysize' as deprecated.akhropov2025-10-145-0/+5
* Use CameCase for static constantsmikhnenko2025-10-101-2/+2
* Add a description explaining the rationale for the SIZEOF_ definitionsakhropov2025-10-081-0/+3
* Use 'size' instead of 'ysize'.akhropov2025-10-073-3/+3
* Correct grammarakhropov2025-10-061-2/+2
* 16-bit platforms are not supported anymore.akhropov2025-10-061-1/+1
* Correct "@throws" descriptionsakhropov2025-10-051-17/+18
* Fix return value description of GetEnvakhropov2025-10-051-1/+1
* Mention all functionsakhropov2025-10-051-4/+4
* Fix in docs: UNUSED -> Y_UNUSEDakhropov2025-10-051-1/+1
* TDuration/TInstant named constructors should return staturated value on overflowswarmer2025-10-032-43/+143
* Intermediate changesrobot-piglet2025-10-031-1/+5
* Intermediate changesrobot-piglet2025-10-031-1/+1
* Dont scan stacknechda2025-10-021-18/+0
* Visit -> std::visit in documentation as well.akhropov2025-10-021-3/+3
* Consistency: Make TFakeMutex move-only, explicitly declare TMutex as move-onlyakhropov2025-10-011-4/+2
* Fix naming reported by clang-tidymikhnenko2025-10-012-9/+9
* Scan stack for args in darwin dbgnechda2025-09-261-27/+18
* Intermediate changesrobot-piglet2025-09-251-2/+0
* feat util: fix ThreadSanitizer reported data raceantoshkka2025-09-251-8/+13
* Looking for the return address more persistentlynechda2025-09-241-3/+28
* Use 'size_t' instead of 'yint' that is not known in utilakhropov2025-09-211-1/+1
* Remove a useless commentakhropov2025-09-211-2/+0
* Fix `-Wignored-qualifiers` improved in clang20 in utilmikhnenko2025-09-131-1/+1
* no COW mode for TStringpg2025-09-091-0/+20
* fix bug in GetMemInfo on freebsdtldr2025-08-291-0/+4
* 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