summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle functools.lru_cache() in a few more placesnirbheek/minor-backend-perfNirbheek Chauhan2018-09-115-37/+30
* mesonbuild: move subdir generation along link dep generationMarcel Hollerbach2018-09-112-7/+14
* backends: save up the dylib generated namesMarcel Hollerbach2018-09-111-1/+7
* build: try to cache the result of the link depsMarcel Hollerbach2018-09-111-0/+3
* Skip some SDL tests when using an OSX framework version.Jussi Pakkanen2018-09-101-0/+6
* Improve windows resource compiler executable selectionJon Turney2018-09-102-21/+42
* Add missing reporting of some methods tried to find the dependencyJon Turney2018-09-104-0/+16
* Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney2018-09-101-1/+1
* Improve formatting of dependency detailsJon Turney2018-09-103-6/+12
* hotdoc: Make project_version mandatory as it should always have beenThibault Saunier2018-09-101-0/+1
* hotdoc: Handle IncludeDirs to specify directoriesThibault Saunier2018-09-101-2/+12
* Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev2018-09-103-30/+65
* Add method to check for C/C++ function attributesDylan Baker2018-09-079-1/+388
* Guard against the process redirecting stdout. Closes #3967.Jussi Pakkanen2018-09-061-0/+3
* Try to kill processes even more thoroughly. Closes #4127.Jussi Pakkanen2018-09-061-1/+12
* Merge pull request #4132 from GoaLitiuM/d-manyfixesJussi Pakkanen2018-09-062-42/+72
|\
| * Make sure static library files are passed properly to the linkerGoaLitiuM2018-09-061-0/+11
| * Fix remaining soname and rpath issues on OSXGoaLitiuM2018-09-061-6/+9
| * Remove translation of file pathsGoaLitiuM2018-09-061-5/+0
| * Refactor D argument translation functionGoaLitiuM2018-09-061-23/+45
| * Improve D link argument handlingGoaLitiuM2018-09-062-9/+8
* | Condense test dirs.Jussi Pakkanen2018-09-0665-13/+13
|/
* D: Fix linking errors with static D libraries on WindowsGoaLitiuM2018-09-051-0/+11
* D: Fix dub dependency handling on WindowsGoaLitiuM2018-09-051-11/+12
* D: Use the documented syntax for various argumentsGoaLitiuM2018-09-051-65/+41
* Merge pull request #4006 from xclaesse/fatal-warningsXavier Claessens2018-09-053-3/+18
|\
| * Add --fatal-meson-warnings command line optionXavier Claessens2018-09-043-3/+18
* | Reference-manual: Clarify fallback dependency types [skip ci]Nirbheek Chauhan2018-09-041-2/+5
* | Test + fix for not-found dependency fallback version comparisonNirbheek Chauhan2018-09-043-2/+16
* | llvm: fix build flags with older llvm versionsJakub Wilk2018-09-041-1/+1
|/
* i18n: add release note snippetCorentin Noƫl2018-09-031-0/+4
* i18n: respect variable substitution for the target name when merging translat...Corentin Noƫl2018-09-034-2/+42
* Modernize Python3DependencyJon Turney2018-09-031-34/+23
* Allow override_find_program to use an executable.Rafael Ɓvila de Espƭndola2018-09-0312-6/+78
* Qt: Allow passing dependency objects to preprocess method (#3470, #3875)Alexey Rochev2018-09-033-6/+37
* wrap: Redirect git's stdin to DEVNULLNirbheek Chauhan2018-09-031-1/+1
* Merge pull request #4114 from SoapGentoo/gtest-pkgconfigJussi Pakkanen2018-09-031-11/+70
|\
| * Pull in GTest as a dependency of GMockDavid Seifert2018-09-021-7/+25
| * Prefer pkgconfig for `GMockDependency`David Seifert2018-09-021-2/+25
| * Prefer pkgconfig for `GTestDependency`David Seifert2018-09-021-2/+20
* | Change ninja.exe download URL [skip ci]Luca Weiss2018-09-031-1/+1
* | Update appveyor example [skip ci]Luca Weiss2018-09-031-13/+38
* | Merge pull request #4084 from FFY00/pr-fix-dub-dependenciesJussi Pakkanen2018-09-036-29/+120
|\ \ | |/ |/|
| * tests: add dub (failing/85)FFY002018-09-023-0/+9
| * ci: install gdc and ldcFFY002018-08-301-1/+5
| * dub: enhance dependency handlingFFY002018-08-292-28/+106
* | Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen2018-09-021-1/+1
* | Meson should warn if b_lundef is mixed with any sanitizer with clangAlexis Jeandet2018-09-021-4/+3
* | gnome: fix generate_gir when linking with libasanMathieu Duponchelle2018-08-312-1/+9
* | Improve support for macOS dylib versioningNirbheek Chauhan2018-08-299-73/+183
|/