3147 Commits (d528a8d2815741773bdd70378ba2ac964cc2530a)

Author SHA1 Message Date
GoaLitiuM 8fa7c29661 D: Fix linker detection when static linker is missing 7 years ago
Jon Turney de7c3cbbc5 Fix flake8 'imported but unused' reports 7 years ago
Jon Turney b338add554 Fix flake8 whitespace reports 7 years ago
Jon Turney 44a340a4fe
Move default is_linkable_target method up from BuildTarget to Target 7 years ago
Martin Kelly e22b69bd17 Minor typo fix 7 years ago
Jon Turney 1394cb9263 Correct version_compare_condition_with_min() 7 years ago
Jon Turney eb260f6141 Allow features added in 0.nn.0 to be used when version constraint is '>=0.nn' 7 years ago
Jon Turney da2c4ad3a8 Use the exact current version in obtainMesonOutput 7 years ago
Alexey Rochev 0667e8494c Qt: set QT_<MODULE>_LIB defines when using qmake detection 7 years ago
Nirbheek Chauhan 1af704a509 Sprinkle functools.lru_cache() in a few more places 7 years ago
Jon Turney 4df39ca52f
Re-implement version_compare_condition_with_min likewise 7 years ago
Jon Turney 47d0a13482
Re-implement version_compare using RPM-style version comparison 7 years ago
Marcel Hollerbach 7ae3fbf88d mesonbuild: move subdir generation along link dep generation 7 years ago
Marcel Hollerbach c68460e2ee backends: save up the dylib generated names 7 years ago
Marcel Hollerbach be1003a8e9 build: try to cache the result of the link deps 7 years ago
Jon Turney 654101414c Improve windows resource compiler executable selection 7 years ago
Jon Turney 39d87269b3 Add missing reporting of some methods tried to find the dependency 7 years ago
Jon Turney 593de37474 Fix duplicate PKGCONFIG case in VulkanDependency 7 years ago
Jon Turney 1768b09a12 Improve formatting of dependency details 7 years ago
Thibault Saunier bd26c71845 hotdoc: Make project_version mandatory as it should always have been 7 years ago
Thibault Saunier 1ace8d8985 hotdoc: Handle IncludeDirs to specify directories 7 years ago
Alexey Rochev 929fbb9353 Qt: add main argument to Qt dependency object to link with qtmain library on Windows (#2327) 7 years ago
Dylan Baker 51e9db370a Add method to check for C/C++ function attributes 7 years ago
Jussi Pakkanen 8ca463f9f1 Guard against the process redirecting stdout. Closes #3967. 7 years ago
Jussi Pakkanen 7e75451867 Try to kill processes even more thoroughly. Closes #4127. 7 years ago
GoaLitiuM 644809fe59 Make sure static library files are passed properly to the linker 7 years ago
GoaLitiuM 040dd03a7a Fix remaining soname and rpath issues on OSX 7 years ago
GoaLitiuM fd4c996a67 Remove translation of file paths 7 years ago
GoaLitiuM d2483d4412 Refactor D argument translation function 7 years ago
GoaLitiuM 6e160995b0 Improve D link argument handling 7 years ago
GoaLitiuM 289c1bf919 D: Fix linking errors with static D libraries on Windows 7 years ago
GoaLitiuM a45be05a7e D: Fix dub dependency handling on Windows 7 years ago
GoaLitiuM 5240b26fb8 D: Use the documented syntax for various arguments 7 years ago
Xavier Claessens 674ae466c8 mesonmain: Add --reconfigure argument 7 years ago
Xavier Claessens 8de60f9078 mesonmain: Move builddir/sourcedir handling code inside MesonApp 7 years ago
Nirbheek Chauhan 68cfe1bb52 Test + fix for not-found dependency fallback version comparison 7 years ago
Jakub Wilk 73cbf4113a llvm: fix build flags with older llvm versions 7 years ago
Xavier Claessens ef231d3edd Add --fatal-meson-warnings command line option 7 years ago
Corentin Noël 176af2c8c3 i18n: respect variable substitution for the target name when merging translations 7 years ago
Jon Turney c54cd69015 Modernize Python3Dependency 7 years ago
Rafael Ávila de Espíndola 07d2d88fa9 Allow override_find_program to use an executable. 7 years ago
Alexey Rochev 862019e6de Qt: Allow passing dependency objects to preprocess method (#3470, #3875) 7 years ago
Nirbheek Chauhan e7b25018c4 wrap: Redirect git's stdin to DEVNULL 7 years ago
David Seifert c427f8cc9c
Pull in GTest as a dependency of GMock 7 years ago
David Seifert 5242241f5e
Prefer pkgconfig for `GMockDependency` 7 years ago
David Seifert 0aa973777f
Prefer pkgconfig for `GTestDependency` 7 years ago
Jussi Pakkanen 3d86a24b55 Remove unnecessary -lquadmath from FORTRAN flags. 7 years ago
Alexis Jeandet 73a5b4332d Meson should warn if b_lundef is mixed with any sanitizer with clang 7 years ago
Mathieu Duponchelle b2f92ea689 gnome: fix generate_gir when linking with libasan 7 years ago
Nirbheek Chauhan bead8287a5 Improve support for macOS dylib versioning 7 years ago