aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/emscripten.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-12Fix the typing around Compiler._get_compile_output()Tristan Partin1-3/+1
2023-07-12Annotate naked fundamental Python typesTristan Partin1-1/+1
2023-07-12Use CompileCheckMode enumTristan Partin1-3/+4
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-12-27emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2022-12-27emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen1-1/+1
2022-12-27emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-1/+1
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen1-0/+34
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-01-20Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-1/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-1/+1
2021-01-04move OptionKey to mesonlibDylan Baker1-2/+3
2021-01-04use OptionKey for compiler_optionsDylan Baker1-3/+4
2020-11-09Fix WASM thread count option. Closes #7921.Jussi Pakkanen1-2/+2
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-9/+9
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker1-4/+11
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker1-0/+7
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-20/+0
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker1-0/+26
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker1-0/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-3/+3
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev1-0/+13
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev1-0/+33