aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Ensure D feature flags get applied to all D filesMatthias Klumpp1-3/+5
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens1-6/+22
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen5-83/+93
2018-03-25pkgconfig generator: Add required versionXavier Claessens1-8/+48
2018-03-25Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen2-2/+6
2018-03-25Make the generated pkgconfig files reproducible.Chris Lamb1-5/+12
2018-03-25dependency's wanted version might be a listVíctor Manuel Jáquez Leal1-1/+1
2018-03-25Support data types larger than 128 bytesThierry Reding1-1/+1
2018-03-24Squash target_type warning for jar targetsSam H1-0/+4
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov2-2/+2
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet1-0/+8
2018-03-21Fix b_ndebug=if-release silently not workingJussi Pakkanen3-6/+26
2018-03-21Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen1-2/+4
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov3-6/+26
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