File tree
24 files changed
+460
-276
lines changed- externals
- miniz
- stb
- src
- platform/windows/gui
- debug
- file
- options
- renderer/opengl/shader
24 files changed
+460
-276
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + |
Submodule filesystem updated 13 files
- .appveyor.yml+16
- .travis.yml+29-6
- CMakeLists.txt+30-24
- README.md+171-41
- cmake/GhcHelper.cmake+3-1
- examples/dir.cpp+17-16
- examples/du.cpp+6-2
- include/ghc/filesystem.hpp+468-239
- include/ghc/fs_std.hpp+7-2
- include/ghc/fs_std_fwd.hpp+7-2
- include/ghc/fs_std_impl.hpp+7-2
- test/CMakeLists.txt+30-10
- test/filesystem_test.cpp+257-25
- .travis.yml-39
- CMakeLists.txt+8-13
- ChangeLog.rst+268-1
- README.rst+26-39
- doc/_templates/layout.html+1-1
- doc/api.rst+86-29
- doc/build.py+1-1
- doc/index.rst+20-30
- doc/syntax.rst+9-8
- doc/usage.rst+11-1
- include/fmt/chrono.h+292-18
- include/fmt/color.h+31-46
- include/fmt/compile.h+441-320
- include/fmt/core.h+175-72
- include/fmt/format-inl.h+633-237
- include/fmt/format.h+591-597
- include/fmt/ostream.h+14-9
- include/fmt/posix.h+27-17
- include/fmt/printf.h+14-18
- include/fmt/ranges.h+78-1
- include/fmt/safe-duration-cast.h-293
- src/format.cc+17-11
- src/posix.cc+9-5
- support/Vagrantfile+1-1
- support/cmake/fmt.pc.in+2-2
- test/CMakeLists.txt+25-4
- test/assert-test.cc+11
- test/color-test.cc+3-1
- test/compile-test.cc+31-228
- test/core-test.cc+29-17
- test/cuda-test/CMakeLists.txt+73
- test/cuda-test/cpp14.cc+11
- test/cuda-test/cuda-cpp14.cu+28
- test/custom-formatter-test.cc+2-2
- test/format+5-5
- test/format-impl-test.cc+229-41
- test/format-test.cc+169-62
- test/grisu-test.cc+19-1
- test/gtest-extra-test.cc+28-26
- test/gtest-extra.cc+2-2
- test/gtest-extra.h+5-12
- test/locale-test.cc+50-13
- test/ostream-test.cc+41-5
- test/posix-mock-test.cc+4-1
- test/posix-test.cc+4-6
- test/printf-test.cc+21-20
- test/ranges-test.cc+36-4
- test/scan.h+2-1
- test/std-format-test.cc+4-8
- test/test-assert.h+5
- test/util.cc+6
Submodule glm updated 1248 files
- .gitattributes+30
- .github/issue_template.md+6-6
- .github/pull_request_template.md
- .github/workflows/build.yml+241
- .travis.yml-34
- docs/CHANGELOG.txt+77-4
- docs/FAQ.md+536
- docs/FONTS.txt+87-78
- docs/README.md+50-145
- docs/TODO.txt+6-4
- examples/.gitignore+4
- examples/README.txt+25-9
- examples/example_allegro5/README.md+4-2
- examples/example_allegro5/main.cpp+1-1
- examples/example_apple_opengl2/main.mm+1-1
- examples/example_emscripten/Makefile+5-2
- examples/example_emscripten/README.md+7-3
- examples/example_emscripten/main.cpp+1-1
- examples/example_glfw_metal/main.mm+1-1
- examples/example_glfw_opengl2/main.cpp+3-3
- examples/example_glfw_opengl3/main.cpp+1-1
- examples/example_glfw_vulkan/main.cpp+3-3
- examples/example_glut_opengl2/main.cpp+1-1
- examples/example_marmalade/main.cpp+1-1
- examples/example_null/Makefile+15
- examples/example_sdl_directx11/example_sdl_directx11.vcxproj+180-180
- examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters+56-56
- examples/example_sdl_directx11/main.cpp+3-1
- examples/example_sdl_opengl2/main.cpp+3-1
- examples/example_sdl_opengl3/main.cpp+3-1
- examples/example_sdl_vulkan/main.cpp+3-3
- examples/example_win32_directx10/main.cpp+1-1
- examples/example_win32_directx11/main.cpp+1-1
- examples/example_win32_directx12/main.cpp+23-10
- examples/example_win32_directx9/main.cpp+1-1
- examples/imgui_impl_allegro5.cpp+4-4
- examples/imgui_impl_allegro5.h+1-1
- examples/imgui_impl_dx10.cpp+2-2
- examples/imgui_impl_dx10.h+2-2
- examples/imgui_impl_dx11.cpp+2-2
- examples/imgui_impl_dx11.h+2-2
- examples/imgui_impl_dx12.cpp+26-14
- examples/imgui_impl_dx12.h+4-3
- examples/imgui_impl_dx9.cpp+2-2
- examples/imgui_impl_dx9.h+2-2
- examples/imgui_impl_glfw.cpp+13-1
- examples/imgui_impl_marmalade.cpp+1-1
- examples/imgui_impl_marmalade.h+1-1
- examples/imgui_impl_metal.h+2-2
- examples/imgui_impl_metal.mm+2-2
- examples/imgui_impl_opengl2.cpp+2-2
- examples/imgui_impl_opengl2.h+1-1
- examples/imgui_impl_opengl3.cpp+36-21
- examples/imgui_impl_opengl3.h+4-4
- examples/imgui_impl_osx.h+1-1
- examples/imgui_impl_osx.mm+13-9
- examples/imgui_impl_sdl.cpp+1-1
- examples/imgui_impl_vulkan.cpp+2-2
- examples/imgui_impl_vulkan.h+5-5
- examples/libs/usynergy/uSynergy.c+636-636
- imconfig.h+7-6
- imgui.cpp+530-555
- imgui.h+74-71
- imgui_demo.cpp+215-118
- imgui_draw.cpp+24-24
- imgui_internal.h+213-106
- imgui_widgets.cpp+261-224
- imstb_textedit.h+1-1
- imstb_truetype.h+1-1
- misc/fonts/binary_to_compressed_c.cpp+3-2
- misc/freetype/imgui_freetype.cpp+2-2
externals/miniz/miniz.c
100755
100644
+15-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
85 | 92 |
| |
86 | 93 |
| |
87 | 94 |
| |
| |||
157 | 164 |
| |
158 | 165 |
| |
159 | 166 |
| |
160 |
| - | |
| 167 | + | |
161 | 168 |
| |
162 | 169 |
| |
163 | 170 |
| |
164 | 171 |
| |
165 |
| - | |
| 172 | + | |
166 | 173 |
| |
167 | 174 |
| |
168 | 175 |
| |
169 | 176 |
| |
170 |
| - | |
| 177 | + | |
171 | 178 |
| |
172 | 179 |
| |
173 | 180 |
| |
| |||
654 | 661 |
| |
655 | 662 |
| |
656 | 663 |
| |
657 |
| - | |
658 | 664 |
| |
659 | 665 |
| |
660 | 666 |
| |
| |||
2205 | 2211 |
| |
2206 | 2212 |
| |
2207 | 2213 |
| |
2208 |
| - | |
| 2214 | + | |
2209 | 2215 |
| |
2210 | 2216 |
| |
2211 | 2217 |
| |
| |||
2945 | 2951 |
| |
2946 | 2952 |
| |
2947 | 2953 |
| |
2948 |
| - | |
| 2954 | + | |
2949 | 2955 |
| |
2950 | 2956 |
| |
2951 | 2957 |
| |
| |||
3044 | 3050 |
| |
3045 | 3051 |
| |
3046 | 3052 |
| |
3047 |
| - | |
| 3053 | + | |
3048 | 3054 |
| |
3049 | 3055 |
| |
3050 | 3056 |
| |
| |||
4888 | 4894 |
| |
4889 | 4895 |
| |
4890 | 4896 |
| |
4891 |
| - | |
| 4897 | + | |
4892 | 4898 |
| |
4893 | 4899 |
| |
4894 | 4900 |
| |
|
0 commit comments