File tree
6 files changed
+9
-11
lines changed- Extern
- Libs
- AST/Include/AST/Components
- Editor/Src/Tools
- UI
- Include/UI
- Src
6 files changed
+9
-11
lines changed- .vscode/launch.json+12-1
- Include/Misc/PipeDebug.h+322-46
- Include/Misc/PipeImGui.h+14-36
- Include/Pipe/Core/String.h+9-2
- Include/Pipe/Memory/Alloc.h-2
- Include/Pipe/Memory/Arena.h+2-5
- Include/Pipe/Memory/HeapArena.h+15-2
- Include/Pipe/Memory/MemoryStats.h+6-1
- Include/Pipe/Memory/MonoLinearArena.h+10-6
- Include/Pipe/Memory/MultiLinearArena.h-6
- Include/PipeECS.h+17-2
- Include/PipeMath.h+3-3
- Include/PipeReflect.h+21-16
- Include/PipeVectors.h+5
- Src/Memory/Alloc.cpp+2-27
- Src/Memory/MemoryStats.cpp+36-24
- Src/Memory/MonoLinearArena.cpp+11-4
- Src/PipeReflect.cpp+43-12
- Tests/CMakeLists.txt+1-1
- Tests/Core/String.spec.cpp+23
- Tests/Memory/MonoLinearArena.spec.cpp+22-12
- Tests/Reflection/MacroReflection.spec.cpp+2-2
- Tests/Reflection/Traits.spec.cpp+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 | 116 |
| |
120 | 117 |
| |
121 | 118 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
|
0 commit comments