summaryrefslogtreecommitdiffstats
path: root/util/system
Commit message (Expand)AuthorAgeFilesLines
* Fix and enhance documentation comments in utilakhropov4 days1-1/+1
* Fix Y_INITIALIZED for c++11vadim-xd2026-05-261-1/+2
* Add Y_INITIALIZED (silencer for bugprone-use-after-move)vadim-xd2026-05-252-0/+34
* Introduce rtos based platforms defines for rtos platformsflarembo2026-04-181-0/+3
* Move ClearEnv and IterateEnv to utilvadim-xd2026-04-053-4/+154
* Remove duplicate error code in SetEnvvadim-xd2026-04-041-8/+1
* Attributes for coroutine return typesrraed2026-02-181-0/+46
* Allwinner riscv64 toolchainxiwra2026-02-101-2/+2
* TString::contains + tests, TStringBuf::contains tests, macro to enable EBOpechatnov2026-01-131-0/+13
* implement Y_NO_UNIQUE_ADDRESS using msvc::no_unique_address on windowsswarmer2026-01-121-0/+2
* support the [[msvc::lifetimebound]] attributeswarmer2025-12-231-0/+2
* Y_LIFETIME_BOUND documentation: add info about constructors and member functi...akhropov2025-12-221-2/+10
* Fix backtrace print in assertmag1str02025-10-141-2/+10
* Add a description explaining the rationale for the SIZEOF_ definitionsakhropov2025-10-081-0/+3
* Use 'size' instead of 'ysize'.akhropov2025-10-071-1/+1
* 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
* Dont scan stacknechda2025-10-021-18/+0
* Consistency: Make TFakeMutex move-only, explicitly declare TMutex as move-onlyakhropov2025-10-011-4/+2
* Scan stack for args in darwin dbgnechda2025-09-261-27/+18
* 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
* fix bug in GetMemInfo on freebsdtldr2025-08-291-0/+4
* TTempFile should be move-only. Implement proper move semantics.akhropov2025-08-152-5/+30
* 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
* Make TShellCommand move-onlyakhropov2025-07-311-1/+1
* compile util/system/defaults.c with a C compilerswarmer2025-07-313-0/+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-103-2/+5
* Fix Y_NO_UNIQUE_ADDRESSludaludaed2025-07-091-2/+0
* Add Y_NO_UNIQUE_ADDRESSludaludaed2025-07-091-0/+30
* Check that bytes consist of 8 bitsakhropov2025-06-171-0/+4
* adding the required includes, which were previously only available transitive...swarmer2025-05-301-0/+1
* 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
* Intermediate changesrobot-piglet2025-04-111-1/+6
* Fix circular #include between util/system/file.h and util/system/flock.hthegeorg2025-04-011-1/+0
* spinlock: move unlock operations into the TSpinLockBase classswarmer2025-03-201-16/+8
* Add Y_NONNULL attribute macronechda2025-03-181-0/+19