aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-12-18add support for $sharedstatedirIgor Gnatenko3-6/+9
2016-12-18add support for $infodirIgor Gnatenko3-0/+3
2016-12-18add support for $sbindirIgor Gnatenko3-0/+3
2016-12-17gnome: Re-use gobject-introspection-1.0 pkg-config dependencyNirbheek Chauhan1-16/+17
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier1-1/+3
2016-12-17compilers: Ignore -pthread in link flags with MSVCNirbheek Chauhan1-0/+3
2016-12-15Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"Jussi Pakkanen2-23/+11
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen9-49/+95
2016-12-15introspect: Allow listing all installed filesThibault Saunier1-0/+13
2016-12-16modules: Cache programs found by find_programNirbheek Chauhan3-12/+19
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan4-12/+19
2016-12-15Allow all code to access module target classesNirbheek Chauhan4-21/+29
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan3-13/+30
2016-12-15PkgConfigDependency.version_reqs must be a listNirbheek Chauhan1-0/+7
2016-12-15vala: Fix duplicate output detectionNirbheek Chauhan1-1/+1
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen2-3/+12
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen9-108/+159
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen2-13/+61
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan2-2/+2
2016-12-13Add __repr__ for ExtractedObjects and better error for Vala librariesNirbheek Chauhan2-1/+6
2016-12-13Use the linker to determine if we are using MSVCNirbheek Chauhan1-15/+27
2016-12-13Query the target itself for the dynamic linkerNirbheek Chauhan3-41/+33
2016-12-13Also use objects to populate target compilersNirbheek Chauhan3-9/+63
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan6-40/+28
2016-12-13compilers: Fix output ext while compile-only on MSVCNirbheek Chauhan1-13/+19
2016-12-13New compiler function 'symbols_have_underscore_prefix'Nirbheek Chauhan2-0/+42
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade2-8/+29
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis2-2/+10
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen1-2/+4
2016-12-11unity builds: Assembly and LLVM IR are incompatibleNirbheek Chauhan3-0/+12
2016-12-11compilers: Implement support for LLVM IR compilationNirbheek Chauhan3-12/+84
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan13-234/+112
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan1-5/+17
2016-12-10gnome.gtkdoc(): Include -rpath for gtkdoc-scangobjPatrick Griffis1-11/+14
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan1-12/+37
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen7-23/+73
2016-12-07Fix shared module support on WindowsNirbheek Chauhan1-3/+0
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen5-0/+8
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen3-8/+28
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen2-27/+62
2016-12-06Add unresolved symbol arg to link line in VS backends. For someJussi Pakkanen1-0/+2
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis2-8/+31
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan7-19/+18
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan1-11/+10
2016-12-06Merge pull request #1145 from AlexandreFoley/wrap-fixJussi Pakkanen2-11/+23
2016-12-06i18n: Improve language handlingPatrick Griffis2-17/+31
2016-12-06Expose project information with mesonintrospect. Closes #1118.Jussi Pakkanen2-1/+19
2016-12-06Better error when passing invalid objects to install_headerNirbheek Chauhan2-1/+22
2016-12-06add builtin support for localstatedirIgor Gnatenko3-5/+9
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen1-4/+3