index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert commit rXXXXXX, Y_HAS_CPP_ATTRIBUTE macro
swarmer
2025-07-24
1
-40
/
+29
*
Y_HAS_CPP_ATTRIBUTE macro
swarmer
2025-07-24
1
-29
/
+40
*
port util to freebsd, again
pg
2025-07-10
3
-2
/
+5
*
Fix Y_NO_UNIQUE_ADDRESS
ludaludaed
2025-07-09
1
-2
/
+0
*
Add Y_NO_UNIQUE_ADDRESS
ludaludaed
2025-07-09
1
-0
/
+30
*
Check that bytes consist of 8 bits
akhropov
2025-06-17
1
-0
/
+4
*
adding the required includes, which were previously only available transitive...
swarmer
2025-05-30
1
-0
/
+1
*
Fix and improve documentation comments
akhropov
2025-05-18
1
-26
/
+26
*
Remove SSE*_ENABLED defines and use predefined compiler macros instead
thegeorg
2025-05-17
1
-12
/
+12
*
util: Reduce the number of string allocation within the TypeName<T> function
swarmer
2025-04-26
1
-8
/
+12
*
Intermediate changes
robot-piglet
2025-04-11
1
-1
/
+6
*
Fix circular #include between util/system/file.h and util/system/flock.h
thegeorg
2025-04-01
1
-1
/
+0
*
spinlock: move unlock operations into the TSpinLockBase class
swarmer
2025-03-20
1
-16
/
+8
*
Add Y_NONNULL attribute macro
nechda
2025-03-18
1
-0
/
+19
*
allow disable arcadia backtrace
v-belikov
2025-03-06
2
-1
/
+18
*
feat envoy: Fix linking errors in util when building for WASM platform.
vchigrin
2025-03-01
2
-3
/
+3
*
clang-format 18 in STYLE_CPP
alevitskii
2025-01-20
4
-55
/
+58
*
Fix util build for WASM32 platform.
vchigrin
2025-01-17
1
-1
/
+5
*
Intermediate changes
robot-piglet
2025-01-13
1
-0
/
+2
*
Fix misspelling
akhropov
2024-12-18
1
-1
/
+1
*
Part of PR. Style
nae202
2024-11-20
16
-51
/
+99
*
FixNamespaceComments in /util
dmasloff
2024-09-05
79
-98
/
+98
*
Remove Y_UNIT_TEST from config.clang-format
dmasloff
2024-08-30
1
-2
/
+0
*
KIKIMR-21908: fix a bug in CPUID/AVX512F call
eivanov89
2024-08-26
1
-5
/
+5
*
Set SpacesInLineCommentPrefix to 1 in /util
dmasloff
2024-08-17
35
-90
/
+90
*
Allow to use clang < 13 as a CUDA host compiler (as intended for CUDA < 11.8).
akhropov
2024-08-16
1
-1
/
+1
*
Add missed move assignment for TFileHandle
drbasic
2024-08-05
2
-1
/
+31
*
Fix src_root for cl.exe.
akhropov
2024-07-23
1
-0
/
+7
*
Implement TFile::Fallocate for Windows.
sath
2024-06-20
1
-0
/
+6
*
feat util/system: add a possibility to disable exit handlers, use it in rate-...
itrofimow
2024-06-06
2
-0
/
+21
*
unaligned_mem.h rename fields
hakob
2024-06-05
1
-12
/
+12
*
[util] Implement TryGetEnv and UnsetEnv functions
swarmer
2024-05-16
3
-5
/
+89
*
Add mtime/atime/ctime with nanoseconds to TFileStat.
sath
2024-05-13
2
-35
/
+58
*
Enable MarkAsIntentionallyLeaked API for --sanitize=leak builds
babenko
2024-04-20
2
-3
/
+12
*
Add Y_DEBUG_ABORT macros
kungasc
2024-04-16
1
-0
/
+1
*
reduce code bloat in the DecodeOpenMode function
swarmer
2024-04-14
1
-39
/
+51
*
fixed MakeTempName() for paths > MAX_PATH
star-dm
2024-04-03
3
-17
/
+58
*
Intermediate changes
robot-piglet
2024-04-02
4
-8
/
+0
*
WebAssembly in util
dtorilov
2024-03-28
5
-6
/
+14
*
Update libcxxabi to 16.0.6
dtorilov
2024-03-27
2
-7
/
+12
*
Fix case when 'arc export' not set executable bit
ilikepugs
2024-02-21
2
-2
/
+28
*
YT-21001: FiberContext::BeforeSwitch is now properly inlined
arkady-e1ppa
2024-02-19
4
-95
/
+70
*
TThread::SetName sets thread name on android
solovyev
2024-02-05
1
-2
/
+2
*
feat contrib: aiogram 3
armenqa
2024-01-19
3
-7
/
+20
*
Library import 5, delete go dependencies (#832)
AlexSm
2024-01-04
1
-3
/
+53
*
Import libs 4 (#758)
AlexSm
2023-12-27
1
-0
/
+1
*
Library import 2 (#639)
AlexSm
2023-12-22
1
-0
/
+40
*
re-enable clang::reinitialized attribute for non-CUDA target platforms
swarmer
2023-12-17
1
-1
/
+1
*
finer check of lifetimebound attribute support
swarmer
2023-12-14
1
-2
/
+8
*
Support std::filesystem::path in TFile and TFileHandle
thegeorg
2023-12-13
2
-9
/
+94
[next]