aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Open mesontest logfiles in utf-8 modenyorain1-2/+2
2018-03-20Grab a file lock on the build dir during modifications.Jussi Pakkanen2-1/+40
2018-03-20options: s/yiel/yield/ typoThibault Saunier1-1/+1
2018-03-20Merge pull request #3223 from sarum9in/renameJussi Pakkanen3-8/+14
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan5-13/+20
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen1-1/+14
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert1-3/+26
2018-03-19Fix existing tests.Jussi Pakkanen1-0/+3
2018-03-18introspect: tests: Inform about tests run parallelizationThibault Saunier1-0/+1
2018-03-17Add rename parameter to install_data()Aleksey Filippov3-8/+14
2018-03-17Do not leak out private dependencies for shared libraries.Jussi Pakkanen1-1/+11
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov3-12/+6
2018-03-15Fix FileNotFoundError when restorecon unavailableFabrice Fontaine1-0/+4
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen2-1/+122
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen3-11/+55
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-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2-3/+3
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 Pakkanen5-6/+6
2018-03-12Fix shared library building on xcode.Jukka Laurila1-1/+1
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen1-6/+24
2018-03-12PkgConfigDependency: Search for pkg-config with ExternalProgramNirbheek Chauhan1-16/+16
2018-03-12Use specific exception types instead of ExceptionAleksey Filippov1-1/+1
2018-03-11Do not use bare except [flake8]Aleksey Filippov3-4/+4
2018-03-11Use itertools.chain() instead of list concatenationAleksey Filippov2-2/+2
2018-03-10Merge pull request #3203 from jukkalaurila/bug3185Jussi Pakkanen1-0/+13
2018-03-10Show info about possible subproject promotion when appropriateJon Turney1-1/+6
2018-03-10Exclude subprojects when doing coverageNiklas Claesson3-5/+30
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila5-24/+32
2018-03-09Fixed bug 3185.Jukka Laurila1-0/+13
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila1-3/+1
2018-03-07Merge pull request #3195 from sarum9in/link_whole-generatorsJussi Pakkanen1-1/+2
2018-03-07mesonlib: fix meson detection (again)Mathieu Duponchelle1-5/+4
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov1-1/+2
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen4-5/+9
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin1-2/+9
2018-03-06Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila1-0/+7
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov4-5/+9
2018-03-06Merge pull request #3165 from jon-turney/run-unittestsJussi Pakkanen1-5/+18
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila1-7/+117
2018-03-06Fix the C and C++ project template options, they were reversed before.Jukka Laurila1-3/+3
2018-03-04Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSXJon Turney1-1/+6
2018-03-04Fix reporting of Qt detection method used on OSXJon Turney1-1/+2
2018-03-04Fix QtBaseDependency._framework_detectJon Turney1-1/+4
2018-03-04Fix dependency('qt4|5', method: 'qmake') for CygwinJon Turney1-2/+6
2018-03-05Merge pull request #3177 from infirit/consistant_config_outpuJussi Pakkanen1-87/+60
2018-03-05meson test: let gdb handle ^C instead of usAlicia Boya García1-4/+21
2018-03-05Merge pull request #3171 from jon-turney/flake8Jussi Pakkanen9-29/+23