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
Commit message (
Expand
)
Author
Age
Files
Lines
*
is_constructible_v for Make-ptrs functions (MakeHolder)
ilnurkh
2025-10-29
1
-1
/
+1
*
Use a more conventional return value check compatible with MSVC tools 14.4*.
akhropov
2025-10-29
1
-2
/
+2
*
Avoid constructing ill-formed `std::basic_string_view<const char>`
borman
2025-10-27
1
-5
/
+5
*
is_constructible_v for Make-ptrs functions (without MakeHolder)
ilnurkh
2025-10-26
1
-3
/
+3
*
Intermediate changes
robot-piglet
2025-10-26
1
-1
/
+0
*
is_constructible_v check for TMaybe::emplace methods
ilnurkh
2025-10-22
1
-4
/
+4
*
Y_LIFETIME_BOUND for TMaybe-emplace methods
ilnurkh
2025-10-22
2
-4
/
+10
*
StringSplitter: splitting an empty string should always produce exactly one t...
swarmer
2025-10-22
3
-4
/
+52
*
Add GetOrEmplace for TMaybe
ilnurkh
2025-10-21
1
-0
/
+22
*
Check element size for other TArrayRef constructors, not only from Container
akhropov
2025-10-17
2
-5
/
+57
*
Fix backtrace print in assert
mag1str0
2025-10-14
1
-2
/
+10
*
Annotate 'ysize' as deprecated.
akhropov
2025-10-14
5
-0
/
+5
*
Use CameCase for static constants
mikhnenko
2025-10-10
1
-2
/
+2
*
Add a description explaining the rationale for the SIZEOF_ definitions
akhropov
2025-10-08
1
-0
/
+3
*
Use 'size' instead of 'ysize'.
akhropov
2025-10-07
3
-3
/
+3
*
Correct grammar
akhropov
2025-10-06
1
-2
/
+2
*
16-bit platforms are not supported anymore.
akhropov
2025-10-06
1
-1
/
+1
*
Correct "@throws" descriptions
akhropov
2025-10-05
1
-17
/
+18
*
Fix return value description of GetEnv
akhropov
2025-10-05
1
-1
/
+1
*
Mention all functions
akhropov
2025-10-05
1
-4
/
+4
*
Fix in docs: UNUSED -> Y_UNUSED
akhropov
2025-10-05
1
-1
/
+1
*
TDuration/TInstant named constructors should return staturated value on overflow
swarmer
2025-10-03
2
-43
/
+143
*
Intermediate changes
robot-piglet
2025-10-03
1
-1
/
+5
*
Intermediate changes
robot-piglet
2025-10-03
1
-1
/
+1
*
Dont scan stack
nechda
2025-10-02
1
-18
/
+0
*
Visit -> std::visit in documentation as well.
akhropov
2025-10-02
1
-3
/
+3
*
Consistency: Make TFakeMutex move-only, explicitly declare TMutex as move-only
akhropov
2025-10-01
1
-4
/
+2
*
Fix naming reported by clang-tidy
mikhnenko
2025-10-01
2
-9
/
+9
*
Scan stack for args in darwin dbg
nechda
2025-09-26
1
-27
/
+18
*
Intermediate changes
robot-piglet
2025-09-25
1
-2
/
+0
*
feat util: fix ThreadSanitizer reported data race
antoshkka
2025-09-25
1
-8
/
+13
*
Looking for the return address more persistently
nechda
2025-09-24
1
-3
/
+28
*
Use 'size_t' instead of 'yint' that is not known in util
akhropov
2025-09-21
1
-1
/
+1
*
Remove a useless comment
akhropov
2025-09-21
1
-2
/
+0
*
Fix `-Wignored-qualifiers` improved in clang20 in util
mikhnenko
2025-09-13
1
-1
/
+1
*
no COW mode for TString
pg
2025-09-09
1
-0
/
+20
*
fix bug in GetMemInfo on freebsd
tldr
2025-08-29
1
-0
/
+4
*
Add forward-declaration of TBlob to util/generic/fwd.h
thegeorg
2025-08-22
1
-0
/
+2
*
Don't use deprecated literal operator
namorniradnug
2025-08-20
1
-13
/
+13
*
TTempFile should be move-only. Implement proper move semantics.
akhropov
2025-08-15
2
-5
/
+30
*
Intermediate changes
robot-piglet
2025-08-15
1
-1
/
+1
*
TIntrusivePtr is not needed here
akhropov
2025-08-11
2
-3
/
+2
*
Fix grammar, better wording and fix the version of the standard
akhropov
2025-08-11
1
-2
/
+2
*
Fix typo
mikailbag
2025-08-06
1
-1
/
+1
*
Y_HAS_CPP_ATTRIBUTE macro
swarmer
2025-08-05
1
-43
/
+50
*
Add Y_LIFETIME_CAPTURE_BY macro
mikhnenko
2025-08-04
1
-0
/
+18
*
removed bad hardcoded constant
salmpac
2025-08-04
1
-1
/
+1
*
[util] TTempDir: add a move constructor to prevent the same path from being d...
swarmer
2025-08-02
4
-0
/
+28
*
[util] fix the crash if the working directory was deleted before the initiali...
swarmer
2025-08-02
2
-1
/
+20
*
Make TShellCommand move-only
akhropov
2025-07-31
1
-1
/
+1
[next]