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-01-02 22:55:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3cb65645cfd682f32fee1271d2c7a710aff268fc
ladybird
/
Userland
/
Libraries
/
LibSQL
History
Timothy Flynn
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
...
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
AST
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
BTree.cpp
…
BTree.h
…
BTreeIterator.cpp
…
CMakeLists.txt
…
Database.cpp
LibSQL+SQLServer: Do not re-open databases
2023-06-13 16:33:42 -04:00
Database.h
LibSQL: Free heap storage when deleting rows
2023-05-25 06:19:16 -07:00
Forward.h
…
HashIndex.cpp
…
HashIndex.h
…
Heap.cpp
LibSQL+SQLServer: Do not re-open databases
2023-06-13 16:33:42 -04:00
Heap.h
LibSQL: Implement freeing heap storage
2023-05-25 06:19:16 -07:00
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
…
Result.cpp
…
Result.h
Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes
2023-06-18 08:47:51 +01:00
ResultSet.cpp
…
ResultSet.h
…
Row.cpp
…
Row.h
…
Serializer.cpp
…
Serializer.h
…
SQLClient.cpp
…
SQLClient.h
…
TreeNode.cpp
…
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
…
Value.cpp
…
Value.h
…