aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-10wrap: Ignore directories that have a .wrap with the same nameXavier Claessens1-3/+3
2022-10-10Merge pull request #8941 from xclaesse/wrapdbJussi Pakkanen7-23/+125
2022-10-10Document and test new WrapDB auto fallbackXavier Claessens4-0/+44
2022-10-09Get fallback varname from wrap file after it has been configuredXavier Claessens1-8/+8
2022-10-09Get wrap from wrapdb when not found locallyXavier Claessens1-13/+55
2022-10-09Add "meson wrap update-db" commandXavier Claessens1-2/+18
2022-10-09Fix some wording in a JNISystemDependency commentTristan Partin1-1/+1
2022-10-09Add BSD support to the JNISystemDependencyTristan Partin2-0/+12
2022-10-09run wrapped-due-to-env commands on unix via the env programEli Schwartz1-1/+18
2022-10-09compilers: Add optimization=plain optionJan Tojnar19-32/+63
2022-10-07CI: add potential workaround for python crashes in MSYS2Christoph Reiter1-0/+3
2022-10-06Add handling Qt6's EntryPoint library.Hagen Möbius1-9/+18
2022-10-06Only use Debian path fixing on old distros.Jussi Pakkanen1-11/+26
2022-10-04pylint: enable consider-merging-isinstanceDylan Baker4-4/+3
2022-10-04pylint: enable use-a-generatorDylan Baker9-22/+21
2022-10-03pylint: enable unnecessary-lambdaDylan Baker2-2/+1
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker6-11/+6
2022-10-03pylint: enable consider-using-(min|max)-builtinDylan Baker2-8/+2
2022-10-03pylint: enable unspecified-encodingDylan Baker2-2/+1
2022-10-03pylint: enable unnecessary-dunder-callDylan Baker2-3/+2
2022-10-03AIX: allow link_whole, it's the only supported behaviour anywayAndres Freund1-0/+6
2022-10-02Add stable regression testEli Schwartz7-0/+72
2022-10-02ci: Fix llvm detection on macOS CINirbheek Chauhan1-12/+27
2022-09-29doc: Add missing netrc release notesXavier Claessens1-0/+5
2022-09-29doc: Fix wayland release notesXavier Claessens1-2/+2
2022-09-29Add cross-compile support for Microsoft GDK platformsCaleb Cornett1-2/+9
2022-09-28Move classes used by scripts to their own moduleXavier Claessens20-150/+247
2022-09-28gnome: add support for update-mime-databasePaolo Borelli3-0/+17
2022-09-28find_library with argument beginning in "lib" is a bad idea, warn about itEli Schwartz1-0/+2
2022-09-28mlog: Use less from git on WindowsXavier Claessens1-6/+21
2022-09-28wrap: If the directory exists in a sub-subproject, uses it inplaceXavier Claessens5-4/+16
2022-09-28wrap: Small simplificationXavier Claessens1-11/+8
2022-09-28wrap: Set self.directory only onceXavier Claessens1-2/+1
2022-09-28Automatically tag systemtap filesXavier Claessens2-0/+4
2022-09-28Automaticall tag installed testsXavier Claessens2-0/+4
2022-09-27gnome/yelp: fix `xml:lang` attributesJan Tojnar1-1/+1
2022-09-27mconf: Do not print None for empty choicesXavier Claessens1-12/+7
2022-09-27mconf: Use pager only when printing configurationXavier Claessens1-6/+7
2022-09-27compilers: Cleanup a bit languages/suffixes listsXavier Claessens5-23/+27
2022-09-27Fix mypy lintTristan Partin1-1/+1
2022-09-26ninjabackend: Fix get_target_generated_sources() return typeXavier Claessens2-10/+12
2022-09-23mtest: implement a maxfail optionEli Schwartz2-0/+12
2022-09-23mlog: disable usage of global for log_pagerXavier Claessens1-2/+2
2022-09-23CI: don't set BOOST_ROOT to an empty stringChristoph Reiter1-1/+0
2022-09-23Revert "CI: Add a temporary workaround for broken MSYS2 Python path separator...Christoph Reiter1-3/+0
2022-09-22pylint: enable global-statementDylan Baker8-19/+13
2022-09-22pylint: enable global-variable-not-assignedDylan Baker4-4/+0
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker2-14/+8
2022-09-22compilers: unify fortran sanity check with its parent Clike handlingEli Schwartz2-40/+14
2022-09-22use simpler subprocess.run interface instead of manual PopenEli Schwartz1-2/+1