banan-os/BAN/include/BAN
Bananymous 0e77b4dc4e BAN: You can now transform little endian data to host endian 2023-02-22 21:47:22 +02:00
..
Array.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Assert.h BAN: implement Variant<> for two types 2023-02-22 01:17:21 +02:00
Errors.h Kernel: Update ErrorOr API and add path find to VFS 2023-02-22 01:23:11 +02:00
Formatter.h BAN::Formatter now takes putc like function as a parameter 2022-12-27 19:55:07 +02:00
ForwardList.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Function.h BAN: Add getter for Function size 2023-02-02 23:19:18 +02:00
Hash.h BAN: Add basic hashing functionality 2023-02-10 02:59:30 +02:00
HashMap.h BAN: HashMap uses LinkedList as bucket, so kmalloc_fixed can be used 2023-02-22 21:46:41 +02:00
HashSet.h BAN: Basic containers have shrink_to_fit() method 2023-02-22 02:07:05 +02:00
LinkedList.h BAN: Make ErrorOr<> have attribute [[nodiscard]] 2023-02-19 20:10:30 +02:00
Math.h BAN: You can now transform little endian data to host endian 2023-02-22 21:47:22 +02:00
Memory.h All: Move to c++20 2023-02-09 23:05:26 +02:00
Move.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
NoCopyMove.h BAN: Add RefCounted<> and Unique<> 2023-01-31 18:43:09 +02:00
Queue.h BAN: Basic containers have shrink_to_fit() method 2023-02-22 02:07:05 +02:00
ScopeGuard.h BAN: Add basic ScopeGuard 2023-01-23 17:41:34 +02:00
String.h BAN: Basic containers have shrink_to_fit() method 2023-02-22 02:07:05 +02:00
StringView.h BAN: Make ErrorOr<> have attribute [[nodiscard]] 2023-02-19 20:10:30 +02:00
Time.h BAN::Formatter now takes putc like function as a parameter 2022-12-27 19:55:07 +02:00
Traits.h All: Move to c++20 2023-02-09 23:05:26 +02:00
UTF8.h BAN: Add function to decode utf-8 encoded strings 2023-02-22 21:45:26 +02:00
Variant.h BAN: implement Variant<> for two types 2023-02-22 01:17:21 +02:00
Vector.h BAN: Basic containers have shrink_to_fit() method 2023-02-22 02:07:05 +02:00