summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Fix bug and clarify error message in cross file validationJohn Ericson
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-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
2018-08-01Restore and improve displaying dependency name with correct casingJon Turney
2018-08-01Update a unit test which relies on specific dependency check outputJon Turney
2018-08-01Restore and improve cross/native dependency type reportingJon Turney
2018-08-01Consolidate reporting result of a dependency checkJon Turney
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney
2018-08-01Remove do-nothing pkgconfig method from dubJon Turney
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney
2018-08-01Fix .travis.yml for updated OSX imageJon Turney
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston
2018-07-31Be more general in description. [skip ci]Jussi Pakkanen
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen
2018-07-31Condense test dirs.Jussi Pakkanen
2018-07-31Write full directory name in files so script will change them.Jussi Pakkanen
2018-07-31Add script to condense test directory names.Jussi Pakkanen
2018-07-31[skip ci] Typo fix in Build-options.md: "option" -> "description"Tanu Kaskinen
2018-07-29Replace long obsolete find_dep with dependency in docs. [skip ci]Jussi Pakkanen
2018-07-29gnome: Fix building gir with asan againTingPing
2018-07-27python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter