-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule IconFontCppHeaders
updated
10 files
+15 −2 | IconsCodicons.cs | |
+15 −2 | IconsCodicons.go | |
+15 −2 | IconsCodicons.h | |
+15 −2 | IconsCodicons.py | |
+15 −2 | IconsCodicons.rs | |
+72 −1 | IconsMaterialDesignIcons.cs | |
+72 −1 | IconsMaterialDesignIcons.go | |
+72 −1 | IconsMaterialDesignIcons.h | |
+72 −1 | IconsMaterialDesignIcons.py | |
+72 −1 | IconsMaterialDesignIcons.rs |
Submodule cpuinfo
updated
7 files
+1 −1 | README.md | |
+2 −0 | include/cpuinfo.h | |
+23 −28 | src/arm/cache.c | |
+4 −0 | src/arm/linux/aarch32-isa.c | |
+3 −0 | src/arm/linux/aarch64-isa.c | |
+5 −2 | src/arm/uarch.c | |
+2 −0 | tools/cpu-info.c |
Submodule curl
updated
2020 files
Submodule efsw
updated
11 files
Submodule imgui
updated
21 files
+1 −1 | backends/imgui_impl_dx9.cpp | |
+78 −51 | backends/imgui_impl_glfw.cpp | |
+1 −0 | backends/imgui_impl_opengl3.cpp | |
+3 −3 | backends/imgui_impl_opengl3_loader.h | |
+15 −14 | backends/imgui_impl_osx.mm | |
+15 −0 | backends/imgui_impl_sdl2.cpp | |
+15 −0 | backends/imgui_impl_sdl3.cpp | |
+15 −0 | backends/imgui_impl_win32.cpp | |
+94 −24 | docs/CHANGELOG.txt | |
+3 −3 | docs/FAQ.md | |
+2 −2 | docs/README.md | |
+1 −2 | docs/TODO.txt | |
+1 −1 | imconfig.h | |
+209 −143 | imgui.cpp | |
+53 −39 | imgui.h | |
+147 −22 | imgui_demo.cpp | |
+8 −0 | imgui_draw.cpp | |
+56 −22 | imgui_internal.h | |
+219 −52 | imgui_tables.cpp | |
+57 −30 | imgui_widgets.cpp | |
+3 −1 | misc/freetype/imgui_freetype.cpp |
Submodule magic_enum
updated
3 files
+1 −1 | README.md | |
+25 −5 | include/magic_enum.hpp | |
+1 −10 | include/magic_enum_switch.hpp |
Submodule rapidjson
updated
2 files
+4 −2 | include/rapidjson/schema.h | |
+3 −0 | test/unittest/schematest.cpp |
Submodule spdlog
updated
14 files
+6 −0 | .git-blame-ignore-revs | |
+1 −1 | README.md | |
+13 −4 | include/spdlog/common.h | |
+13 −7 | include/spdlog/details/os-inl.h | |
+1 −0 | include/spdlog/fmt/chrono.h | |
+1 −0 | include/spdlog/fmt/compile.h | |
+1 −0 | include/spdlog/fmt/fmt.h | |
+1 −0 | include/spdlog/fmt/ostr.h | |
+1 −0 | include/spdlog/fmt/ranges.h | |
+1 −0 | include/spdlog/fmt/std.h | |
+1 −0 | include/spdlog/fmt/xchar.h | |
+7 −7 | include/spdlog/sinks/syslog_sink.h | |
+2 −2 | include/spdlog/sinks/systemd_sink.h | |
+ − | logos/spdlog.png |
Submodule stb
updated
15 files
+3 −3 | README.md | |
+0 −0 | deprecated/stb_image_resize.h | |
+10,303 −0 | stb_image_resize2.h | |
+224 −0 | stb_image_resize_test/dotimings.c | |
+2,738 −0 | stb_image_resize_test/old_image_resize.h | |
+56 −0 | stb_image_resize_test/oldir.c | |
+992 −0 | stb_image_resize_test/stbirtest.c | |
+999 −0 | stb_image_resize_test/vf_train.c | |
+9 −4 | tests/resample_test.cpp | |
+1 −1 | tests/resize.dsp | |
+0 −4 | tests/stb.dsp | |
+3 −2 | tests/test_c_compilation.c | |
+1 −1 | tests/test_cpp_compilation.cpp | |
+1 −1 | tools/README.header.md | |
+1 −1 | tools/README.list |
Submodule tinyfiledialogs
updated
from c628e1 to 776ad5