index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
mixins
/
emscripten.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-05-21
compilers: add option for ignoring system dirs
David Seifert
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-05
options: use dataclasses for UserOption
Dylan Baker
2025-02-05
compilers: remove Compiler.create_option
Dylan Baker
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-12
Fix the typing around Compiler._get_compile_output()
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-12-27
emscripten: remove redundant `thread_flags` implementation
Kleis Auke Wolthuizen
2022-12-27
emscripten: use single arguments when specifying options
Kleis Auke Wolthuizen
2022-12-27
emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`
Kleis Auke Wolthuizen
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2021-08-08
Add support for finding Javascript source libraries with Emscripten.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-20
Avoid accidental use of STANDALONE_WASM mode on compiler tests
Brion Vibber
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-11-09
Fix WASM thread count option. Closes #7921.
Jussi Pakkanen
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/emscripten: make type safe
Dylan Baker
2020-09-16
linkers/compilers: Move an emscripten method to the compiler
Dylan Baker
2020-02-27
compilers/linkers: Add a representation for wasm-ld
Dylan Baker
2020-02-27
compilers/mixins/emscripten: Implement thread support
Dylan Baker
2020-02-27
compilers/emcc: Fix inheritance order
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-18
emscripten: fix false positives in linking tests
Andrei Alexeyev
2019-10-18
Refactor duplicate Emscripten code into a mixin
Andrei Alexeyev