File tree
14 files changed
+47
-28
lines changed- Apps/CLI/Src
- Extern
- Libs
- AST/Include/AST/Utils
- Bindings/Native/Compiler/Include
- Editor
- Include
- Statics
- Src
- Panels
- Systems
- Utils
- UI
- Include/UI
- Src
- Tests
14 files changed
+47
-28
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
| |||
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 |
| - | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
|
- Include/Pipe/Core/Generic/GenericPlatformProcess.h-34
- Include/Pipe/Core/GenericPlatform.h
- Include/Pipe/Core/GenericPlatformMisc.h-5
- Include/Pipe/Core/Linux/LinuxPlatformProcess.h-28
- Include/Pipe/Core/LinuxPlatform.h+1-1
- Include/Pipe/Core/LinuxPlatformMisc.h+2-9
- Include/Pipe/Core/Mac/MacPlatformProcess.h-28
- Include/Pipe/Core/MacPlatform.h+1-1
- Include/Pipe/Core/MacPlatformMisc.h+2-7
- Include/Pipe/Core/Platform.h+3-3
- Include/Pipe/Core/PlatformMisc.h+4-4
- Include/Pipe/Core/PlatformProcess.h-13
- Include/Pipe/Core/Windows/WindowsPlatformProcess.h-27
- Include/Pipe/Core/WindowsPlatform.h+1-1
- Include/Pipe/Core/WindowsPlatformMisc.h+1-3
- Include/Pipe/Files/FileWatcher.h-66
- Include/Pipe/Files/Files.h-8
- Include/Pipe/Files/LambdaFileIterator.h+8-8
- Include/Pipe/Files/Paths.h-8
- Include/Pipe/Files/PlatformPaths.h+119
- Include/Pipe/Files/STDFileSystem.h+7-12
- Include/PipeFiles.h+64-11
- Src/Core/Generic/GenericPlatformProcess.cpp-39
- Src/Core/GenericPlatformMisc.cpp+1-1
- Src/Core/WindowsPlatformMisc.cpp+1-20
- Src/Files/FileWatcher.cpp-68
- Src/Files/Files.cpp-18
- Src/Files/GenericPlatformPaths.cpp+38
- Src/Files/LinuxPlatformPaths.cpp+20-19
- Src/Files/MacPlatformPaths.cpp+16-15
- Src/Files/Paths.cpp+422-438
- Src/Files/STDFileSystem.cpp+19
- Src/Files/WindowsPlatformPaths.cpp+55-54
- Src/PipeFiles.cpp+68-5
- Tests/Core/Function.spec.cpp+2-1
- Tests/Core/PlatformProcess.spec.cpp+1-1
- Tests/Files/Paths.spec.cpp+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
| 24 | + | |
26 | 25 |
| |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 |
| - | |
| 481 | + | |
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
260 |
| - | |
261 |
| - | |
| 261 | + | |
| 262 | + | |
262 | 263 |
| |
263 | 264 |
| |
264 | 265 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
86 |
| - | |
87 |
| - | |
| 87 | + | |
| 88 | + | |
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| |||
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 |
| - | |
97 |
| - | |
| 97 | + | |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
10 |
| - | |
11 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 |
| |
13 | 21 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
| |||
173 | 175 |
| |
174 | 176 |
| |
175 | 177 |
| |
176 |
| - | |
| 178 | + | |
| 179 | + | |
177 | 180 |
| |
178 |
| - | |
| 181 | + | |
179 | 182 |
| |
180 |
| - | |
| 183 | + | |
181 | 184 |
| |
182 | 185 |
| |
183 | 186 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 |
| - | |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
|
0 commit comments