7794 Commits (6f7ea0cc28c9e777c57c74b4d7c2d13604e48ba6)

Author SHA1 Message Date
Dylan Baker 6f7ea0cc28 pylint: enable use-sequence-for-iteration 2 years ago
Dylan Baker 188c552dcf pylint: enable use-maxsplit-arg 2 years ago
Dylan Baker b11cf2f371 pylint: enable consider-using-dict-items 2 years ago
Eli Schwartz edc3e26369
fix odd mypy issue in unreachable code 2 years ago
Eli Schwartz 8277a1aba8
simplify type annotation 2 years ago
Eli Schwartz ab20eb5bbc
compilers: avoid importing compilers upfront for detect 2 years ago
Eli Schwartz cc5ef6478f
compilers: perform targeted imports for detect 2 years ago
Eli Schwartz f6f876481f
compilers: use more direct checks for what kind of compiler we have 2 years ago
Eli Schwartz 775b67c5c1
compilers/detect: rename potentially conflicting name 2 years ago
Eli Schwartz 2b90152fe5
compilers: use consistent function signature for objc 2 years ago
Eli Schwartz 4487a256e0
compilers: remove dead code 2 years ago
Eli Schwartz 5c4cd9162e
compilers: single-source compiler class as cls, consistently 2 years ago
Eli Schwartz 9ed5cfda15
avoid importing the entire codebase at first startup 2 years ago
Eli Schwartz d3dac3cfb2
compilers: don't export every compiler as a top-level property 2 years ago
Eli Schwartz 5bfab845d0
compilers: directly import from subpackages 2 years ago
Eli Schwartz 0a9048e554
compilers: don't use instance checks to determine properties 2 years ago
Eli Schwartz 24ac3cdb9c
declare_dependency: fix regression in printing the correct error 2 years ago
Daniel Carson 004575874f Warn if wrap file changes 2 years ago
Daniel Carson 97f248db24 Move up dangling comment 2 years ago
Xavier Claessens 635cb1b873 gnome: Add some missing install_tag 2 years ago
Xavier Claessens 7e4188a53f devenv: Resolve executable in devenv's PATH 2 years ago
Yang Bo 83d18d137d Use os.path.realpath for default include paths testing in -isystem. 2 years ago
Eli Schwartz 719dd0d2a0
dependencies: log the real reason for a dependency lookup failing 2 years ago
Eli Schwartz b821a03511
dependencies: use better internal representation of factory methods 2 years ago
Eli Schwartz 7972c49bda
dependencies: simplify log_tried into a staticmethod 2 years ago
Eli Schwartz 36e7748d02
dependencies: simplify logging methods 2 years ago
Dylan Baker 9a645c1c5a rust: Generate a rust-project.json file when rust targets are present 2 years ago
Dylan Baker 0ef3c2b436 mesonlib: Add a function to find the first element in an iterable which matches a predicate 2 years ago
Dylan Baker b5a66ce2a3 arglist: use typing.MutableSequence instead of collections 2 years ago
Xavier Claessens 0042095d12 mcompile: Remove useless sleep 2 years ago
David Ward ee5a729190 modules: Fix paths to (sub)project source/build directories 2 years ago
David Ward 68add86f7b i18n: Fix source root in Gettext targets for subprojects 2 years ago
Eli Schwartz 7eb5709bd9
backends: limit maximum path of generated filenames 2 years ago
Andres Freund 91206aaeb0 vs: Fix CustomBuild contents. 2 years ago
Eli Schwartz 2a76afcef1 compilers: drop some useless info from CompileResult 2 years ago
Eli Schwartz e3a4dc7218 compilers: fix regression in logging cached compile commands 2 years ago
Eli Schwartz 167356aeab
compilers: correct the MSVC version comparison for turning on __cplusplus 2 years ago
Eli Schwartz 7bdfe7ccb2 wrap: correctly override dependency names with capital letters 2 years ago
Volker Weißmann 5fec9f5db9 Fixed string escaping in AstPrinter 2 years ago
Rosen Penev 26acf2152d minstall: handle extra error for selinuxenabled 2 years ago
Mark Bolhuis a289e5416b modules/wayland: Change default value of include_core_only to true 2 years ago
Mark Bolhuis b6235a2e42 modules/wayland: Rename core_only to include_core_only 2 years ago
Mark Bolhuis 25f838fd33 modules/wayland: Support --include-core-only 2 years ago
Thomas Li a4d5442207 Fix install_subdirs not showing up in intro-install_plan.json 2 years ago
Eli Schwartz e6122ba786 interpreter: name typing-only kwargs import with an underscore 2 years ago
Eli Schwartz c1182b3f74 interpreter: add a few small func annotations 2 years ago
Andres Freund 628effb369 mtest: Run ninja build.ninja before loading tests 2 years ago
Andres Freund f501e3b187 mtest: pull detection of ninja into TestHarness 2 years ago
Andres Freund 2096e394fc mtest: Move loading of test data into its own function 2 years ago
Konstantin Kharlamov 251113fa67 backend/ninja: omit --backend when regenerating build dir 2 years ago