banan-os/BAN/include/BAN
Bananymous 65f299038d BAN: Implement traits {true,false}_type with integral_constant 2024-06-03 17:51:44 +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: Fix dwarnln and derrorln stop color 2024-05-31 13:04:36 +03:00
Endianness.h BAN: Add {little,big}_endian_to_host 2024-04-09 01:13:28 +03:00
Errors.h BAN: Make String and StringView header only 2024-05-23 15:43:26 +03: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: Increase BAN::Function storage size to 8 pointers 2024-05-28 16:01:41 +03: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: Mark some class methods as constexpr 2024-05-28 01:07:29 +03: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: Mark some class methods as constexpr 2024-05-28 01:07:29 +03: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: Mark RefPtr and WeakPtr helper destructors virtual 2024-06-02 16:50:26 +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: Make String and StringView header only 2024-05-23 15:43:26 +03:00
StringView.h BAN: Mark some class methods as constexpr 2024-05-28 01:07:29 +03: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 traits {true,false}_type with integral_constant 2024-06-03 17:51:44 +03:00
UTF8.h BAN: Implement BAN::UTF8::to_codepoint() for single byte types 2024-06-03 03:39:57 +03: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 BAN: Mark RefPtr and WeakPtr helper destructors virtual 2024-06-02 16:50:26 +03:00