aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-04Bumped version number for new development.Jussi Pakkanen1-1/+1
2018-03-04mconf: Make it pep8 compliantSander Sweers1-2/+7
2018-03-04mconf: make print_aligned staticSander Sweers1-1/+2
2018-03-04mconf: Do not store dict keys for no reasonSander Sweers1-13/+8
2018-03-04mconf: User newline instead of printing empty stringSander Sweers1-17/+8
2018-03-04mconf: Replace usage of keys() on dicts with direct call by sortedSander Sweers1-5/+4
2018-03-04Re-implement function print_alignedSander Sweers1-51/+34
2018-03-04mconf: Do not turn opt.choices into a stringSander Sweers1-2/+1
2018-03-04Updated information for new release.0.45.0Jussi Pakkanen1-1/+1
2018-03-03Fix remaining flake8 reportJon Turney1-1/+1
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney2-5/+2