summaryrefslogtreecommitdiffstats
path: root/platform/javascript/detect.py
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-243/+0
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-0/+10
* refactoring: simplify compiler version checkJiri Suchan2022-06-141-13/+7
* [HTML5] Add GDNative+Threads build.Fabio Alessandrelli2022-06-141-5/+12
* HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde2022-05-251-5/+0
* [JS] Add flag to disable weak symbols in ZSTD.Fabio Alessandrelli2022-05-031-0/+2
* Force threads when compiling web editor instead of erroring outHugo Locurcio2022-01-191-3/+3
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-14/+7
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* [HTML5] Make threads build the default.Fabio Alessandrelli2021-07-151-1/+1
* [HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli2021-07-131-2/+1
* LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli2021-06-011-0/+1
* [HTML5] Fix builds with recent emscripten versionsFabio Alessandrelli2021-04-301-4/+4
* [JS, Android] Re-add "no-exceptions" for export templates builds with ICU.bruvzg2021-04-201-1/+2
* Allow to not optimize release buildRafał Mikrut2021-03-141-9/+9
* [HTML5] Add PWA support to the editor page.Fabio Alessandrelli2021-03-081-4/+4
* [HTML5] Fix compilation issues in 4.0Fabio Alessandrelli2021-02-171-3/+11
* Add cwrap to EXTRA_EXPORTED_RUNTIME_METHODSQuadtree2021-02-161-1/+1
* Don't handle BaseException in JavaScript build scriptMarcel Admiraal2021-01-281-6/+5
* [HTML5] Better editor HTML, small refactor.Fabio Alessandrelli2021-01-251-2/+11
* [HTML5] Fix "initial_memory" build option parsingFabio Alessandrelli2021-01-251-2/+5
* [HTML5] Reorganize build script.Fabio Alessandrelli2021-01-101-1/+4
* Add support for WebXRDavid Snopek2021-01-041-1/+3
* Merge pull request #44315 from madmiraal/fix-handles-baseexceptionRémi Verschelde2020-12-121-3/+1
|\
| * Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-3/+1
* | HTML5: Code style cleanup for export codeRémi Verschelde2020-12-101-5/+5
|/
* [HTML5] Improve platform buildsystem.Fabio Alessandrelli2020-12-091-7/+48
* [HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli2020-12-051-10/+15
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-0/+2
* SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-1/+0
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-2/+5
* [HTML5] Update syntax for lto.Fabio Alessandrelli2020-11-101-1/+2
* Increase HTML5 THREADPOOL size.Fabio Alessandrelli2020-10-141-1/+1
* [HTML5] Scons now expects "emcc" to be in PATH.Fabio Alessandrelli2020-10-041-5/+3
* Add extra suffix for HTML5 thread builds.Fabio Alessandrelli2020-10-021-0/+1
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-2/+4
* DisplayServerJavaScript implementation.Fabio Alessandrelli2020-05-101-8/+8
* [HTML5] Locale, input fix, context, exit.Fabio Alessandrelli2020-05-101-0/+3
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-75/+77
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-111-56/+60
* Only emit the JavaScript support code for Web when building for HTML5Hugo Locurcio2020-01-311-0/+5
* Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde2019-12-031-0/+7
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-0/+1
* HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde2019-11-191-0/+4
* HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde2019-11-151-4/+1
* https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...mellondill2019-08-121-0/+3
* Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'Rémi Verschelde2019-07-221-1/+0
* Better detect Emscripten toolchain.Fabio Alessandrelli2019-07-091-2/+7
* Fix Emscripten root directory detection when building for HTML5Hugo Locurcio2019-06-191-3/+3