aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis2-2/+10
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen5-642/+967
2016-12-06The “directory present and not empty” return condition was necessary for ...Alexandre Foley1-1/+6
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis2-19/+23
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis1-1/+1
2016-12-06Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment...Alexandre Foley1-5/+6
2016-12-05pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency1-2/+2
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley2-12/+18
2016-12-05pkgconfig: 'Version' must be specified, even if it's emptyGuillaume Poirier-Morency1-2/+1
2016-12-05allow overriding nm with NMMarc-Antoine Perennou1-1/+6
2016-12-05allow overriding readelf with READELFMarc-Antoine Perennou1-2/+7
2016-12-05gnome: use PkgConfigDependency to find gobject-introspection cflagsMarc-Antoine Perennou1-2/+3
2016-12-05dependencies: allow overriding pkg-config with PKG_CONFIG when setting pkgbinMarc-Antoine Perennou1-1/+5
2016-12-05dependencies: allow overriding pkg-config with PKG_CONFIG in check_pkgconfigMarc-Antoine Perennou1-2/+7
2016-12-04Apply magical flags to make OSX ignore missing symbols in plugins.Jussi Pakkanen1-1/+1
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen5-44/+61