serenity/Userland/Libraries/LibSQL
Ali Mohammad Pur ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI
This moves some stuff around to make LibGUI depend on LibSyntax instead
of the other way around, as not every application that wishes to do
syntax highlighting is necessarily a LibGUI (or even a GUI) application.
2023-08-29 07:57:39 -04:00
..
AST LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
BTree.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
BTree.h LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
BTreeIterator.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
CMakeLists.txt LibSQL: Remove unused HashIndex and related classes 2023-08-07 14:38:38 -04:00
Database.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Relation 2023-08-07 14:38:38 -04:00
Database.h LibSQL+SQLServer: Remove Core::EventReceiver parent from SQL::Database 2023-08-07 14:38:38 -04:00
Forward.h LibSQL: Remove unused HashIndex and related classes 2023-08-07 14:38:38 -04:00
Heap.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Heap 2023-08-07 14:38:38 -04:00
Heap.h LibSQL: Remove Core::EventReceiver parent from SQL::Heap 2023-08-07 14:38:38 -04:00
Index.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Index.h LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
Key.cpp
Key.h
Meta.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Relation 2023-08-07 14:38:38 -04:00
Meta.h LibSQL: Remove Core::EventReceiver parent from SQL::Relation 2023-08-07 14:38:38 -04:00
Result.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Result.h Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes 2023-06-18 08:47:51 +01:00
ResultSet.cpp LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 2022-02-10 23:11:13 +01:00
ResultSet.h LibSQL: Store selected column names in the results for SELECT statements 2023-02-03 20:34:45 +01:00
Row.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Row.h LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Serializer.cpp LibSQL: Clean up code style and remove unused includes 2023-04-23 18:08:17 -04:00
Serializer.h LibSQL: Add a note to Serializer about m_heap 2023-04-23 18:08:17 -04:00
SQLClient.cpp LibSQL: Block signals while forking SQLServer in Lagom 2023-03-28 09:18:50 +01:00
SQLClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
TreeNode.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Tuple.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Tuple.h LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
TupleDescriptor.h LibSQL: Clean up code style and remove unused includes 2023-04-23 18:08:17 -04:00
Type.h LibSQL: Rename Heap constants to match our code style 2023-04-23 18:08:17 -04:00
Value.cpp Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Value.h Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00