aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Update version number to rc2.0.56.0.rc2Jussi Pakkanen1-1/+1
2020-10-24cmake: set CMP0054 to new in preload.cmakeDaniel Mensinger2-1/+11
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger3-1/+30
2020-10-24cmake: Always create missing includes in build dirDaniel Mensinger1-4/+1
2020-10-22depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker1-1/+7
2020-10-22pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens1-6/+5
2020-10-19interpreter: Add missing new feature flag for executable(win_subsystem)Dylan Baker1-1/+2
2020-10-19switch gui_app deprecation to FeatureDeprecatedKwargsPaolo Bonzini2-1/+1
2020-10-19fix typo "machintosh" -> "macintosh"Ken Cunningham1-1/+1
2020-10-19Bump version number for rc1.0.56.0.rc1Jussi Pakkanen1-2/+2
2020-10-19In text, betterer grammer usings.Jussi Pakkanen1-1/+1
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini2-8/+12
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens1-33/+38
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens1-1/+1
2020-10-17Merge pull request #7859 from mensinda/cmBlacklistJussi Pakkanen4-3/+41
2020-10-16Machine file pkg_config_path overrides environmentXavier Claessens2-6/+8
2020-10-16Refactor handling of machine file optionsXavier Claessens6-221/+140
2020-10-16cmake: Ignore additional internal CMake variablesDaniel Mensinger1-0/+9
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger4-3/+32
2020-10-16compilers/cuda: Use format_map(mapping) instead of format(**mapping)Carlos Bederian1-2/+2
2020-10-16compilers/cuda: Fix has_header_symbol checkCarlos Bederian1-4/+17
2020-10-16Fix consistency in variables kwargXavier Claessens2-25/+34
2020-10-15windows: Avoid target name clash happening in GTK+Xavier Claessens1-1/+3
2020-10-15gnome: generate cpp gresource source in cpp projectsmimi899991-2/+8
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger4-40/+59
2020-10-14Merge pull request #6968 from xclaesse/auto-promoteJussi Pakkanen4-160/+207
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris4-11/+29
2020-10-13wrap: Add 'redirect' type and use it when auto promoteXavier Claessens1-13/+39
2020-10-13Add wrap mode to disable auto promoteXavier Claessens2-6/+9
2020-10-13wrap: Use sub-subproject packagefilesXavier Claessens1-5/+6
2020-10-13interpreter: Improve message when fallback dependency is not foundXavier Claessens1-32/+48
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens3-71/+72
2020-10-13interpreter: Rename dirname to subp_nameXavier Claessens1-65/+65
2020-10-13include_type: Add CMake subporject dependency method (fixes #6879)Daniel Mensinger1-3/+10
2020-10-13include_type: honor include_type in dependency fallbacks (fixes #7503)Daniel Mensinger1-0/+8
2020-10-13Merge pull request #7816 from mensinda/cmCrossJussi Pakkanen9-268/+407
2020-10-13mtest: Allow filtering tests by subprojectNirbheek Chauhan2-7/+35
2020-10-13cmake: Add cross compilation supportDaniel Mensinger9-268/+407
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens1-18/+34
2020-10-13msubprojects: Handle change of URL in wrap-gitXavier Claessens1-3/+25
2020-10-13cuda: Also read CUDART_VERSION from cuda_runtime_api.hDaniel Mensinger1-2/+25
2020-10-12exclude generated file from clang-tidy processingMichele Dionisio1-1/+3
2020-10-12Merge pull request #7740 from bonzini/fallback-falseJussi Pakkanen2-34/+45
2020-10-12mtest: collect failures regardless of colorized consoleCamilo Celis Guzman1-9/+11
2020-10-10Properly handle the case of linking static library with custom targetsSahnvour1-4/+31
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini2-5/+16
2020-10-08interpreter: clean up handling of force_fallbackPaolo Bonzini2-14/+13
2020-10-08interpreter: refactor handling of dependency(fallback: ...)Paolo Bonzini1-21/+22
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen6-6/+55
2020-10-06python.dependency() is not respecting 'required' kwargXavier Claessens1-2/+9