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
*
Enable clang-format FixNamespaceComments option
dmasloff
2024-09-05
1
-2
/
+2
*
FixNamespaceComments in /util
dmasloff
2024-09-05
286
-363
/
+363
*
Intermediate changes
robot-piglet
2024-09-03
2
-15
/
+20
*
Detect default implementation of THashHelper
yurial
2024-09-03
1
-0
/
+2
*
Remove Y_UNIT_TEST from config.clang-format
dmasloff
2024-08-30
4
-7
/
+4
*
KIKIMR-21908: fix a bug in CPUID/AVX512F call
eivanov89
2024-08-26
1
-5
/
+5
*
Remove remaining calls of Container() (fixup rXXXXXX)
vadim-xd
2024-08-23
1
-3
/
+4
*
Add TPriorityQueue::PopValue
vadim-xd
2024-08-21
2
-1
/
+45
*
Set SpacesInLineCommentPrefix to 1 in /util
dmasloff
2024-08-17
100
-305
/
+305
*
Allow to use clang < 13 as a CUDA host compiler (as intended for CUDA < 11.8).
akhropov
2024-08-16
1
-1
/
+1
*
check the lifetime bounds of stream adapters
swarmer
2024-08-16
6
-10
/
+10
*
Remove unused include and type alias
vadim-xd
2024-08-12
1
-2
/
+0
*
Extract convertion WideToUTF8 to common header.
sath
2024-08-12
1
-0
/
+10
*
Revert "rXXXXXX: Enum range to util"
swarmer
2024-08-09
5
-312
/
+0
*
Replace Apply to std::apply
bulatman
2024-08-09
1
-7
/
+0
*
check the lifetime bounds of the explicit_type, the lazy_value, and the queue...
swarmer
2024-08-08
3
-8
/
+8
*
util: simpler implementation of the `EqualToOneOf` and `CountOf` algorithms u...
swarmer
2024-08-08
1
-16
/
+6
*
check the lifetime bound of the MinMax algo
swarmer
2024-08-08
1
-1
/
+1
*
check the lifetime bound of the TArrayRef
swarmer
2024-08-08
1
-8
/
+8
*
Make Apply just alias to std::apply
bulatman
2024-08-07
1
-14
/
+2
*
check the lifetime bound of the TStringBuf, constructed from a substring of ...
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime bound of the TStringBuf, constructed from a TStringBuf wi...
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime bound of the ptr-store-policy
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime of various algorithms that return a substring of the inpu...
swarmer
2024-08-07
4
-4
/
+4
*
check the lifetime bound of the yexception
swarmer
2024-08-07
1
-3
/
+3
*
Add missed move assignment for TFileHandle
drbasic
2024-08-05
2
-1
/
+31
*
Intermediate changes
robot-piglet
2024-08-01
1
-7
/
+14
*
check lifetime of the TBlob no-copy-view
swarmer
2024-08-01
1
-1
/
+1
*
[yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl
nadya73
2024-07-30
1
-0
/
+4
*
Fixed Strip function usage with system std::string
brgayazov
2024-07-29
1
-2
/
+2
*
check lifetime bounds of a TStringBuf constructed from pointers
swarmer
2024-07-27
1
-3
/
+3
*
check the lifetime bounds of a TStringBuf constructed from a TString, if TStr...
swarmer
2024-07-24
2
-0
/
+24
*
check lifetime bounds of TStringBuf constructed from std::string
swarmer
2024-07-24
1
-1
/
+3
*
Fix src_root for cl.exe.
akhropov
2024-07-23
1
-0
/
+7
*
check lifetime bound of the string in the TStringInput/TStringOutput classes
swarmer
2024-07-18
1
-2
/
+2
*
check lifetime bound of the buffer referred by the TMemoryInput stream
swarmer
2024-07-15
1
-2
/
+2
*
Enum range to util
chezzie
2024-06-25
5
-0
/
+312
*
Implement TFile::Fallocate for Windows.
sath
2024-06-20
1
-0
/
+6
*
fix typo
tobo
2024-06-18
1
-3
/
+3
*
[util] Check lifetime of the move-only type passed through the TMaybe::GetOrE...
swarmer
2024-06-14
2
-0
/
+34
*
[util] Instantiation of TMaybe with an array type is ill-formed
swarmer
2024-06-14
1
-0
/
+2
*
Use ::strnicmp instead of strnicmp (fix build errors in files that use namesp...
vadim-xd
2024-06-09
2
-7
/
+7
*
Add TStringBuf constructor from TStringBuf with other char traits
vadim-xd
2024-06-07
1
-0
/
+6
*
feat util/system: add a possibility to disable exit handlers, use it in rate-...
itrofimow
2024-06-06
2
-0
/
+21
*
[util] Better precision of the ProcessUptime on linux
swarmer
2024-06-06
1
-3
/
+9
*
unaligned_mem.h rename fields
hakob
2024-06-05
1
-12
/
+12
*
UTIL: ProcUptime - process uptime
leasid
2024-05-28
5
-0
/
+73
*
minor fix in util path
skrivohatskiy
2024-05-19
1
-4
/
+4
*
[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
4
-43
/
+94
[next]