summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-14interpreter: Add support for dict additionXavier Claessens
2018-08-14Fix yielding when subproject option type is differentNirbheek Chauhan
2018-08-14Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi
2018-08-12Merge pull request #4000 from MathieuDuponchelle/gir_multiple_libsJussi Pakkanen
2018-08-12Be more cautious in recommending Unity builds. [skip ci]Jussi Pakkanen
2018-08-12Merge pull request #4004 from mesonbuild/nirbheek/console-entrypointJussi Pakkanen
2018-08-12setup: Add tests for the installed files listNirbheek Chauhan
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen
2018-08-11Typo fix. [skip ci]Jussi Pakkanen
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen
2018-08-11Clarify the FeatureNew summary messageNirbheek Chauhan
2018-08-11Print only custom env vars in the test log for each testNirbheek Chauhan
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan
2018-08-11Add support for s390x CPUs. Closes #3897.Jussi Pakkanen
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan
2018-08-11appveyor.yml: Nuke VS 2010 CI configurationNirbheek Chauhan
2018-08-11setup: Require setuptools and entry_points:Nirbheek Chauhan
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan
2018-08-10Fix bug and clarify error message in cross file validationJohn Ericson
2018-08-09Try appleclang 9.1 for both c++17 and c++2aZachary Michaels
2018-08-09Don't test for c++2a on gcc versions that don't support itZachary Michaels
2018-08-09Add support for c++2a and gnu++2aZachary Michaels
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen
2018-08-09Update documentation for symbol visibility.Jussi Pakkanen
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen
2018-08-09Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen
2018-08-09msvc: Don't add dynamic link args, they're ignoredNirbheek Chauhan
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan
2018-08-09gnome.generate_gir: support generating gir for multiple librariesMathieu Duponchelle
2018-08-09gnome.generate_gir: refactoringMathieu Duponchelle
2018-08-09Make python module more robustDavid Seifert
2018-08-09[skip ci]Charles Barto
2018-08-08Don't check version for fallback not-found dependencyNirbheek Chauhan
2018-08-08Use Github for executable hosting.Jussi Pakkanen
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan
2018-08-07Adding support to checkout from reviews in git/gerrit using commit ids.Mohammed Amer Khalidi
2018-08-07Prints error message instead of backtrace on failNiklas Claesson
2018-08-07Fix missing permitted kwargPatrick Griffis
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter
2018-08-07Refactor getting the host system of a cross compilerGeorge Koehler
2018-08-07Fix __main__.py for zipapp to workChristoph Burger-Scheidlin
2018-08-04Clarify version for check_header, fixes #3974Onkar
2018-08-04Merge pull request #3945 from mesonbuild/dircondenserJussi Pakkanen
2018-08-03Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen
2018-08-01Assert name isn't the empty string in find_external_dependency()Jon Turney