aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+1
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-1/+1
2017-04-21Stricter evaluation of deps. Closes #1648.Jussi Pakkanen1-6/+10
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen1-5/+5
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen1-2/+2
2017-04-09gnome: Allow modules to optionally generate ObjectManager boilerplateRichard Hughes1-0/+2
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan1-2/+2
2017-04-03gnome: Preserve ordering of flags passed to toolsSam Thursfield1-5/+5
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-8/+6
2017-03-21gnome.gdbus_codegen: Use --output-directory when availablePatrick Griffis1-1/+17
2017-03-20gnome: fix genmarshal .c file generationTim-Philipp Müller1-1/+1
2017-03-03gnome.genmarshal: Use --output when availablePatrick Griffis1-1/+7
2017-02-26gnome: Pass ExternalProgram objects to CustomTargetNirbheek Chauhan1-7/+7
2017-02-26Raise if gobject-introspection is not found.Elliott Sales de Andrade1-5/+1
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen1-4/+19
2017-02-20gnome: Support configure_file() output in compile_resourcesNirbheek Chauhan1-3/+10
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan1-0/+1
2017-02-20gnome: Print an error message when generated files are passed to compile_reso...Nirbheek Chauhan1-1/+8
2017-02-19gnome: Fix minimum gresource dependency requiredNirbheek Chauhan1-1/+1
2017-02-19gnome: Only check gresource version with CustomTargetsNirbheek Chauhan1-17/+20
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