aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-10-04pylint: enable consider-merging-isinstanceDylan Baker3-3/+3
2022-10-04pylint: enable use-a-generatorDylan Baker8-21/+21
2022-10-03pylint: enable unnecessary-lambdaDylan Baker1-1/+1
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker5-10/+6
2022-10-03pylint: enable consider-using-(min|max)-builtinDylan Baker1-6/+2
2022-10-03pylint: enable unspecified-encodingDylan Baker1-1/+1
2022-10-03pylint: enable unnecessary-dunder-callDylan Baker1-2/+2
2022-10-03AIX: allow link_whole, it's the only supported behaviour anywayAndres Freund1-0/+6
2022-09-29Add cross-compile support for Microsoft GDK platformsCaleb Cornett1-2/+9
2022-09-28Move classes used by scripts to their own moduleXavier Claessens15-142/+209
2022-09-28gnome: add support for update-mime-databasePaolo Borelli1-0/+10
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 Claessens1-4/+7
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 Claessens1-0/+2
2022-09-28Automaticall tag installed testsXavier Claessens1-0/+2
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 Schwartz1-0/+6
2022-09-23mlog: disable usage of global for log_pagerXavier Claessens1-2/+2
2022-09-22pylint: enable global-statementDylan Baker7-18/+13
2022-09-22pylint: enable global-variable-not-assignedDylan Baker3-3/+0
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker1-9/+6
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
2022-09-22compilers: make sanity checks log commands using join_argsEli Schwartz1-3/+3
2022-09-22clean up message for OSError errorhandlerEli Schwartz1-6/+2
2022-09-22fix regression in logging runpython errorsEli Schwartz1-8/+9
2022-09-22refactor errorhandler for deduplication of logicEli Schwartz1-23/+21
2022-09-22fix regression in handling errors during reconfigureEli Schwartz1-38/+45
2022-09-22mconf: Add --no-pager optionXavier Claessens1-1/+4
2022-09-22mconf: Print options with colorsXavier Claessens1-16/+30
2022-09-22mconf: Substract the 3 space separators between columnsXavier Claessens1-1/+1
2022-09-22mconf: Do not wrap choices manuallyXavier Claessens1-19/+3
2022-09-22mconf: There is always 4 columnsXavier Claessens1-21/+8
2022-09-22mlog: Add support for pagerXavier Claessens2-1/+42
2022-09-22mconf: Use mlog.log() instead of print()Xavier Claessens1-13/+13
2022-09-21mdevenv: powershell <7.0 is EOL, prefer using pwsh.exeXavier Claessens1-5/+14
2022-09-21Fix cmd_or_ps.ps1 script with pwsh7Xavier Claessens1-12/+7
2022-09-20Fix including headers from another drive on VS backendVili Väinölä1-2/+6
2022-09-19python module: allow specifying the pure kwarg in the installation objectEli Schwartz1-4/+13
2022-09-19pylint: enable use-dict-literalDylan Baker1-4/+4
2022-09-19pylint: enable use-list-literalDylan Baker2-2/+2
2022-09-19pylint: enable consider-using-inDylan Baker10-13/+13