File tree
12 files changed
+18
-12
lines changed- .vscode
- Extern
- Libs
- AST/Include
- AST
- Compiler
- Editor/Include
- Tools
- Utils
- UI/Include/UI
12 files changed
+18
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
158 |
| - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 |
| |
160 | 164 |
| |
161 | 165 |
| |
|
- Include/Pipe/Core/BitArray.h+12-1
- Include/Pipe/Core/Broadcast.h+4-1
- Include/Pipe/Core/Char.h+1-1
- Include/Pipe/Core/Checks.h+2-1
- Include/Pipe/Core/GenericPlatform.h-109
- Include/Pipe/Core/GenericPlatformMisc.h+2-1
- Include/Pipe/Core/Hash.h+2-1
- Include/Pipe/Core/Limits.h+1-1
- Include/Pipe/Core/LinuxPlatform.h-43
- Include/Pipe/Core/MacPlatform.h-48
- Include/Pipe/Core/Map.h+2-1
- Include/Pipe/Core/PageBuffer.h+2-1
- Include/Pipe/Core/Set.h+2-1
- Include/Pipe/Core/String.h+2-1
- Include/Pipe/Core/StringView.h+1-1
- Include/Pipe/Core/TypeId.h+31-2
- Include/Pipe/Core/TypeName.h+7-3
- Include/Pipe/Core/TypeTraits.h+1-1
- Include/Pipe/Core/WindowsPlatform.h-34
- Include/Pipe/Files/Paths.h+2-1
- Include/Pipe/Files/PlatformPaths.h+2-1
- Include/Pipe/Files/STDFileSystem.h+2-1
- Include/Pipe/Memory/Alloc.h+2-1
- Include/Pipe/Memory/Arena.h+6-2
- Include/Pipe/Memory/Block.h+2-1
- Include/Pipe/Memory/Memory.h+2-1
- Include/Pipe/Memory/MemoryStats.h+2-1
- Include/Pipe/Memory/NewDelete.h+1-1
- Include/Pipe/Memory/STLAllocator.h+2-1
- Include/PipeArrays.h+1-1
- Include/PipeArraysFwd.h+1-1
- Include/PipeColor.h+4-5
- Include/PipeECS.h+13-1
- Include/PipeECSFwd.h+1-1
- Include/PipeMath.h+2-1
- Include/PipePlatform.h+186-89
- Include/PipeReflect.h+20-34
- Include/PipeSerialize.h+18-5
- Include/PipeSerializeFwd.h+1-1
- Include/PipeTime.h+4-1
- Src/Core/Guid.cpp+28-37
- Src/Core/String.cpp+4-4
- Src/PipeECS.cpp+14-2
- Src/PipeFiles.cpp+2-1
- Src/PipeReflect.cpp+2-1
- Src/PipeSerialize.cpp+46-46
- Tests/Math/Math.spec.cpp+2-1
- Tests/Reflection/Traits.spec.cpp+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments