This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-30 01:08:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
558901acb4568401fe4494e47b5e622daf960346
ladybird
/
Userland
/
Libraries
/
LibSQL
History
Timothy Flynn
948bd50197
LibSQL: Replace DownPointer copy constructor with move constructor
...
Avoids awkwardly const-casting the "other" DownPointer.
2022-11-01 14:52:59 +00:00
..
AST
…
BTree.cpp
…
BTree.h
LibSQL: Replace DownPointer copy constructor with move constructor
2022-11-01 14:52:59 +00:00
BTreeIterator.cpp
…
CMakeLists.txt
…
Database.cpp
…
Database.h
…
Forward.h
…
HashIndex.cpp
…
HashIndex.h
…
Heap.cpp
LibSQL: Fix typo in debugging statement
2022-11-01 14:52:59 +00:00
Heap.h
…
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
…
Result.cpp
…
Result.h
…
ResultSet.cpp
…
ResultSet.h
…
Row.cpp
…
Row.h
…
Serializer.cpp
…
Serializer.h
LibSQL: Compute byte buffer offsets using size_t
2022-11-01 14:52:59 +00:00
SQLClient.cpp
…
SQLClient.h
…
TreeNode.cpp
LibSQL: Replace DownPointer copy constructor with move constructor
2022-11-01 14:52:59 +00:00
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
…
Value.cpp
…
Value.h
…