aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen5-2/+138
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen6-16/+61
2018-03-13pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov1-0/+2
2018-03-13pkgconfig: print requires argument type on errorAleksey Filippov1-1/+2
2018-03-13fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-1/+2
2018-03-13Fix snippet heading to conform to new formatting rules.Jussi Pakkanen1-1/+1
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed3-5/+5
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed3-6/+6
2018-03-12Merge pull request #3205 from sarum9in/use-itertoolsJussi Pakkanen6-14/+10
2018-03-12Fix shared library building on xcode.Jukka Laurila1-1/+1
2018-03-12Use os.path.dirname() instead of os.path.split(...)[0]Aleksey Filippov1-1/+1
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen6-9/+61
2018-03-12PkgConfigDependency: Search for pkg-config with ExternalProgramNirbheek Chauhan1-16/+16
2018-03-12Fix typo preventing soname unit tests from runningJon Turney1-1/+1
2018-03-12Link "External commands" page from run_command() reference [skip ci]Aleksey Filippov1-0/+2
2018-03-12Use specific exception types instead of ExceptionAleksey Filippov2-3/+3
2018-03-11Use subprocess.check_output() instead of Popen().communicate()Aleksey Filippov1-6/+2
2018-03-11Do not use bare except [flake8]Aleksey Filippov4-6/+6
2018-03-11Use itertools.chain() instead of list concatenationAleksey Filippov2-2/+2
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney1-5/+5
2018-03-11docs: Add custom dependencies missing documentationJon Turney1-0/+26
2018-03-11docs: polish documentation for custom dependency detectorsJon Turney1-12/+12
2018-03-11docs: update system cross file documentationJon Turney1-2/+2
2018-03-11docs: remove reference to mesonguiJon Turney1-3/+1
2018-03-10Merge pull request #3203 from jukkalaurila/bug3185Jussi Pakkanen3-0/+24
2018-03-10Show info about possible subproject promotion when appropriateJon Turney1-1/+6
2018-03-10Add LANG to DockerfileNiklas Claesson1-0/+2
2018-03-10Exclude subprojects when doing coverageNiklas Claesson3-5/+30
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila6-24/+37
2018-03-10Fix C++ code used for doxygen testAlex Hirsch4-7/+10
2018-03-09Fixed bug 3185.Jukka Laurila1-0/+13
2018-03-09Add test for bug https://github.com/mesonbuild/meson/issues/3185Jukka Laurila2-0/+11
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila1-2/+0
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila1-3/+1
2018-03-07setup.py: set the python_requires fieldDylan Baker1-2/+4
2018-03-07Merge pull request #3195 from sarum9in/link_whole-generatorsJussi Pakkanen7-1/+132
2018-03-07Gnome-module.md: Add information about output files to mkenums()Eduardo Lima (Etrunko)1-1/+3
2018-03-07doc: Tweak text about get_option('foodir') in reference manual [skip ci]Jon Turney1-2/+7
2018-03-07Add indentation to 'common/64 custom header generator' test caseAleksey Filippov1-3/+3
2018-03-07mesonlib: fix meson detection (again)Mathieu Duponchelle1-5/+4
2018-03-07Skip whole_archive test for VS older than 2015Aleksey Filippov1-0/+7
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov1-1/+2
2018-03-07Add 'common/180 generator link whole' test caseAleksey Filippov6-0/+123
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen11-5/+45
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin5-5/+44
2018-03-06Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila2-0/+13
2018-03-06Verify that snippets conform to expected format.Jussi Pakkanen1-1/+15
2018-03-06Improve vcs_tag documentation [skip ci]Nirbheek Chauhan1-4/+12
2018-03-06Document declare_dependency() link_whole parameterAleksey Filippov2-0/+6
2018-03-06Add declare_dependency() test for transitive link_wholeAleksey Filippov3-0/+16