-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.3] Misc. build and warning fixes to pass CI and compile with recent SCons and GCC/Clang #98867
[3.3] Misc. build and warning fixes to pass CI and compile with recent SCons and GCC/Clang #98867
Commits on Nov 5, 2024
-
Update Android CI to use JDK 11.
(cherry picked from commit fe0b673)
Configuration menu - View commit details
-
Copy full SHA for 3c0dec1 - Browse repository at this point
Copy the full SHA 3c0dec1View commit details -
CI: Update all GitHub actions to their latest version
(cherry picked from commit 6b20281)
Configuration menu - View commit details
-
Copy full SHA for ff1703c - Browse repository at this point
Copy the full SHA ff1703cView commit details -
SCons: Fix Python 3.12 SyntaxError with regex escape sequences
(cherry picked from commit b362976)
Configuration menu - View commit details
-
Copy full SHA for 36687d7 - Browse repository at this point
Copy the full SHA 36687d7View commit details -
Mono: Replace distutils function with shutil equivalent
Fixes godotengine#91154. (cherry picked from commit ee61ad4)
Configuration menu - View commit details
-
Copy full SHA for 2fd2b8a - Browse repository at this point
Copy the full SHA 2fd2b8aView commit details -
Android: Replace deprecated distutils LooseVersion usage
(cherry picked from commit 9e9ea71)
Configuration menu - View commit details
-
Copy full SHA for dbbcfe3 - Browse repository at this point
Copy the full SHA dbbcfe3View commit details
Commits on Nov 6, 2024
-
Fix some array size function definition mismatch.
(cherry picked from commit 55845ba)
Configuration menu - View commit details
-
Copy full SHA for eb36a16 - Browse repository at this point
Copy the full SHA eb36a16View commit details -
[Core] Use std type traits to check operations triviality.
(cherry picked from commit 6f02183)
Configuration menu - View commit details
-
Copy full SHA for 1ee9c15 - Browse repository at this point
Copy the full SHA 1ee9c15View commit details -
macOS: Fix sprintf deprecation warning
Co-authored-by: bruvzg <[email protected]> (cherry picked from commit a297a69)
Configuration menu - View commit details
-
Copy full SHA for 67d2013 - Browse repository at this point
Copy the full SHA 67d2013View commit details -
Fix warnings found by Emscripten 3.1.10
Fix `-Wunused-but-set-variable`, `-Wunqualified-std-cast-call`, and `-Wliteral-range` warnings. (cherry picked from commit d8935b2)
Configuration menu - View commit details
-
Copy full SHA for d030633 - Browse repository at this point
Copy the full SHA d030633View commit details -
Fix some Clang -Wunused-but-set-variable warnings
(cherry picked from commit e771804)
Configuration menu - View commit details
-
Copy full SHA for e7f9102 - Browse repository at this point
Copy the full SHA e7f9102View commit details -
Fix building VHACD with GCC 13.
Fixes the following error: thirdparty/vhacd/inc/vhacdICHull.h:46:31: error: 'uint32_t' does not name a type 46 | ICHullError Process(const uint32_t nPointsCH, const double minVolume = 0.0); | ^~~~~~~~ Note the upstream version of the third party library is not affected. (cherry picked from commit a648d83)
Configuration menu - View commit details
-
Copy full SHA for 3f0f95f - Browse repository at this point
Copy the full SHA 3f0f95fView commit details -
Add missing stdint.h includes for GCC 13+
Fixes godotengine#77927. (cherry picked from commit 10676e7)
Configuration menu - View commit details
-
Copy full SHA for ebe60b8 - Browse repository at this point
Copy the full SHA ebe60b8View commit details -
Fix GCC 14 -Wtemplate-id-cdtor warnings
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
Configuration menu - View commit details
-
Copy full SHA for 842efb0 - Browse repository at this point
Copy the full SHA 842efb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b778c5c - Browse repository at this point
Copy the full SHA b778c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d569b - Browse repository at this point
Copy the full SHA 74d569bView commit details -
certs: Sync with Mozilla bundle as of Oct 19, 2024
bagder/ca-bundle@4d3fe66 Document matching mozilla-release changeset. (cherry picked from commit eb41ff0)
Configuration menu - View commit details
-
Copy full SHA for 3772a5f - Browse repository at this point
Copy the full SHA 3772a5fView commit details