aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2017-02-09gnome: Do not use gir specific `--extra-lib` to generate gtkdoc argsThibault Saunier1-8/+14
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-1/+2
2017-01-09Fix Gnome module.Jussi Pakkanen1-16/+24
2017-01-02style: fix E127 violationsIgor Gnatenko1-8/+7
2017-01-01style: fix E124 violationsIgor Gnatenko1-2/+1
2017-01-01style: fix E128 violationsIgor Gnatenko1-12/+11
2017-01-01style: fix E226 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E225 violationsIgor Gnatenko1-2/+2
2016-12-31Fix space before :.Jussi Pakkanen1-7/+7
2016-12-28Move _get_include_args from gnome to modules.Elliott Sales de Andrade1-38/+11
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen1-2/+2
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan1-2/+2
2016-12-20Fix several more lint errorsNirbheek Chauhan1-0/+1
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-2/+2
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko1-1/+1
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan1-12/+11
2016-12-17gnome: Re-use gobject-introspection-1.0 pkg-config dependencyNirbheek Chauhan1-16/+17
2016-12-16modules: Cache programs found by find_programNirbheek Chauhan1-11/+5
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan1-2/+3
2016-12-15Allow all code to access module target classesNirbheek Chauhan1-17/+3
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan1-0/+3
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan1-5/+5
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis1-1/+1
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-4/+2
2016-12-10gnome.gtkdoc(): Include -rpath for gtkdoc-scangobjPatrick Griffis1-11/+14
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen1-2/+3
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis1-1/+7
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis1-0/+4
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis1-12/+17
2016-12-05gnome: use PkgConfigDependency to find gobject-introspection cflagsMarc-Antoine Perennou1-2/+3
2016-12-03gnome: Use g-ir-scanner --extra-library option when avalaibleThibault Saunier1-3/+23
2016-12-03Merge pull request #1076 from mesonbuild/tingping/gresource-exportJussi Pakkanen1-2/+30
2016-12-02gnome: Properly search for programsThibault Saunier1-8/+21
2016-11-20gnome.compile_resources(): Add export and install_header kwargsPatrick Griffis1-1/+15
2016-11-20gnome.compile_resources(): Add ability to output gresource bundlesPatrick Griffis1-2/+16
2016-11-20gnome: Update required version for glib-compile-resources depfile fixesPatrick Griffis1-1/+1
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen1-2/+3
2016-11-18Disallow some keyword arguments to gnome.mkenums.Elliott Sales de Andrade1-1/+9
2016-11-14Disable gresource dependency generation as it breaks Ninja.Jussi Pakkanen1-12/+16
2016-11-12Merge pull request #1022 from centricular/fix-girtarget-deps-includesJussi Pakkanen1-16/+37
2016-11-13Merged generate_gir fix.Jussi Pakkanen1-2/+7
2016-11-12Add new add_project_[link]_args functionsThibault Saunier1-0/+2
2016-11-13gnome.generate_gir: Add gir deps and includes recursivelyNirbheek Chauhan1-16/+37
2016-11-09gnome: Improve dependency handling of compile_resources()Patrick Griffis1-22/+39
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-6/+6
2016-11-06gnome: Mark helper functions as privatePatrick Griffis1-44/+48
2016-11-04gnome: make generate_gir use the correct shared libraryMatthew Waters1-2/+7
2016-11-02Merge pull request #980 from ebassi/gtkdoc-fixesJussi Pakkanen1-0/+1
2016-11-02Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapiJussi Pakkanen1-0/+147