| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Emscripten 1.37.24 no longer exports these by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ci skip]
|
|
|
|
Closes #15385.
|
|
satisfied, fixes #15298
|
|
|
|
|
|
manually. Fixes #15315
|
|
Also made LINK and CXXFLAGS configurable as command line options.
Note that LINK currently expects the *compiler* that will be used
for linking and will call its configured linker behind the scenes
(so g++, clang++, etc., not ld.gold). See #15364 for details.
|
|
#15316
|
|
other issues.
|
|
otherwise out of luck.
|
|
|
|
|
|
|
|
|
|
still look broken somehow..
|
|
|
|
|
|
|
|
|
|
|
|
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
|
|
- The header now always ends with exactly one empty line
- Comments after the header are no longer removed
- Improved readability with clearer file names and comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #15300
|
|
Commit ammended by @akien-mga to fix more platforms.
|