summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan
2016-12-13Add __repr__ for ExtractedObjects and better error for Vala librariesNirbheek Chauhan
2016-12-13Use the linker to determine if we are using MSVCNirbheek Chauhan
2016-12-13Query the target itself for the dynamic linkerNirbheek Chauhan
2016-12-13Also use objects to populate target compilersNirbheek Chauhan
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen
2016-12-11Merge pull request #1095 from centricular/llvm-ir-assemblyJussi Pakkanen
2016-12-11If/elif fix so running just mesontest actually runs the tests after doing a r...Jussi Pakkanen
2016-12-11Use a big timeout when running gdb interactively and a typo fix.Jussi Pakkanen
2016-12-11unity builds: Assembly and LLVM IR are incompatibleNirbheek Chauhan
2016-12-11compilers: Implement support for LLVM IR compilationNirbheek Chauhan
2016-12-11Test that g++ and Clang++ can compile assemblyNirbheek Chauhan
2016-12-11Add a test for LLVM IR and ASM compilationNirbheek Chauhan
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan
2016-12-10gnome.gtkdoc(): Include -rpath for gtkdoc-scangobjPatrick Griffis
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan
2016-12-10Do not warn about non-utf8 locales on Windows.Jussi Pakkanen
2016-12-07mesontest: Fix exceptionPatrick Griffis
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen
2016-12-07Fix shared module support on WindowsNirbheek Chauhan
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen
2016-12-07Only build master on pushes.Jussi Pakkanen
2016-12-06Fix compiler arg checking if ccache is used.Jussi Pakkanen
2016-12-06syntax-highlighting: Update list of builtin functionsNirbheek Chauhan
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen
2016-12-06Merge pull request #1149 from centricular/compiler_check_ext_deps_onlyJussi Pakkanen
2016-12-06Add unresolved symbol arg to link line in VS backends. For someJussi Pakkanen
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan
2016-12-06Merge pull request #1145 from AlexandreFoley/wrap-fixJussi Pakkanen
2016-12-06i18n: Improve language handlingPatrick Griffis
2016-12-06Expose project information with mesonintrospect. Closes #1118.Jussi Pakkanen
2016-12-06Better error when passing invalid objects to install_headerNirbheek Chauhan
2016-12-06add builtin support for localstatedirIgor Gnatenko
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen
2016-12-06The “directory present and not empty” return condition was necessary for ...Alexandre Foley
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis
2016-12-06Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment...Alexandre Foley
2016-12-05pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley