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
/
library
/
cpp
/
yt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add noexcept to move constuctors and assignments - leftovers #3
osidorkin
2026-03-04
9
-20
/
+20
*
Intermediate changes
robot-piglet
2026-03-03
1
-2
/
+2
*
Intermediate changes
robot-piglet
2026-03-03
2
-3
/
+3
*
Add noexcept to move constuctors and assignments
osidorkin
2026-03-03
11
-21
/
+21
*
Enable -Wreturn-type
babenko
2026-03-03
1
-0
/
+1
*
Replace DangerousGetPtr with TWeakPtr
babenko
2026-03-01
2
-7
/
+84
*
YT-27536: Fix (seemingly benign) race in TTwoLevelFairShareQueue
babenko
2026-02-28
3
-227
/
+331
*
[yt string] move some dependencies out for 32bit build support
vasko
2026-02-27
4
-8
/
+16
*
YT-27453: Fix data race in NTabletNode::TChaosAgent::Disable
osidorkin
2026-02-25
1
-1
/
+1
*
Fixed error comparison
mikari
2026-02-20
2
-1
/
+15
*
YT-27436 Introduce PP_IS_EMPTY
dann239
2026-02-18
2
-0
/
+21
*
YT-22792 Support heterogeneous lookup for intrusive pointers
dann239
2026-02-18
2
-46
/
+91
*
YT-27361: Make TEnumIndexedArray fully constexpr
apachee
2026-02-11
2
-16
/
+16
*
YT-27167: Better TBitwiseUnversionedValueHash
pavook
2026-02-11
3
-0
/
+29
*
Add direct includes required by internal libcxx changes in library
mikhnenko
2026-02-10
1
-0
/
+1
*
YT-27244: range helpers move to library
panesher
2026-02-05
6
-0
/
+421
*
Do not copy holder ptr in TSharedMutableRange::GetHolder
pechatnov
2026-01-28
1
-2
/
+2
*
Fix description of TYsonString
babenko
2026-01-23
1
-1
/
+1
*
YT-18571: Use compound statements in YT_STATIC_INITIALIZER
babenko
2026-01-09
1
-2
/
+3
*
YT-22593: Switch enum ToString to std::string
dgolear
2026-01-07
2
-4
/
+4
*
Enable -Wswitch
babenko
2026-01-05
1
-0
/
+1
*
YT-27061: Make OKFuture constinit
babenko
2026-01-02
5
-32
/
+28
*
YT-26137: Introduce TCompactFlatSet
cherepashka
2025-12-25
5
-0
/
+699
*
Explicitly use TCowString in TYsonString
babenko
2025-12-24
3
-19
/
+11
*
TOrderedHashMap: fix self assignment
swarmer
2025-12-24
1
-0
/
+3
*
TErrorOr: propagate constuctible trait
swarmer
2025-12-24
3
-12
/
+254
*
Error attribute order is attribute adding order
pechatnov
2025-12-23
6
-1
/
+397
*
YT: Do not merge OK errors to inner errors
dgolear
2025-12-17
2
-12
/
+21
*
Intermediate changes
robot-piglet
2025-12-16
1
-5
/
+4
*
YT-22593: TString -> std::string in unittests
sabdenovch
2025-12-12
1
-0
/
+11
*
Remove extra slash from include
Mikhail Galanin
2025-12-12
1
-1
/
+1
*
YT-25976: fix blocks alignment in io requests
vvshlyaga
2025-12-04
2
-0
/
+51
*
[core] YT-26666: Ensure shard index and bucket index independence for random ...
apachee
2025-12-01
2
-1
/
+11
*
Cosmetics for strongtypedef
h0pless
2025-11-26
2
-22
/
+19
*
YT-25364: Support TNonEmpty serialization and fix issues
apollo1321
2025-11-25
4
-0
/
+394
*
Allow implicit cast from TIntrusivePtr<T> to TIntrusivePtr<const T>
kvk1920
2025-11-17
2
-12
/
+30
*
Add Y_LIFETIME_BOUND to TYsonStringBuf
apachee
2025-11-13
1
-3
/
+3
*
Annotate BYREF attribute accessors with Y_LIFETIME_BOUND
babenko
2025-11-12
1
-11
/
+12
*
Add an option to remove comparison operators for strong typedef
h0pless
2025-11-10
3
-49
/
+68
*
YT-18571: Refactor environ helpers
babenko
2025-11-02
6
-1
/
+138
*
YT-18571: Fixed range construction from span
koloshmet
2025-10-21
1
-1
/
+1
*
Fix a bunch of post-commit issues
ifsmirnov
2025-10-16
1
-4
/
+4
*
Mute or fix some checks improved in clang-tidy20 in library
mikhnenko
2025-10-15
1
-0
/
+2
*
Intermediate changes
robot-piglet
2025-09-30
1
-1
/
+1
*
Track RWSpinLock acquires per thread to ensure no reentrant usages are present
pavook
2025-09-30
7
-32
/
+247
*
Fix SymbolizeBacktrace mess
babenko
2025-09-27
5
-18
/
+44
*
YT-26288: Revert fork lock to writer starving spinlock
pavook
2025-09-26
6
-5
/
+51
*
Do not get ref counter when copy weak ptr
thenewone
2025-09-25
3
-17
/
+75
*
Intermediate changes
robot-piglet
2025-09-23
3
-5
/
+71
*
Fix potential pointers overflow
mikhnenko
2025-09-12
1
-1
/
+5
[prev]
[next]