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
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Intermediate changes
robot-piglet
2025-06-23
1
-7
/
+13
*
Add TUniqueTypeList and NTL::TUnique
yurial
2025-06-22
2
-0
/
+41
*
Add TMultiHashMap::node_allocator_type
sergey-tiunov
2025-06-11
1
-0
/
+1
*
[util] the THashSet::operator== must compare elements using their comparison ...
swarmer
2025-06-08
3
-9
/
+111
*
adding the required includes, which were previously only available transitive...
swarmer
2025-05-30
2
-0
/
+3
*
remove unused includes
tobo
2025-05-21
2
-7
/
+2
*
GetRef in TPointerCommon
ilnurkh
2025-04-25
3
-0
/
+50
*
Intermediate changes
robot-piglet
2025-04-24
1
-1
/
+3
*
Fix grammar
akhropov
2025-03-28
1
-2
/
+2
*
Merge yexception.h and bt_exception.h to prevent include cycle
thegeorg
2025-03-28
5
-32
/
+20
*
Move TCowString to library
mikhnenko
2025-03-27
2
-8
/
+3
*
Added SafeCastToEnum
kshalnev
2025-03-27
5
-0
/
+138
*
[util] SafeIntegerCast: make fast path slightly faster & reduce code size
swarmer
2025-03-26
1
-10
/
+13
*
Fix Y_LIFETIMEBOUND placement in TArrayRef ctor
vadim-xd
2025-03-20
1
-1
/
+1
*
remove Y_STRING_LIFETIME_BOUND
tazjin
2025-03-12
1
-18
/
+0
*
check lifetimes of TStringBuf constructed from TString without taking into ac...
swarmer
2025-03-11
1
-1
/
+1
*
clang-format 18 in STYLE_CPP
alevitskii
2025-01-20
4
-6
/
+6
*
Intermediate changes
robot-piglet
2025-01-03
1
-2
/
+2
*
Do not yield GLOBAL define regarding current C++ runtime
thegeorg
2025-01-03
1
-1
/
+2
*
Remove non-existing functions.
akhropov
2024-12-24
4
-21
/
+2
*
Add using for TCowString
mikhnenko
2024-12-22
1
-0
/
+3
*
Add assertions for range bounds validity
akhropov
2024-12-18
5
-6
/
+22
*
Remove std::nullptr_t ctor for TString
dgolear
2024-12-09
3
-7
/
+4
*
More functions marked as noexcept.
akhropov
2024-11-30
1
-7
/
+7
*
removed redundant code after CTAD c++-17 feature
vtrunov
2024-11-28
1
-8
/
+1
*
Remove noexcept from operator== because it is not guaranteed that operator== ...
akhropov
2024-11-28
1
-1
/
+1
*
Add assert to front()
akhropov
2024-11-28
1
-0
/
+2
*
Remove TRbTree and TAvlTree from forward declarations as they are not in util
akhropov
2024-11-21
1
-6
/
+0
*
Part of PR. Style
nae202
2024-11-20
7
-97
/
+181
*
Remove methods Data, Size, Empty from TString
mikhnenko
2024-11-06
1
-0
/
+4
*
add ::element_type, .get() to smart pointers for better compatibility with std
pavook
2024-11-04
2
-0
/
+75
*
[util] migrate to STYLE_CPP
alevitskii
2024-10-28
1
-0
/
+2
*
Remove static method max_size from TString
mikhnenko
2024-10-25
1
-1
/
+1
*
remove unused includes in util/generic/string.h
tobo
2024-10-17
1
-2
/
+1
*
nodiscard attribute for the TReserveTag
swarmer
2024-10-16
1
-1
/
+1
*
include singleton.h only if needed
tobo
2024-10-08
1
-1
/
+3
*
check lifetime bound of TString const iterators
swarmer
2024-10-04
1
-8
/
+30
*
check lifetime bound of TString cast and Detach operators
swarmer
2024-09-28
1
-3
/
+3
*
check lifetime bound of TString modifier member functions
swarmer
2024-09-26
1
-69
/
+69
*
check lifetime bound of output streams
swarmer
2024-09-26
2
-2
/
+2
*
Support move-only key types in the Max/MinElementBy routines
swarmer
2024-09-26
2
-4
/
+14
*
Make TNothing nodiscard
vadim-xd
2024-09-25
1
-1
/
+1
*
faster implicit `TString` → `const std::string&` conversion: using template...
swarmer
2024-09-24
2
-1
/
+14
*
Disable cast to string& from TSring&&
mikhnenko
2024-09-23
1
-1
/
+1
*
FixNamespaceComments in /util
dmasloff
2024-09-05
72
-100
/
+100
*
Intermediate changes
robot-piglet
2024-09-03
2
-15
/
+20
[next]