aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-09-19fix odd mypy issue in unreachable codeEli Schwartz1-0/+1
2022-09-19simplify type annotationEli Schwartz1-1/+1
2022-09-19compilers: avoid importing compilers upfront for detectEli Schwartz1-114/+2
2022-09-19compilers: perform targeted imports for detectEli Schwartz4-90/+107
2022-09-19compilers: use more direct checks for what kind of compiler we haveEli Schwartz1-7/+7
2022-09-19compilers/detect: rename potentially conflicting nameEli Schwartz1-12/+12
2022-09-19compilers: use consistent function signature for objcEli Schwartz1-7/+7
2022-09-19compilers: remove dead codeEli Schwartz1-1/+1
2022-09-19compilers: single-source compiler class as cls, consistentlyEli Schwartz1-18/+26
2022-09-19avoid importing the entire codebase at first startupEli Schwartz2-7/+12
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz1-161/+0
2022-09-19compilers: directly import from subpackagesEli Schwartz4-8/+9
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz3-20/+15
2022-09-19declare_dependency: fix regression in printing the correct errorEli Schwartz1-1/+1
2022-09-18Warn if wrap file changesDaniel Carson2-6/+45
2022-09-18Move up dangling commentDaniel Carson1-1/+1
2022-09-18gnome: Add some missing install_tagXavier Claessens1-0/+6
2022-09-15devenv: Resolve executable in devenv's PATHXavier Claessens1-0/+4
2022-09-13Use os.path.realpath for default include paths testing in -isystem.Yang Bo1-3/+4
2022-09-12dependencies: log the real reason for a dependency lookup failingEli Schwartz2-3/+6
2022-09-12dependencies: use better internal representation of factory methodsEli Schwartz2-8/+7
2022-09-12dependencies: simplify log_tried into a staticmethodEli Schwartz7-12/+21
2022-09-12dependencies: simplify logging methodsEli Schwartz3-15/+0
2022-09-12rust: Generate a rust-project.json file when rust targets are presentDylan Baker1-1/+111
2022-09-12mesonlib: Add a function to find the first element in an iterable which match...Dylan Baker1-0/+15
2022-09-12arglist: use typing.MutableSequence instead of collectionsDylan Baker1-1/+1
2022-09-12mcompile: Remove useless sleepXavier Claessens1-2/+0
2022-09-12modules: Fix paths to (sub)project source/build directoriesDavid Ward2-5/+4
2022-09-12i18n: Fix source root in Gettext targets for subprojectsDavid Ward2-6/+10
2022-09-11backends: limit maximum path of generated filenamesEli Schwartz1-1/+9
2022-09-09vs: Fix CustomBuild contents.Andres Freund1-9/+9
2022-09-09compilers: drop some useless info from CompileResultEli Schwartz1-5/+2
2022-09-09compilers: fix regression in logging cached compile commandsEli Schwartz1-4/+3
2022-09-07compilers: correct the MSVC version comparison for turning on __cplusplusEli Schwartz1-1/+1
2022-09-07wrap: correctly override dependency names with capital lettersEli Schwartz1-3/+5
2022-09-07Fixed string escaping in AstPrinterVolker Weißmann1-1/+5
2022-09-07minstall: handle extra error for selinuxenabledRosen Penev1-1/+1
2022-09-07modules/wayland: Change default value of include_core_only to trueMark Bolhuis1-1/+1
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis1-3/+3
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis1-1/+7
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li5-2/+13
2022-09-05interpreter: name typing-only kwargs import with an underscoreEli Schwartz1-41/+41
2022-09-05interpreter: add a few small func annotationsEli Schwartz1-4/+4
2022-09-04mtest: Run ninja build.ninja before loading testsAndres Freund1-0/+10
2022-09-04mtest: pull detection of ninja into TestHarnessAndres Freund1-10/+24
2022-09-04mtest: Move loading of test data into its own functionAndres Freund1-10/+13
2022-09-02backend/ninja: omit --backend when regenerating build dirKonstantin Kharlamov1-3/+1
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan1-1/+1
2022-09-01env2mfile: reuse logical lists of interesting facts from meson itselfEli Schwartz3-46/+19
2022-08-31modules/cmake: Fix typoaleksander1-1/+1