aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen1-34/+106
2017-12-22gnome.gtkdoc: Add dependencies over generated targetsIñigo Martínez1-2/+8
2017-12-21pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens1-2/+2
2017-12-20pkgconfig: Use the pc file we generated for librariesXavier Claessens1-8/+13
2017-12-20pkgconfig: Avoid duplicated -L flagsXavier Claessens1-2/+6
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens1-32/+95
2017-12-19gnome.gtkdoc: Add support for non string based content filesIñigo Martínez1-1/+22
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton1-1/+1
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-2/+2
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-2/+2
2017-11-30gnome.compile_resources: Prefer generated files over source filesNirbheek Chauhan1-23/+15
2017-11-29gnome.gtkdoc: Fix missing permitted kwargsPatrick Griffis1-1/+2
2017-11-28[Qt module] Added workaround for qt tools version detectionAlexis Jeandet1-1/+5
2017-11-26Merge pull request #2676 from jeandet/add_qt_translationsJussi Pakkanen1-5/+23
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet1-0/+18
2017-11-22[Qt module] Added lrelease detectionAlexis Jeandet1-3/+3
2017-11-22[Qt module] Few minor fixesAlexis Jeandet1-2/+2
2017-11-20Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen1-1/+1
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez1-1/+10
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen1-9/+24
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen1-8/+16
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-11-08Qt-Module: fix name option with multiple rcc filesMarkus Theil1-8/+16
2017-11-03Qt-Module: fix rcc `name` with Qt4Markus Theil1-1/+1
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil1-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