Timothy Flynn
|
27478ec7d4
|
Everywhere: Run clang-format
The following command was used to clang-format these files:
clang-format-19 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
|
2024-12-28 05:39:32 -08:00 |
|
Pavel Shliak
|
d55caff227
|
LibFileSystem: Fix Windows build
This reverts part of b3c253e50f
|
2024-11-21 11:15:49 +01:00 |
|
Pavel Shliak
|
b3c253e50f
|
LibFileSystem: Clean up #include directives
This change aims to improve the speed of incremental builds.
|
2024-11-20 15:17:53 +01:00 |
|
stasoid
|
33e7d6121b
|
LibFileSystem: Port to Windows
|
2024-11-19 14:35:52 -07:00 |
|
stasoid
|
d87144fde2
|
LibFileSystem: Remove some unused functions
|
2024-11-19 14:35:52 -07:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|