summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/emscripten.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen2021-08-081-0/+34
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber2021-01-201-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-1/+1
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+3
* use OptionKey for compiler_optionsDylan Baker2021-01-041-3/+4
* Fix WASM thread count option. Closes #7921.Jussi Pakkanen2020-11-091-2/+2
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-9/+9
* compilers/mixins/emscripten: make type safeDylan Baker2020-09-241-4/+11
* linkers/compilers: Move an emscripten method to the compilerDylan Baker2020-09-161-0/+7
* compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-20/+0
* compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-0/+26
* compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-0/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-3/+3
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* emscripten: fix false positives in linking testsAndrei Alexeyev2019-10-181-0/+13
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-181-0/+33