summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-18Replaced appveyor account by mesonbuildAleksey Filippov
2018-03-17Fix appveyor failures: do not use PowerShell since it triggers NativeCommandE...Aleksey Filippov
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov
2018-03-15Fix FileNotFoundError when restorecon unavailableFabrice Fontaine
2018-03-14Turn deprecated commands into errors.Jussi Pakkanen
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen
2018-03-13pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov
2018-03-13pkgconfig: print requires argument type on errorAleksey Filippov
2018-03-13fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-03-13Fix snippet heading to conform to new formatting rules.Jussi Pakkanen
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-03-12Merge pull request #3205 from sarum9in/use-itertoolsJussi Pakkanen
2018-03-12Fix shared library building on xcode.Jukka Laurila
2018-03-12Use os.path.dirname() instead of os.path.split(...)[0]Aleksey Filippov
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen
2018-03-12PkgConfigDependency: Search for pkg-config with ExternalProgramNirbheek Chauhan
2018-03-12Fix typo preventing soname unit tests from runningJon Turney
2018-03-12Link "External commands" page from run_command() reference [skip ci]Aleksey Filippov
2018-03-12Use specific exception types instead of ExceptionAleksey Filippov
2018-03-11Use subprocess.check_output() instead of Popen().communicate()Aleksey Filippov
2018-03-11Do not use bare except [flake8]Aleksey Filippov
2018-03-11Use itertools.chain() instead of list concatenationAleksey Filippov
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney
2018-03-11docs: Add custom dependencies missing documentationJon Turney
2018-03-11docs: polish documentation for custom dependency detectorsJon Turney
2018-03-11docs: update system cross file documentationJon Turney
2018-03-11docs: remove reference to mesonguiJon Turney
2018-03-10Merge pull request #3203 from jukkalaurila/bug3185Jussi Pakkanen
2018-03-10Show info about possible subproject promotion when appropriateJon Turney
2018-03-10Add LANG to DockerfileNiklas Claesson
2018-03-10Exclude subprojects when doing coverageNiklas Claesson
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila
2018-03-10Fix C++ code used for doxygen testAlex Hirsch
2018-03-09Fixed bug 3185.Jukka Laurila
2018-03-09Add test for bug https://github.com/mesonbuild/meson/issues/3185Jukka Laurila
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila
2018-03-07setup.py: set the python_requires fieldDylan Baker
2018-03-07Merge pull request #3195 from sarum9in/link_whole-generatorsJussi Pakkanen
2018-03-07Gnome-module.md: Add information about output files to mkenums()Eduardo Lima (Etrunko)
2018-03-07doc: Tweak text about get_option('foodir') in reference manual [skip ci]Jon Turney
2018-03-07Add indentation to 'common/64 custom header generator' test caseAleksey Filippov
2018-03-07mesonlib: fix meson detection (again)Mathieu Duponchelle
2018-03-07Skip whole_archive test for VS older than 2015Aleksey Filippov
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov
2018-03-07Add 'common/180 generator link whole' test caseAleksey Filippov
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin