aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-22Add simple start page for beginners. [skip ci]simplestartJussi Pakkanen15-0/+170
2020-12-17Revert "add owl chess in Users.md [skip ci]"Eli Schwartz1-1/+0
2020-12-17environment.py: Detect all mips* architectures (#8108)Persian Prince1-3/+9
2020-12-16cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger4-2/+6
2020-12-16Merge pull request #8103 from dcbaker/submit/module-typing-cleanupsJussi Pakkanen2-77/+156
2020-12-16mlog: make mlog helper take once keyword argumentDylan Baker1-5/+10
2020-12-16build/interpreter: Add some type annotationsDylan Baker2-9/+11
2020-12-16interpreter: Use a typing.NamedTuple instead of collections.namedtupleDylan Baker1-6/+34
2020-12-16build: Use python 3.6 annotation syntax for Build initializerDylan Baker1-10/+10
2020-12-16build: Add annotation for Build.dataDylan Baker1-1/+1
2020-12-16build/interpreter: fix layering violations for ManPagesDylan Baker2-28/+44
2020-12-16build/interpreter: split representation of HeadersDylan Baker2-24/+57
2020-12-15Merge pull request #7902 from bonzini/mtest-build-depends-onlyJussi Pakkanen4-29/+91
2020-12-15Fix the subsystem options for lld in mingw modeMartin Storsjƶ1-15/+12
2020-12-15docs: Update link to libspng [skip ci]Jean-Michel Gorius1-1/+1
2020-12-14doc: fix typos for doubled words [skip ci]Eli Schwartz1-2/+2
2020-12-14Less restrictive get_win_subsystem_args implementationsLaurin-Luis Lehning1-6/+12
2020-12-14Propagate Windows target checks upLaurin-Luis Lehning5-37/+26
2020-12-14Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning4-8/+9
2020-12-14Slight consistency changes to get_gui_app_argsLaurin-Luis Lehning3-9/+12
2020-12-14Oversight in VisualStudioLikeLinkerMixinLaurin-Luis Lehning1-1/+1
2020-12-14Give get_win_subsystem_args access to envLaurin-Luis Lehning3-6/+6
2020-12-14Make win_subsystem a linker propertyLaurin-Luis Lehning5-28/+35
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen17-10/+311
2020-12-14mtest: only build what is needed for the testsPaolo Bonzini3-12/+61
2020-12-14mintro: export functions to load the meson-info filesPaolo Bonzini1-17/+30
2020-12-13Add support for driving lld-link indirectly through clang on WindowsLaurin-Luis Lehning3-2/+20
2020-12-13Support native tests in crossbuildOleg B4-1/+37
2020-12-13Add mypy annotations.Jussi Pakkanen2-12/+14
2020-12-13Scan all C++ sources and ignore everything else.Jussi Pakkanen3-5/+39
2020-12-13Add unit test.Jussi Pakkanen1-0/+10
2020-12-13C++ module compilation works for a simple project.Jussi Pakkanen2-5/+108
2020-12-13Add VCS ignore files to build dir on creation. Closes #6509.Jussi Pakkanen1-0/+19
2020-12-12Generate dependency scanning hooks in the Ninja file.Jussi Pakkanen1-9/+45
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter7-118/+66
2020-12-11Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen13-1/+93
2020-12-11Generate scanning rules for C++ modules.Jussi Pakkanen1-0/+24
2020-12-11unit tests: correctly skip c++20 checks if the compiler doesn't supportDylan Baker1-3/+12
2020-12-11ci: run msys2 on run_unittests.py changesDylan Baker1-0/+2
2020-12-11ci: rebuild macos image on run_unittest.py changesDylan Baker1-0/+2
2020-12-10compilers: add support for c++20/gnu++20Florian Schmaus3-6/+9
2020-12-10Respect MESON_INSTALL_QUIET in gettext.pyDaan De Meyer1-1/+2
2020-12-10pkgconfig: Respect variable ordering when passed as listXavier Claessens2-2/+3
2020-12-10install: don't elevate when using destdirThomas WeiƟschuh1-1/+1
2020-12-10docs: fix "edit on GitHub" linksThomas WeiƟschuh1-1/+1
2020-12-07Remove "Found runner: " logging message from meson compileDaan De Meyer1-1/+0
2020-12-07msubprojects: Ignore worktrees when checking outNirbheek Chauhan1-1/+1
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen15-2/+155
2020-11-29Update Vala Preprocessor section in documentation. Closes: #8040 [skip ci]Jerry Casiano1-1/+7
2020-11-29Add aarch64 assembly testmimi899991-1/+10