-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update libraries to reduced memory usage variants
- Loading branch information
Astral-C
committed
Sep 9, 2024
1 parent
9cafbd0
commit d25089a
Showing
9 changed files
with
20 additions
and
7 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
Submodule J3DUltra
updated
23 files
Submodule fmt
updated
26 files
+7 −2 | .github/workflows/linux.yml | |
+5 −1 | .github/workflows/macos.yml | |
+1 −6 | .github/workflows/windows.yml | |
+7 −1 | CMakeLists.txt | |
+7 −16 | include/fmt/args.h | |
+229 −171 | include/fmt/base.h | |
+15 −16 | include/fmt/color.h | |
+10 −0 | include/fmt/format-inl.h | |
+93 −88 | include/fmt/format.h | |
+6 −6 | include/fmt/os.h | |
+34 −87 | include/fmt/ostream.h | |
+7 −16 | include/fmt/ranges.h | |
+4 −2 | include/fmt/std.h | |
+61 −9 | include/fmt/xchar.h | |
+9 −1 | src/fmt.cc | |
+1 −0 | src/format.cc | |
+1 −1 | support/python/mkdocstrings_handlers/cxx/__init__.py | |
+18 −17 | test/base-test.cc | |
+1 −27 | test/compile-error-test/CMakeLists.txt | |
+1 −1 | test/compile-test.cc | |
+2 −2 | test/format-test.cc | |
+19 −11 | test/gtest/gmock-gtest-all.cc | |
+24 −10 | test/gtest/gmock/gmock.h | |
+4 −3 | test/gtest/gtest/gtest.h | |
+2 −0 | test/std-test.cc | |
+2 −89 | test/xchar-test.cc |
Submodule imgui
updated
16 files
+5 −1 | backends/imgui_impl_glfw.cpp | |
+4 −2 | backends/imgui_impl_sdl3.cpp | |
+1 −1 | backends/imgui_impl_sdl3.h | |
+2 −0 | backends/imgui_impl_sdlrenderer3.cpp | |
+2 −0 | backends/imgui_impl_sdlrenderer3.h | |
+37 −23 | docs/CHANGELOG.txt | |
+5 −1 | docs/FONTS.md | |
+1 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −1 | examples/example_sdl3_sdlrenderer3/main.cpp | |
+16 −3 | imgui.cpp | |
+6 −6 | imgui.h | |
+16 −2 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+5 −3 | imgui_internal.h | |
+17 −15 | imgui_tables.cpp | |
+4 −3 | imgui_widgets.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
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
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
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
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