banan-os/BAN/include/BAN
Bananymous 66a4b69a29 BAN: Math now uses template concepts and add div_round_up 2023-02-19 00:48:56 +02:00
..
Array.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Errors.h BAN: Fix ErrorOr<void> to actually set error byte 2023-02-10 01:06:18 +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
HashSet.h BAN: Implement basic HashSet 2023-02-10 02:59:52 +02:00
LinkedList.h BAN: LinkedList now uses iterators instead of const_iterators on methods 2023-02-09 23:06:16 +02:00
Math.h BAN: Math now uses template concepts and add div_round_up 2023-02-19 00:48:56 +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: Vector's and Queue's underlying type is T* instead of uint8_t* 2023-02-10 00:12:23 +02:00
ScopeGuard.h BAN: Add basic ScopeGuard 2023-01-23 17:41:34 +02:00
String.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
StringView.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +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
Vector.h BAN: Add data() to Vector. 2023-02-16 20:47:49 +02:00