aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-09-10hotdoc: Handle IncludeDirs to specify directoriesThibault Saunier1-2/+12
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev1-28/+58
2018-09-07Add method to check for C/C++ function attributesDylan Baker5-1/+181
2018-09-06Guard against the process redirecting stdout. Closes #3967.Jussi Pakkanen1-0/+3
2018-09-06Try to kill processes even more thoroughly. Closes #4127.Jussi Pakkanen1-1/+12
2018-09-06Make sure static library files are passed properly to the linkerGoaLitiuM1-0/+11
2018-09-06Fix remaining soname and rpath issues on OSXGoaLitiuM1-6/+9
2018-09-06Remove translation of file pathsGoaLitiuM1-5/+0
2018-09-06Refactor D argument translation functionGoaLitiuM1-23/+45
2018-09-06Improve D link argument handlingGoaLitiuM2-9/+8
2018-09-05D: Fix linking errors with static D libraries on WindowsGoaLitiuM1-0/+11
2018-09-05D: Fix dub dependency handling on WindowsGoaLitiuM1-11/+12
2018-09-05D: Use the documented syntax for various argumentsGoaLitiuM1-65/+41
2018-09-05Merge pull request #4006 from xclaesse/fatal-warningsXavier Claessens2-3/+12
2018-09-04Test + fix for not-found dependency fallback version comparisonNirbheek Chauhan1-1/+8
2018-09-04llvm: fix build flags with older llvm versionsJakub Wilk1-1/+1
2018-09-04Add --fatal-meson-warnings command line optionXavier Claessens2-3/+12
2018-09-03i18n: respect variable substitution for the target name when merging translat...Corentin Noƫl1-1/+13
2018-09-03Modernize Python3DependencyJon Turney1-34/+23
2018-09-03Allow override_find_program to use an executable.Rafael Ɓvila de Espƭndola3-5/+17
2018-09-03Qt: Allow passing dependency objects to preprocess method (#3470, #3875)Alexey Rochev1-6/+19
2018-09-03wrap: Redirect git's stdin to DEVNULLNirbheek Chauhan1-1/+1
2018-09-03Merge pull request #4114 from SoapGentoo/gtest-pkgconfigJussi Pakkanen1-11/+70
2018-09-03Merge pull request #4084 from FFY00/pr-fix-dub-dependenciesJussi Pakkanen2-28/+106
2018-09-02Pull in GTest as a dependency of GMockDavid Seifert1-7/+25
2018-09-02Prefer pkgconfig for `GMockDependency`David Seifert1-2/+25
2018-09-02Prefer pkgconfig for `GTestDependency`David Seifert1-2/+20
2018-09-02Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen1-1/+1
2018-09-02Meson should warn if b_lundef is mixed with any sanitizer with clangAlexis Jeandet1-4/+3
2018-08-31gnome: fix generate_gir when linking with libasanMathieu Duponchelle1-1/+1
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan4-21/+67
2018-08-29dub: enhance dependency handlingFFY002-28/+106
2018-08-29Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen5-2/+433
2018-08-29Make `-std=` fallback remapping more robustDavid Seifert1-11/+54
2018-08-28Deduplicate build-tree RPATHs on macOSDavid Seifert1-2/+4
2018-08-28docs: Use meson to build documentationThibault Saunier1-5/+1
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier4-1/+431
2018-08-28CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan1-2/+2
2018-08-27d: fix how the DC variable is handledFFY001-6/+2
2018-08-27Add support for custom dist scripts.Jussi Pakkanen3-4/+36
2018-08-27Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen7-27/+202
2018-08-27Add a `required` argument to `subproject`Thibault Saunier1-15/+70
2018-08-27Merge pull request #4035 from jon-turney/factor-out-version-checkJussi Pakkanen6-65/+64
2018-08-27d: disallow dmd frontends (ldmd and gdc)FFY001-0/+6
2018-08-27Remove some spurious calls to the format() functionJon Turney1-3/+3
2018-08-27using urlopen() with explicit timeoutAndrei Antonov1-3/+4
2018-08-26Don't use version to check for a not-found fallbackJon Turney1-1/+1
2018-08-26Comparison with an unknown dependency version should always failJon Turney5-36/+36
2018-08-26Apply dependency(version:) check for all dependency typesJon Turney1-33/+31
2018-08-26Only use the numeric part of the pcap_lib_version()Jon Turney1-2/+5