aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-17add missing gcovr dependencies for cygwin ciCary Converse1-0/+5
2020-06-17coverage: llvm-cov supportCary Converse12-40/+140
2020-06-17ci: Remove PostgreSQL from PATHNirbheek Chauhan4-15/+2
2020-06-17update Project-templates.mdMichael1-2/+21
2020-06-16interpreter: Allow dependecy or subproject name in force_fallback_forXavier Claessens1-3/+6
2020-06-16doc: Fix missing --force-fallback-for documentationXavier Claessens1-0/+8
2020-06-16interpreter: Avoid new feature warning when using old has_exe_wrapper()Xavier Claessens1-1/+4
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle6-2/+43
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16gnome: Add fatal_warnings kwarg to generate_gir()Xavier Claessens3-2/+17
2020-06-15macros.meson: Switch to meson compile / installIgor Raits1-3/+9
2020-06-15macros.meson: Switch to %{_smp_build_ncpus}Igor Raits1-9/+3
2020-06-15pep8: add missing import, remove unused variableMichael Hirsch2-26/+27
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch5-7/+14
2020-06-15Documentation, FAQ.md, generated_headers [skip ci]laolux1-1/+1
2020-06-15environment: fallback regex for versions like 2020.01Michael Hirsch2-6/+18
2020-06-15test:fortran7: default static so Intel/VS-based compilers passMichael Hirsch1-3/+3
2020-06-15Add exception handling to be also written to the VS project xmlVili VÀinölÀ1-0/+12
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest3-0/+718
2020-06-15ci: Use test.json to skip VS2017 azure testsDaniel Mensinger5-19/+17
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan3-2/+10
2020-06-14fortran generated test: add code to reveal issueMichael Hirsch5-10/+22
2020-06-14Use cmake args also when calling get_cmake_infoVili VÀinölÀ1-4/+4
2020-06-14Disable failing cmake jobs on VS2017Nirbheek Chauhan3-0/+16
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger7-7/+28
2020-06-13Tweak gnome.gtkdoc() documentation for clarity and grammarJon Turney1-2/+2
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney1-3/+5
2020-06-13Include the dep itself in extra_paths for WindowsJon Turney1-0/+1
2020-06-13Handle multiple substitutions in eval_custom_target_command()Jon Turney1-29/+30
2020-06-13azure: Run gtkdoc tests for CygwinJon Turney1-0/+1
2020-06-13ci: Pin ninja to 1.9.0.post1 for nowNirbheek Chauhan1-1/+5
2020-06-13tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger1-0/+3
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger6-5/+30
2020-06-13mdist: Filter out buildtype to avoid warningNirbheek Chauhan1-1/+1
2020-06-12dependencies: Add a couple of type annotationsDylan Baker1-2/+3
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker2-5/+5
2020-06-12dependencies: Don't try to find a binary by "default_path" when cross compilingDylan Baker1-4/+7
2020-06-12cmake: Use shared find_external_program instead of open codingDylan Baker1-22/+5
2020-06-12dependencies: Split search_tool out of ExternalDependencyDylan Baker2-24/+29
2020-06-12mintro: typings again x2TheQwertiest1-1/+1
2020-06-12mintro: more typing shenanigansTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: enforced order for subcommandsTheQwertiest1-12/+14
2020-06-12[skip ci] docs: Bring up to date on options per machineJohn Ericson2-14/+64
2020-06-12modules/cmake: Fix setting install_dirDylan Baker4-2/+21
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger4-15/+37
2020-06-12docs: remove duplicated entry for gnome.generate_gir() documentation [skip ci]ć‚æœŹ èČŽćČ1-1/+0
2020-06-11Correct argument typo in partial_dependnecy (#7300) [skip ci]Phillip Johnston1-1/+1