Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
24 changed files
with
460 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,3 +8,4 @@ AlignTrailingComments: true | ||
BreakBeforeBinaryOperators: All | ||
AlignOperands: true | ||
AllowShortCaseLabelsOnASingleLine: true | ||
SortIncludes: false |
Submodule EventBus
updated
7 files
+69 −19 | .travis.yml | |
+1 −1 | lib/CMakeLists.txt | |
+12 −3 | lib/include/eventbus/AsyncEventBus.h | |
+16 −7 | lib/src/eventbus/AsyncEventBus.cpp | |
+2 −1 | performance/CMakeLists.txt | |
+1 −1 | performance/benchmark | |
+0 −2 | performance/src/EventBusPerformance.cpp |
Submodule filesystem
updated
13 files
+16 −0 | .appveyor.yml | |
+29 −6 | .travis.yml | |
+30 −24 | CMakeLists.txt | |
+171 −41 | README.md | |
+3 −1 | cmake/GhcHelper.cmake | |
+17 −16 | examples/dir.cpp | |
+6 −2 | examples/du.cpp | |
+468 −239 | include/ghc/filesystem.hpp | |
+7 −2 | include/ghc/fs_std.hpp | |
+7 −2 | include/ghc/fs_std_fwd.hpp | |
+7 −2 | include/ghc/fs_std_impl.hpp | |
+30 −10 | test/CMakeLists.txt | |
+257 −25 | test/filesystem_test.cpp |
Submodule fmt
updated
51 files
Submodule glm
updated
1248 files
Submodule imgui
updated
71 files
Submodule magic_enum
updated
12 files
+2 −5 | .appveyor.yml | |
+1 −0 | .gitignore | |
+27 −9 | .travis.yml | |
+1 −1 | CMakeLists.txt | |
+15 −86 | README.md | |
+1 −1 | conanfile.py | |
+70 −0 | doc/limitations.md | |
+295 −0 | doc/reference.md | |
+1 −6 | example/example.cpp | |
+288 −224 | include/magic_enum.hpp | |
+3,125 −767 | test/3rdparty/Catch2/catch.hpp | |
+203 −37 | test/test.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.