summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/__init__.py
AgeCommit message (Expand)Author
2021-11-01interpreter/modules: ModuleReturnValue can hold ExecutableSerialisationDylan Baker
2021-11-01modules: remove harmful forwarding init methodsDylan Baker
2021-10-08ModuleState: Add wrapper to get optionXavier Claessens
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-22Add typing to ModuleState machine membersTristan Partin
2021-08-15correct a copy-pasted commentEli Schwartz
2021-08-09modules: Fix typo in state.test()Xavier Claessens
2021-08-06modules: Add API to add testXavier Claessens
2021-06-30interpreter: add required and disabled to importDylan Baker
2021-06-30modules: add classes with the found methodDylan Baker
2021-06-18holders: remove unholderDaniel Mensinger
2021-06-15modules: pass all proxied argumentsDylan Baker
2021-06-15modules: Fix type annotation importsDylan Baker
2021-06-15modules/qt: Add a compile_moc methodDylan Baker
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using InterpreterObjectXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2021-05-12gnome: Fix gtkdoc generationXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04Simplify module APIXavier Claessens
2020-09-08typing: more fixesDaniel Mensinger
2020-05-15ninjabackend: Treat GNOME gir/typelib as librariesNirbheek Chauhan
2020-03-05Make use of unholderDylan Baker
2019-11-08Created the filesystem module.Jussi Pakkanen
2019-03-28Revert "gnome.compile_resources: Add ld binary method"Jussi Pakkanen
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala
2018-07-05Fix flake8 issues (#3834)Jon Turney
2018-07-02Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan
2018-06-06Fix issues found by flake8Xavier Claessens
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen
2017-10-31namespace run_targets by subprojectMartin Kelly
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-07-02Improve "Passed invalid keyword argument" warning.Jehan
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Converted some modules.Jussi Pakkanen
2017-06-26Add kwarg checker in module code.Jussi Pakkanen
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-04Create a module return value object.Jussi Pakkanen
2016-12-28Move _get_include_args from gnome to modules.Elliott Sales de Andrade
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko
2016-12-16modules: Cache programs found by find_programNirbheek Chauhan
2016-12-15Allow all code to access module target classesNirbheek Chauhan
2016-01-16Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen