aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger1-10/+2
2019-04-25Don't use len() to test for container emptinessDylan Baker5-12/+12
2019-04-24hotdoc: Handle werrorThibault Saunier1-0/+3
2019-04-24hotdoc: Take into account boolean value to pass flag like argumentsThibault Saunier1-1/+2
2019-04-22i18n: add args keyword to merge_fileKonstantin1-1/+6
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen1-5/+3
2019-04-03modules/python: normalize output for disabled by featureDylan Baker1-1/+1
2019-04-03modules/python: Do disabler check after validating inputsDylan Baker1-3/+4
2019-04-03modules/python: Report program found in find_installation()Dylan Baker1-3/+5
2019-04-02modules/python: Remove spaces around keyword argumentsDylan Baker1-2/+2
2019-03-28Revert "gnome.compile_resources: Add ld binary method"Jussi Pakkanen2-148/+14
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen1-0/+72
2019-03-18dependencies: fix Python linking for windows+mingwNacho García1-3/+7
2019-03-17Add feature warning for qt.compile_translationsLuca Weiss1-2/+2
2019-03-17Fix #5046Ninja-Koala1-5/+6
2019-03-15[modules] Add kconfig moduleMark Schulte1-0/+72
2019-03-14i18n: Use CustomTarget.known_kwargs at permittedKwargs()Georges Basile Stavracas Neto1-2/+1
2019-03-10hotdoc: Set gi-c-source-rootThibault Saunier1-0/+14
2019-03-09pkgconfig.generate: add FeatureNew and documentation for implict versionEli Schwartz1-1/+3
2019-02-27Add table entry for CUDA Toolkit 10.1.Olexa Bilaniuk1-0/+1
2019-02-24Correct Volta+Tegra -> Xavier.Olexa Bilaniuk1-2/+2
2019-02-24Allow 'Auto'-mode flags to use the compiler's detected GPUOlexa Bilaniuk1-3/+13
2019-02-16i18n: Catch additional GLib functionsFrediano Ziglio1-0/+8
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen1-14/+7
2019-02-04gnome.compile_resources: Add ld binary methodJussi Pakkanen2-15/+148
2019-02-04Merge pull request #4835 from obilaniu/cudaimprovementsJussi Pakkanen1-0/+259
2019-02-04python: don't require a Python lib in case we don't link against it. Fixes #4841Christoph Reiter1-3/+4
2019-02-03Fix required versionNinja-Koala1-1/+1
2019-02-03More robust name generationNinja-Koala1-8/+18
2019-02-02Add unstable CUDA module.Olexa Bilaniuk1-0/+259
2019-02-02Move some additional functionality into the new functionNinja-Koala1-10/+11
2019-02-02Never access environment.properties downstreamJohn Ericson1-14/+7
2019-02-02Use triple quote string for linkerscriptNinja-Koala1-11/+11
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
2019-02-01Handle minus sign correctlyNinja-Koala1-1/+2
2019-02-01Add second dependency file for c targetNinja-Koala1-1/+3
2019-02-01Remove dependency file from c targetNinja-Koala1-3/+3
2019-02-01Fix code formattingNinja-Koala1-15/+15
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala2-14/+130
2019-01-31Add tsan and ubsan to g-ir-scanner workaround.Elliott Sales de Andrade1-3/+9
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2019-01-26Add install_dir to i18n.gettextSergey Shatunov1-2/+4
2019-01-17add support for generating cmake filesDavid Fort1-0/+221
2019-01-16Fix flake8 errorsXavier Claessens1-2/+1
2019-01-10rpm: Bring RPM module back in to a working stateAlistair Thomas1-47/+57
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-1/+5
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson4-33/+15