summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22refactor errorhandler for deduplication of logicEli Schwartz
2022-09-22fix regression in handling errors during reconfigureEli Schwartz
2022-09-22CI: Add a temporary workaround for broken MSYS2 Python path separator behaviourChristoph Reiter
2022-09-22Add release notes snippet for new mconf behaviourXavier Claessens
2022-09-22mconf: Add --no-pager optionXavier Claessens
2022-09-22mconf: Print options with colorsXavier Claessens
2022-09-22mconf: Substract the 3 space separators between columnsXavier Claessens
2022-09-22mconf: Do not wrap choices manuallyXavier Claessens
2022-09-22mconf: There is always 4 columnsXavier Claessens
2022-09-22mlog: Add support for pagerXavier Claessens
2022-09-22mconf: Use mlog.log() instead of print()Xavier Claessens
2022-09-21mdevenv: powershell <7.0 is EOL, prefer using pwsh.exeXavier Claessens
2022-09-21Fix cmd_or_ps.ps1 script with pwsh7Xavier Claessens
2022-09-20Fix including headers from another drive on VS backendVili Väinölä
2022-09-19python module: allow specifying the pure kwarg in the installation objectEli Schwartz
2022-09-19pylint: enable use-dict-literalDylan Baker
2022-09-19pylint: enable use-list-literalDylan Baker
2022-09-19pylint: enable consider-using-inDylan Baker
2022-09-19pylint: enable use-sequence-for-iterationDylan Baker
2022-09-19pylint: enable use-maxsplit-argDylan Baker
2022-09-19pylint: enable consider-using-dict-itemsDylan Baker
2022-09-19pylint: move from allow-list to deny-listDylan Baker
2022-09-19fix odd mypy issue in unreachable codeEli Schwartz
2022-09-19simplify type annotationEli Schwartz
2022-09-19compilers: avoid importing compilers upfront for detectEli Schwartz
2022-09-19compilers: perform targeted imports for detectEli Schwartz
2022-09-19compilers: use more direct checks for what kind of compiler we haveEli Schwartz
2022-09-19compilers/detect: rename potentially conflicting nameEli Schwartz
2022-09-19compilers: use consistent function signature for objcEli Schwartz
2022-09-19compilers: remove dead codeEli Schwartz
2022-09-19compilers: single-source compiler class as cls, consistentlyEli Schwartz
2022-09-19avoid importing the entire codebase at first startupEli Schwartz
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz
2022-09-19compilers: directly import from subpackagesEli Schwartz
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz
2022-09-19declare_dependency: fix regression in printing the correct errorEli Schwartz
2022-09-18Warn if wrap file changesDaniel Carson
2022-09-18Move up dangling commentDaniel Carson
2022-09-18gnome: Add some missing install_tagXavier Claessens
2022-09-18mailmap: add alias for myselfLiam Beguin
2022-09-18completions: bash: add simple init competionLiam Beguin
2022-09-18completions: bash: define sub-commands as an arrayLiam Beguin
2022-09-18completions: bash: update meson sub-command listLiam Beguin
2022-09-18completions: bash: add missing functionsLiam Beguin
2022-09-18completions: bash: order function definitions like in helpLiam Beguin
2022-09-15devenv: Resolve executable in devenv's PATHXavier Claessens
2022-09-14docs: note the automatic creation of gitignore in build directoriesEli Schwartz
2022-09-13Use os.path.realpath for default include paths testing in -isystem.Yang Bo
2022-09-12dependencies: log the real reason for a dependency lookup failingEli Schwartz
2022-09-12dependencies: use better internal representation of factory methodsEli Schwartz