Bananymous
|
9b8de5025a
|
All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided
to go with snake_case :)
|
2023-02-01 21:05:44 +02:00 |
Bananymous
|
64f0cc0d42
|
BAN: fix Vector code
one return value was missing and AddressOf functions were kinda ugly
|
2023-01-18 17:18:54 +02:00 |
Bananymous
|
1340e26148
|
BAN: Add Vector::Emplace and EmplaceBack() and fix insert assignment
|
2023-01-17 11:59:36 +02:00 |
Bananymous
|
cf63552b2a
|
BAN: Cleanup includes
|
2023-01-17 11:38:16 +02:00 |
Bananymous
|
a02d4c59ed
|
BAN: Vector and Queue replace Address() with AddressOf and correct const
|
2023-01-16 12:10:16 +02:00 |
Bananymous
|
c62d512d68
|
BAN: Add Iterator and ConstIterator to Vector
|
2023-01-13 17:48:19 +02:00 |
Bananymous
|
0f4e95acc5
|
BAN: Rewrite vector with move semantics
|
2023-01-13 15:04:06 +02:00 |
Bananymous
|
61de71e0d5
|
BAN: Properly allocate/deallocate elements in Vector/Queue
|
2023-01-13 01:09:40 +02:00 |
Bananymous
|
6ed542d6bf
|
BAN: Queue and Vector now default initialize newly allocated elements
|
2023-01-13 01:00:50 +02:00 |
Bananymous
|
c33c6c5785
|
BAN: memcpy only if we already have a buffer
|
2023-01-13 00:17:19 +02:00 |
Bananymous
|
61bd9da8e0
|
BAN: Add [[nodiscard]] to BAN functions returning ErrorOr
|
2023-01-12 23:57:07 +02:00 |
Bananymous
|
78da037dda
|
BAN: String, Queue and Vector dont use floating point arithmetic
|
2023-01-12 17:00:29 +02:00 |
Bananymous
|
6f9552d673
|
BAN: Add math to its own namespace
|
2023-01-10 19:11:27 +02:00 |
Bananymous
|
1a65ea977d
|
BAN: Better ASSERT()
|
2023-01-10 17:43:18 +02:00 |
Bananymous
|
b60af90538
|
BAN: Add min, max and clamp
|
2022-12-30 19:52:16 +02:00 |
Bananymous
|
7ae00ac76e
|
BAN: Vector now has a Has() function
|
2022-12-20 11:38:29 +02:00 |
Bananymous
|
9fa3d891e9
|
BAN: Vector now has a copy constructor
|
2022-12-15 17:28:12 +02:00 |
Bananymous
|
57b5e7ecf3
|
BAN: Add pragma once to String and Vector
|
2022-12-13 15:15:36 +02:00 |
Bananymous
|
b42469efd7
|
BAN: Vector now has Back() and Front() helpers
|
2022-12-13 15:08:12 +02:00 |
Bananymous
|
07f61d9b82
|
BAN: Implement basic vector
|
2022-12-13 14:43:58 +02:00 |