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
/
modules
/
unstable_simd.py
Age
Commit message (
Expand
)
Author
2022-08-17
interpreter: move handling of module stability to interpreter
Dylan Baker
2022-08-17
modules: Add stabilization information to ModuleInfo
Dylan Baker
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-01-18
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
Dylan Baker
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-04-28
Print '(cached)' when compiler result was cached
Daniel Mensinger
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2018-06-01
Add 0.42.0 features
Salamandar
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2017-09-18
Last round with listify function refactoring.
Alexis Jeandet
2017-08-04
Can pass all target kwargs through to SIMD invocations. Closes #2151.
Jussi Pakkanen
2017-07-19
Added documentation for SIMD module.
Jussi Pakkanen
2017-07-18
Turned SIMD into an unstable module.
Jussi Pakkanen