aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky1-0/+2
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky2-6/+6
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen1-1/+7
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen10-19/+38
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen1-0/+40
2017-01-09Fix Gnome module.Jussi Pakkanen3-17/+29
2017-01-06Fix a few more modules.Jussi Pakkanen3-4/+9
2017-01-04Create a module return value object.Jussi Pakkanen3-1/+13
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen4-15/+14
2017-01-03Error out if trying to do gettext without appropriate tools.Jussi Pakkanen1-0/+3
2017-01-02style: fix E127 violationsIgor Gnatenko3-14/+13
2017-01-02style: fix E241 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E124 violationsIgor Gnatenko3-6/+3
2017-01-01style: fix E128 violationsIgor Gnatenko1-12/+11
2017-01-01style: fix E231 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E222 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E225 violationsIgor Gnatenko1-2/+2
2016-12-31Fix space before :.Jussi Pakkanen4-30/+30
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade1-0/+10
2016-12-28Move _get_include_args from gnome to modules.Elliott Sales de Andrade2-38/+43
2016-12-23Merge pull request #1247 from centricular/fix-installed-soname-aliasesJussi Pakkanen1-1/+1
2016-12-22Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade3-15/+7
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan1-1/+1
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen4-5/+5
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan2-3/+3
2016-12-20Fix several more lint errorsNirbheek Chauhan1-0/+1
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko2-3/+3
2016-12-19tree-wide: remove unused importsIgor Gnatenko2-2/+2
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko3-2/+3
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan2-19/+18
2016-12-18Merge pull request #1210 from centricular/qt-fixes-windowsJussi Pakkanen2-13/+19
2016-12-18Qt: Allow passing a name arg to preprocess()Nirbheek Chauhan2-13/+19
2016-12-17gnome: Re-use gobject-introspection-1.0 pkg-config dependencyNirbheek Chauhan1-16/+17
2016-12-16modules: Cache programs found by find_programNirbheek Chauhan3-12/+19
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan1-2/+3
2016-12-15Allow all code to access module target classesNirbheek Chauhan3-20/+27
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan1-0/+3
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan3-9/+9
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis1-1/+1
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan3-36/+22
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-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen1-13/+28
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis1-1/+7
2016-12-06i18n: Improve language handlingPatrick Griffis1-16/+11
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen1-4/+3
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis1-0/+4
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis1-12/+17