summaryrefslogtreecommitdiffstats
path: root/platform/web/detect.py
Commit message (Expand)AuthorAgeFilesLines
* [Web] Add workaround for missing export in threaded buildsFabio Alessandrelli2024-07-261-0/+5
* SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference fo...Rémi Verschelde2024-07-091-0/+1
* Disable `*glGetProcAddress()` on the webDavid Snopek2024-06-241-4/+3
* [Web] Force emcc to use "wasm" longjmp modeFabio Alessandrelli2024-06-141-0/+4
* [Web] Remove space between emscripten "-s" flags and the optionFabio Alessandrelli2024-06-141-25/+25
* Replace deprecated `USE_WEBGL2` linker flagAdam Scott2024-06-101-1/+1
* SCons: Minor fixes/adjustments for web compilationThaddeus Crews2024-05-241-1/+1
* SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-8/+8
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-5/+6
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-8/+8
* Fix platform name in the message about unsupported CPU architectureYevhen Babiichuk (DustDFG)2024-03-171-1/+1
* Add `WASM_BIGINT` linker flag to the web buildAdam Scott2024-02-201-0/+6
* SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
* Web: Bump closure compiler spec to ECMASCRIPT_2021Rémi Verschelde2024-02-061-1/+1
* Merge pull request #87981 from adamscott/add-emscripten--sgl_enable_get_proc_...Rémi Verschelde2024-02-051-0/+5
|\
| * Fix emscripten 3.1.51 breaking change about `*glGetProcAddress()`Adam Scott2024-02-051-0/+5
* | Add workaround for emscripten >= 3.1.47 LTO buildAdam Scott2024-02-041-0/+3
|/
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-8/+16
* SCons: Add `stack_size` and `default_pthread_stack_size` options to Web targetnikitalita2024-01-031-6/+7
* Set what were default values for some emscripten linkflagsAdam Scott2023-12-111-4/+10
* Revert to `proxy_to_pthread=no` as defaultAdam Scott2023-10-231-1/+1
* [Web] Fix closure compiler builds using BIGINTFabio Alessandrelli2023-10-211-1/+1
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+19
* Updated compiler version detectionMario Liebisch2023-09-251-1/+1
* Merge pull request #81716 from akien-mga/web-disable-raycast-embreeRémi Verschelde2023-09-221-0/+2
|\
| * Web: Disable raycast module by default (no occlusion culling)Rémi Verschelde2023-09-161-0/+2
* | Web: Fix version check for missing scalbnf LTO workaroundRémi Verschelde2023-09-181-7/+9
|/
* Web: Workaround Emscripten 3.1.42+ LTO regressionRémi Verschelde2023-09-051-0/+5
* Merge pull request #79578 from Faless/web/4.x_dlink_visibilityRémi Verschelde2023-08-171-0/+2
|\
| * [Web] Use fvisibility=hidden for side module when dlink_enabled.Fabio Alessandrelli2023-07-171-0/+2
* | SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-6/+3
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-4/+0
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+10
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+5
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-16/+7
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-0/+4
* [Web] Small fixes and enhancements.Fabio Alessandrelli2022-09-111-0/+4
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-7/+7
* [Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli2022-08-301-42/+28
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+243