Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-09 | Fix WASM thread count option. Closes #7921. | Jussi Pakkanen | 1 | -2/+2 |
2020-09-24 | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 1 | -9/+9 |
2020-09-24 | compilers/mixins/emscripten: make type safe | Dylan Baker | 1 | -4/+11 |
2020-09-16 | linkers/compilers: Move an emscripten method to the compiler | Dylan Baker | 1 | -0/+7 |
2020-02-27 | compilers/linkers: Add a representation for wasm-ld | Dylan Baker | 1 | -20/+0 |
2020-02-27 | compilers/mixins/emscripten: Implement thread support | Dylan Baker | 1 | -0/+26 |
2020-02-27 | compilers/emcc: Fix inheritance order | Dylan Baker | 1 | -0/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -3/+3 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 |
2019-10-18 | emscripten: fix false positives in linking tests | Andrei Alexeyev | 1 | -0/+13 |
2019-10-18 | Refactor duplicate Emscripten code into a mixin | Andrei Alexeyev | 1 | -0/+33 |