aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2022-09-19compilers: directly import from subpackagesEli Schwartz1-1/+1
2022-09-18gnome: Add some missing install_tagXavier Claessens1-0/+6
2022-09-12modules: Fix paths to (sub)project source/build directoriesDavid Ward2-5/+4
2022-09-12i18n: Fix source root in Gettext targets for subprojectsDavid Ward2-6/+10
2022-09-07modules/wayland: Change default value of include_core_only to trueMark Bolhuis1-1/+1
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis1-3/+3
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis1-1/+7
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-0/+1
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan1-1/+1
2022-08-31modules/cmake: Fix typoaleksander1-1/+1
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge1-5/+9
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge3-12/+13
2022-08-25Revert "Windows: Improve Python 3.8+ module check on Windows"Eli Schwartz1-13/+1
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz1-8/+13
2022-08-18modules/pkgconfig: make it a NewExtensionModuleDylan Baker1-5/+5
2022-08-18modules/pkgconfig: mypy clean!Dylan Baker1-22/+25
2022-08-18modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndexDylan Baker1-3/+4
2022-08-18modules/pkgconfig: remove type checking abstractionDylan Baker1-8/+7
2022-08-18modules/pkgconfig: get rid of modifications to the BuildTarget objectsDylan Baker1-24/+40
2022-08-18modules/pkgconfig: ensure "name" is not NoneDylan Baker1-2/+9
2022-08-18modules/pkgconfig: Get most type annotations addedDylan Baker1-50/+80
2022-08-18modules/pkgconfig: Use typed_kwargsDylan Baker1-58/+98
2022-08-18modules/pkgconfig: use typed_pos_argsDylan Baker1-8/+6
2022-08-18modules/pkgconfig: fix typo in blocked variableDylan Baker1-1/+1
2022-08-18modules/pkgconfig: Fix some low hanging typing issuesDylan Baker1-18/+20
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker1-5/+60
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker6-0/+0
2022-08-17modules: Add stabilization information to ModuleInfoDylan Baker8-7/+9
2022-08-17modules: use module level information about new and deprecationDylan Baker24-48/+105
2022-08-04typing: simplify type annotations for librariesEli Schwartz1-3/+3
2022-07-25qt module: correctly compare program name for lrelease versionEli Schwartz1-1/+1
2022-07-17modules/wayland: Add full type checkingDylan Baker1-9/+32
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz1-4/+10
2022-07-06gnome module: Use --quiet to supress printing the link command lineRichard Hughes1-0/+1
2022-07-06pkgconfig: do not add valgrind as requirementMarc-André Lureau1-0/+2
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz2-1/+3
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz1-9/+19
2022-06-19python module: cache dependency() lookup between invocationsEli Schwartz1-14/+26
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz1-1/+8
2022-06-19Update CUDA Toolkit/driver version table for recent releases.Olexa Bilaniuk1-0/+5
2022-06-17external-project: Add depends kwargXavier Claessens1-5/+11
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz1-1/+1
2022-06-17fix parameter expansion in several error messagesMichael Mera1-1/+1
2022-06-13flake8: don't use f-strings for strings without formattingEli Schwartz1-1/+1
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+2
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-1/+3
2022-06-10flake8: remove no longer used importsEli Schwartz1-1/+0
2022-06-10wayland: Lookup for wayland-scanner using pkgconfigXavier Claessens3-43/+46
2022-06-01interpreter: use a shared KwargInfo for install_dirDylan Baker4-14/+14
2022-06-01modules/gnome: fix gen_marshall annotationDylan Baker1-1/+1