aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-09-16Add 'clone-recursive' option for git wrapsAndrei Alexeyev1-2/+6
2018-09-16Merge pull request #4175 from GoaLitiuM/d-archfixesJussi Pakkanen3-51/+61
2018-09-16Do not use relative RPATHs on macOS with ICC/GCCDavid Seifert1-1/+2
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert9-176/+152
2018-09-16Fix incorrect feature check warningJon Turney1-0/+1
2018-09-14Refactor D target architecture handlingGoaLitiuM3-31/+25
2018-09-14dub: Fix error when package was fetched but not builtGoaLitiuM1-11/+12
2018-09-14dub: Detect if the missing package was built for wrong architectureGoaLitiuM1-1/+12
2018-09-14dub: Fix 32-bit architecture detection on WindowsGoaLitiuM1-10/+14
2018-09-13New numbering scheme for pre-release versions. [skip ci]Jussi Pakkanen1-1/+1
2018-09-13Merge pull request #4017 from jon-turney/version-comparison-rewriteJussi Pakkanen1-79/+77
2018-09-13D: Fix linker detection when static linker is missingGoaLitiuM2-10/+21
2018-09-13Merge pull request #4077 from xclaesse/reconfigureJussi Pakkanen1-28/+34
2018-09-13Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-09-13Fix flake8 whitespace reportsJon Turney1-1/+0
2018-09-12Minor typo fixMartin Kelly1-1/+1
2018-09-12Correct version_compare_condition_with_min()Jon Turney1-3/+3
2018-09-12Allow features added in 0.nn.0 to be used when version constraint is '>=0.nn'Jon Turney1-0/+14
2018-09-12Use the exact current version in obtainMesonOutputJon Turney1-13/+0
2018-09-11Qt: set QT_<MODULE>_LIB defines when using qmake detectionAlexey Rochev1-0/+9
2018-09-11Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan4-26/+19
2018-09-11Re-implement version_compare_condition_with_min likewiseJon Turney1-54/+3
2018-09-11Re-implement version_compare using RPM-style version comparisonJon Turney1-12/+60
2018-09-11mesonbuild: move subdir generation along link dep generationMarcel Hollerbach2-7/+14
2018-09-11backends: save up the dylib generated namesMarcel Hollerbach1-1/+7
2018-09-11build: try to cache the result of the link depsMarcel Hollerbach1-0/+3
2018-09-10Improve windows resource compiler executable selectionJon Turney1-21/+35
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney4-0/+16
2018-09-10Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney1-1/+1
2018-09-10Improve formatting of dependency detailsJon Turney2-5/+11
2018-09-10hotdoc: Make project_version mandatory as it should always have beenThibault Saunier1-0/+1
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-05mesonmain: Add --reconfigure argumentXavier Claessens1-17/+23
2018-09-05mesonmain: Move builddir/sourcedir handling code inside MesonAppXavier Claessens1-14/+14
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