Age | Commit message (Expand) | Author |
2019-04-23 | Merge pull request #27868 from marxin/add-more-warnings | Hein-Pieter van Braam |
2019-04-19 | Drop unused thekla_atlas dependency | Rémi Verschelde |
2019-04-10 | Add more warnings on top of -Wall and -Wextra. | marxin |
2019-04-06 | Remove unused imports | Hendrikto |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-04-05 | SCons: add `methods.using_clang` to check used compiler | Rémi Verschelde |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky |
2019-02-25 | Merge pull request #26160 from marxin/come-up-with-use_gcc | Hein-Pieter van Braam |
2019-02-23 | Come up with use_gcc. | marxin |
2019-02-23 | Add -Wwrite-strings into all and extra warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-10 | Merge pull request #25764 from akien-mga/scons-relative-import | Rémi Verschelde |
2019-02-10 | SCons: Fix import clash between Godot and system modules | Rémi Verschelde |
2019-02-10 | SCons: Make MD5-timestamp decider and implicit_cache debug-only | Rémi Verschelde |
2018-12-21 | Fix possible error in "disable_advanced_gui" flag's description | Michael Alexsander Silva Dias |
2018-12-20 | Core: Drop unused global_defaults logic | Rémi Verschelde |
2018-11-18 | SCons: Corrects $LIBSUFFIXES environment variable for Windows | Erik |
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael |
2018-10-04 | SCons: Add 'werror' opt-in to treat warning as errors | Rémi Verschelde |
2018-10-04 | SCons: Set default warnings level to all (-Wall or /W3) | Rémi Verschelde |
2018-10-03 | Fix some warnings raised by MSVC 2017 | Rémi Verschelde |
2018-10-02 | Disable forced inline when building in debug. | Juan Linietsky |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-29 | Added xatlas as alternative to thekla, forced it on. | Juan Linietsky |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli |
2018-09-15 | Bundle SSL certs with the templates. | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-29 | BuildSystem: Sort input file lists | Bernhard M. Wiedemann |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-23 | SCons: Keep default platform lib extensions in LIBSUFFIXES | Rémi Verschelde |
2018-07-21 | SCons: Prevent using disable_3d or disable_advanced_gui with tools=yes | Rémi Verschelde |
2018-07-21 | -Fix disable_3d flag | Juan Linietsky |
2018-07-05 | added 'android_add_asset_dir('...') method to Android module gradle build config | Patrick Kaster |
2018-06-21 | add NoCache wrapper to Command | Rhody Lugo |
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio |
2018-06-07 | SCons: Allow unbundling libwebsockets and miniupnpc | Rémi Verschelde |
2018-06-07 | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli |
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-14 | Merge pull request #17194 from garyo/scons_find_msvc | Rémi Verschelde |
2018-03-14 | SCons: Fix running 'scons' without platform argument | Rémi Verschelde |
2018-03-13 | Enable SCons to autodetect Windows MSVC compiler | Gary Oberbrunner |
2018-03-10 | Avoid confusing traceback on attempting build without platform option | Viktor Ferenczi |