aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet1-0/+20
2020-11-04pkgconfig: Make external deps of static library publicXavier Claessens1-3/+6
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz1-1/+1
2020-11-03wrap: fix type annotationsDylan Baker1-2/+2
2020-11-03wrap: Fix git exception not catched by interpreterXavier Claessens1-1/+11
2020-11-01Fix #5492 (#7919)Elliot2-7/+21
2020-11-01gnome: Tweak error messageSam Thursfield1-1/+2
2020-11-01interpreter: store correct files for project regenerationDylan Baker1-6/+18
2020-10-30qt: dependency: Strip tool versions from newlinesLaurent Pinchart1-1/+1
2020-10-30Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen1-13/+2
2020-10-30Bump version number for new development.Jussi Pakkanen1-1/+1
2020-10-30Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen1-1/+1
2020-10-30environment: Fix detection of swift linkerDylan Baker1-2/+2
2020-10-28Fix gtest invoking while workdir is set (#7904)Sergey Kartashev1-3/+3
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