banan-os/BAN/include/BAN
Bananymous 090a294017 BAN: Add {little,big}_endian_to_host
These just call host_to_{little,big}_endian but are more verbose
and cleaner.
2024-04-09 01:13:28 +03:00
..
Array.h BAN: Remove unnecessary default constructor from Array 2024-03-06 16:01:52 +02:00
Assert.h BAN: Update ASSERT_NOT_REACHED message 2024-03-08 22:11:39 +02:00
Atomic.h BAN: Atomic memory order can be set per function call 2024-03-03 01:41:46 +02:00
Bitcast.h BAN: Implement bit_cast 2024-02-12 21:46:33 +02:00
ByteSpan.h BAN: Fix some includes 2024-02-08 03:13:21 +02:00
CircularQueue.h BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Debug.h BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Endianness.h BAN: Add {little,big}_endian_to_host 2024-04-09 01:13:28 +03:00
Errors.h BAN: Use strerrordesc_np instead of strerror 2024-02-14 14:58:27 +02:00
Formatter.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
ForwardList.h BAN: Add variant to ForwardList 2023-10-29 02:28:55 +03:00
Function.h BAN: Move placement new to its own file and fix includes 2024-01-31 23:55:41 +02:00
GUID.h BAN: Add basic GUID data structure 2023-11-21 15:11:50 +02:00
Hash.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
HashMap.h BAN: Add HashMap::remove(iterator) 2024-02-28 22:35:42 +02:00
HashSet.h BAN: Remove unstable hash map and set 2024-02-06 17:35:15 +02:00
IPv4.h Kernel/BAN: Fix network strucute endianness 2024-02-05 18:18:56 +02:00
Iteration.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Iterators.h BAN: Add HashMap::remove(iterator) 2024-02-28 22:35:42 +02:00
Limits.h BAN: Add {max,min}_exponent{2,10} to numeric_limits<T> 2024-02-16 15:27:40 +02:00
LinkedList.h BAN: Add cool API for LinkedList 2024-02-01 14:19:02 +02:00
MAC.h BAN: Add comparison for MAC 2024-02-03 18:03:27 +02:00
Math.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Move.h BAN: Move placement new to New.h 2023-12-07 23:52:57 +02:00
New.h BAN: Move placement new to its own file and fix includes 2024-01-31 23:55:41 +02:00
NoCopyMove.h BAN: Add RefCounted<> and Unique<> 2023-01-31 18:43:09 +02:00
Optional.h BAN: Move placement new to its own file and fix includes 2024-01-31 23:55:41 +02:00
PlacementNew.h BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Queue.h BAN: Add capacity() getter for Queue 2024-02-07 22:53:56 +02:00
RefPtr.h BAN: RefPtr can be constructed from other types 2023-07-10 11:48:11 +03:00
ScopeGuard.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Sort.h BAN: Implement basic radix sort for unsigned integers 2024-02-01 15:22:28 +02:00
Span.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
String.h BAN: Implement String::operator==(const String&) 2023-12-24 13:36:46 +02:00
StringView.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Swap.h BAN: implement basic swap 2023-12-07 09:26:17 +02:00
Time.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Traits.h BAN: Implement make_signed and make_unsigned 2024-03-22 12:35:20 +02:00
UTF8.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
UniqPtr.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Variant.h BAN: Add emplace for Variant 2024-02-07 22:33:16 +02:00
Vector.h BAN: Move placement new to its own file and fix includes 2024-01-31 23:55:41 +02:00
WeakPtr.h Kernel: Add operator bool() for WeakPtr 2024-02-08 02:26:46 +02:00