aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2018-05-06gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan1-4/+6
2018-05-05gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan1-1/+1
2018-05-05gnome: Update minimum glib version for gdbus-codegenNirbheek Chauhan1-3/+2
2018-05-04gnome: Disable usage of new --body and --header argsNirbheek Chauhan1-4/+6
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle2-1/+6
2018-05-03python module: make it work with pypyMathieu Duponchelle1-4/+47
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan1-2/+2
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen1-2/+4
2018-04-28Install generated gdbus header with old glib version too.Jussi Pakkanen1-1/+5
2018-04-21modules/python: add some more options around path and config_varsHavard Graff1-13/+39
2018-04-21gnome: If pkg-config is not found, assume glib is 2.54 (#3443)Nirbheek Chauhan1-2/+7
2018-04-20gnome: gdbus-codegen add a `sources:` kwargNirbheek Chauhan1-8/+10
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler1-1/+1
2018-04-18gdbus_codegen: Fix install_dir parameterIñigo Martínez1-1/+1
2018-04-18Made Python module match the new init interface.Jussi Pakkanen1-4/+4
2018-04-17Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen1-0/+433
2018-04-16Merge pull request #3218 from mesonbuild/findoverriderJussi Pakkanen12-63/+52
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen1-0/+7
2018-04-15find_program: Don't spam when called from a moduleNirbheek Chauhan2-14/+14
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen10-28/+28
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen3-32/+21
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler1-2/+6
2018-04-14Merge pull request #2930 from inigomartinez/gdbus-targetsJussi Pakkanen1-17/+69
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell1-1/+1
2018-04-12gdbus_codegen: Fix new generated objectsIñigo Martínez1-1/+4
2018-04-12gdbus_codegen: Fix custom target nameIñigo Martínez1-3/+4
2018-04-11gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan1-8/+11
2018-04-11gnome: Validate docbook parameter is a stringIñigo Martínez1-2/+10
2018-04-11gnome: Split header and code targets in gdbus_codegen()Iñigo Martínez1-17/+54
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi1-0/+6
2018-04-09[fixup]: various minor tweaks found while documentingMathieu Duponchelle1-9/+5
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle1-4/+4
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle1-1/+1
2018-04-08Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen1-10/+42
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens1-3/+5
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens1-1/+2
2018-04-07[fixup]: trivial fix after rebaseMathieu Duponchelle1-2/+3
2018-04-07[fixup]: extension_module: allow specifying install_dir OR subdirMathieu Duponchelle1-5/+8
2018-04-07[fixup]: Address PKG_CONFIG env vars commentsMathieu Duponchelle1-18/+19
2018-04-06Implement a generic python moduleMathieu Duponchelle1-0/+432
2018-04-04Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen2-17/+12
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez1-1/+1
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet1-3/+5
2018-04-04[Qt module] More qrc fixesAlexis Jeandet1-8/+10
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens1-12/+10
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens1-5/+2
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet1-4/+4
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet1-1/+21
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp1-1/+1
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens1-6/+22