summaryrefslogtreecommitdiffstats
path: root/util/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow disable arcadia backtracev-belikov2025-03-062-1/+18
* feat envoy: Fix linking errors in util when building for WASM platform.vchigrin2025-03-012-3/+3
* clang-format 18 in STYLE_CPPalevitskii2025-01-204-55/+58
* Fix util build for WASM32 platform.vchigrin2025-01-171-1/+5
* Intermediate changesrobot-piglet2025-01-131-0/+2
* Fix misspellingakhropov2024-12-181-1/+1
* Part of PR. Stylenae2022024-11-2016-51/+99
* FixNamespaceComments in /utildmasloff2024-09-0579-98/+98
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-301-2/+0
* KIKIMR-21908: fix a bug in CPUID/AVX512F calleivanov892024-08-261-5/+5
* Set SpacesInLineCommentPrefix to 1 in /utildmasloff2024-08-1735-90/+90
* Allow to use clang < 13 as a CUDA host compiler (as intended for CUDA < 11.8).akhropov2024-08-161-1/+1
* Add missed move assignment for TFileHandledrbasic2024-08-052-1/+31
* Fix src_root for cl.exe.akhropov2024-07-231-0/+7
* Implement TFile::Fallocate for Windows.sath2024-06-201-0/+6
* feat util/system: add a possibility to disable exit handlers, use it in rate-...itrofimow2024-06-062-0/+21
* unaligned_mem.h rename fieldshakob2024-06-051-12/+12
* [util] Implement TryGetEnv and UnsetEnv functionsswarmer2024-05-163-5/+89
* Add mtime/atime/ctime with nanoseconds to TFileStat.sath2024-05-132-35/+58
* Enable MarkAsIntentionallyLeaked API for --sanitize=leak buildsbabenko2024-04-202-3/+12
* Add Y_DEBUG_ABORT macroskungasc2024-04-161-0/+1
* reduce code bloat in the DecodeOpenMode functionswarmer2024-04-141-39/+51
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-033-17/+58