aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-21/+19
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney1-2/+2
2018-02-02Created an unstable module for IceStorm projects.Jussi Pakkanen1-0/+85
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-22Merge pull request #2955 from xclaesse/unfoundJussi Pakkanen1-7/+6
2018-01-20Fixed bugAlexis Jeandet1-1/+1
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-7/+6
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-1/+4
2018-01-13Merge pull request #2815 from taisei-project/fix_windows_compile_resourcesJussi Pakkanen1-5/+36
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev1-7/+33
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev1-5/+10
2018-01-07gnome: Always use an ordered set to store LDFLAGSTing-Wei Lan1-1/+1
2018-01-07gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scannerTing-Wei Lan1-0/+6
2018-01-07gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobjTing-Wei Lan1-0/+2
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