aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-0/+5
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-1/+3
2018-06-01Add 0.46.0 featuresSalamandar3-2/+7
2018-06-01Add 0.45.0 featuresSalamandar1-0/+2
2018-06-01Add 0.44.0 featuresSalamandar1-0/+1
2018-06-01Add 0.42.0 featuresSalamandar3-0/+5
2018-06-01Add 0.41.0 featuresSalamandar1-1/+4
2018-06-01Add 0.40.0 featuresSalamandar2-1/+5
2018-06-01Add 0.37.0 featuresSalamandar2-2/+6
2018-05-23gnome/mkenums: allow passing generated files as templatesMathieu Duponchelle1-2/+6
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens1-1/+1
2018-05-09gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan1-1/+5
2018-05-09gtkdoc: Fix typo that made xml_files an array of arraysNirbheek Chauhan1-1/+1
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