summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/unstable_simd.py
AgeCommit message (Expand)Author
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker
2022-08-17modules: Add stabilization information to ModuleInfoDylan Baker
2022-08-17modules: use module level information about new and deprecationDylan Baker
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker
2021-06-18holders: remove unholderDaniel Mensinger
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger
2019-04-25Don't use len() to test for container emptinessDylan Baker
2018-06-01Add 0.42.0 featuresSalamandar
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2017-09-18Last round with listify function refactoring.Alexis Jeandet
2017-08-04Can pass all target kwargs through to SIMD invocations. Closes #2151.Jussi Pakkanen
2017-07-19Added documentation for SIMD module.Jussi Pakkanen
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen