-
-
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
21 changed files
with
22 additions
and
20 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python3 | ||
|
||
import json | ||
import subprocess | ||
|
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 IconFontCppHeaders
updated
77 files
Submodule curl
updated
2131 files
Submodule fast_float
updated
16 files
+23 −0 | .github/workflows/ubuntu22-gcc13.yml | |
+16 −0 | .github/workflows/ubuntu22-sanitize.yml | |
+3 −1 | CMakeLists.txt | |
+1 −0 | CONTRIBUTORS | |
+16 −2 | README.md | |
+7 −0 | SECURITY.md | |
+5 −1 | fuzz/from_chars.cc | |
+6 −5 | include/fast_float/ascii_number.h | |
+16 −5 | include/fast_float/float_common.h | |
+51 −5 | include/fast_float/parse_number.h | |
+123 −0 | script/release.py | |
+32 −13 | tests/CMakeLists.txt | |
+3 −0 | tests/basictest.cpp | |
+146 −133 | tests/fast_int.cpp | |
+60 −0 | tests/fixedwidthtest.cpp | |
+0 −1 | tests/installation_tests/find/CMakeLists.txt |
Submodule glm
updated
1655 files
Submodule imgui
updated
64 files
Submodule magic_enum
updated
35 files
Submodule rapidjson
updated
8 files
+24 −23 | .travis.yml | |
+9 −0 | CMakeLists.txt | |
+14 −1 | appveyor.yml | |
+2 −2 | include/rapidjson/document.h | |
+1 −1 | include/rapidjson/internal/regex.h | |
+1 −1 | include/rapidjson/rapidjson.h | |
+8 −8 | include/rapidjson/schema.h | |
+1 −1 | test/unittest/CMakeLists.txt |
Submodule spdlog
updated
46 files
Submodule tinyfiledialogs
updated
from 36e91b to 7bf259
Submodule unordered_dense
updated
10 files
+1 −1 | CMakeLists.txt | |
+16 −5 | README.md | |
+97 −9 | include/ankerl/unordered_dense.h | |
+1 −1 | meson.build | |
+2 −2 | scripts/build.py | |
+1 −0 | test/app/doctest.h | |
+2 −0 | test/meson.build | |
+36 −0 | test/unit/extract.cpp | |
+1 −1 | test/unit/namespace.cpp | |
+70 −0 | test/unit/tuple_hash.cpp |
Submodule utfcpp
updated
3 files
+1 −1 | .github/workflows/cmake-multi-platform.yml | |
+2 −1 | CMakeLists.txt | |
+7 −7 | README.md |