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