-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
34 lines (33 loc) · 819 Bytes
/
Copy pathTODO.txt
File metadata and controls
34 lines (33 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Unit Tests:
- memory.hpp
- math/projection.hpp
- math/transform.hpp
- math/vec2.hpp - format
- math/vec3.hpp - format
- math/vec4.hpp - format
Features:
- assert.hpp: Custom assertions
- random.hpp
- static_cyclic_buffer.hpp
- static_vector.hpp
- uuid.hpp
- math/quaternion.hpp
- threadpool.hpp
- logging library
- cpuid library
- https://en.wikipedia.org/wiki/CPUID
- requirements.hpp
- Meta programming often needs certain functions to exist, like in containers.
Define concepts like 'container' to satisfy those requirements.
- vector.hpp
- Custom vector implementation
- memory.hpp
- Add tracking_allocator
- This will be an allocator that keeps track of the amount of bytes it ha allocated
- dynamic_bitset
- vector<bool> sucks
- demangle.hpp
- Demangling typeid names
- algorithm
- average
- median