aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan1-9/+24
2017-11-10gnome: Add include_directories parameter to gtkdoc()Xavier Claessens1-1/+1
2017-10-31namespace run_targets by subprojectMartin Kelly4-28/+28
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte1-1/+1
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte1-4/+1
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte1-5/+14
2017-10-25gnome: Fix compile_schemas() using path sep in target namePatrick Griffis1-1/+1
2017-10-24Merge pull request #2464 from jeandet/Qt4_Qt5_factorizationJussi Pakkanen3-268/+146
2017-10-19Error for Libs in package_config functiongetzze1-2/+4
2017-10-18Allow to give source files to GtkDoc by respecting the File classCorentin Noël1-1/+1
2017-10-12Factorized Qt compilers version probing.Alexis Jeandet1-44/+17
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet3-268/+173
2017-10-08gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz1-4/+2
2017-10-02Merge pull request #2375 from centricular/gnome-gir-fixesJussi Pakkanen1-9/+7
2017-10-01gnome: Add header kwarg to generate_gir()Patrick Griffis1-1/+7
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet2-8/+12
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan1-5/+5
2017-10-01gnome: Flatten and unholder all dependenciesNirbheek Chauhan1-8/+6
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-4/+5
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen10-23/+27
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker10-12/+10
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker2-11/+17
2017-09-20Change ternary to another argumentCorentin Noël1-1/+1
2017-09-20Add 'install' keyword to the gettext macroCorentin Noël1-11/+16
2017-09-18Last round with listify function refactoring.Alexis Jeandet2-6/+2
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet5-81/+27
2017-09-18Merge pull request #2263 from ximion/dlangJussi Pakkanen1-1/+7
2017-09-17d: Make feature names less verboseMatthias Klumpp1-2/+2
2017-09-14Merge pull request #2216 from ebassi/yelp-linguasJussi Pakkanen1-0/+5
2017-09-12Add deprecation warning for gnome.yelp() argumentEmmanuele Bassi1-0/+5
2017-09-12gnome: Docbook generation for gdbus_codegen()Iñigo Martínez1-1/+4
2017-09-12Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp1-1/+7
2017-09-04gnome: Flatten the sources for generate_gir()Emmanuele Bassi1-1/+1
2017-09-04gnome.gdbus_codegen(): Add annotations keywordPatrick Griffis1-1/+13
2017-09-03pkgconfig: Document url keywordPatrick Griffis1-1/+1
2017-08-31Use include-uninstalled for internal gir deps.Elliott Sales de Andrade1-1/+1
2017-08-31modules/gnome.py: Use a filelist for generate_gir()Chun-wei Fan1-4/+27
2017-08-29gnome: Ensure gir always works with asan, even if used together with ubsanMatthias Klumpp1-1/+1
2017-08-29gnome: Fix typo in gtkdoc_html_dir, so it returns the correct pathMatthias Klumpp1-1/+1
2017-08-27Merge pull request #2196 from arteymix/patch-4Jussi Pakkanen1-1/+1
2017-08-23gnome: Fix g-ir-scanner linking args for all code pathsThibault Saunier1-2/+8
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen2-16/+16
2017-08-17python3: Add tests for platform-dependant paths and cover include pathGuillaume Poirier-Morency1-1/+1
2017-08-15python3: Fix 'sysconfig_path' for platform-dependant pathsGuillaume Poirier-Morency1-1/+1
2017-08-14gnome: use VAPIGEN from the environment if setMarinus Schraal1-1/+5
2017-08-14gnome: add mkenums_simple()Tim-Philipp Müller1-2/+103
2017-08-13gnome: Allow passing build_by_default: to some functionsNirbheek Chauhan1-4/+12
2017-08-13gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()Tim-Philipp Müller1-1/+1
2017-08-13gnome: Fix parsing of resource custom target filesNirbheek Chauhan1-8/+15