summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-27mtest: use backslash replace when printing error logsPaolo Bonzini
2020-12-27mtest: improve colorizationPaolo Bonzini
2020-12-27mtest: store TestRuns in collected_failuresPaolo Bonzini
2020-12-27mtest: add test methods to TestResultPaolo Bonzini
2020-12-27mtest: move test_count and name_max_len to TestHarness classPaolo Bonzini
2020-12-27mtest: add name and number to TestRunPaolo Bonzini
2020-12-27mtest: create TestRun object early onPaolo Bonzini
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen
2020-12-22mdist: Print file path at the end of run() instead of in create_hash().Aman Verma
2020-12-22mdist: Ensure correct format for sha256sum.Aman Verma
2020-12-22depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith
2020-12-22linkers: add rpath_dirs_to_remove support to SolarisDynamicLinkerAlan Coopersmith
2020-12-22Add simple start page for beginners. [skip ci]Jussi Pakkanen
2020-12-17Revert "add owl chess in Users.md [skip ci]"Eli Schwartz
2020-12-17environment.py: Detect all mips* architectures (#8108)Persian Prince
2020-12-16cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger
2020-12-16Merge pull request #8103 from dcbaker/submit/module-typing-cleanupsJussi Pakkanen
2020-12-16mlog: make mlog helper take once keyword argumentDylan Baker
2020-12-16build/interpreter: Add some type annotationsDylan Baker
2020-12-16interpreter: Use a typing.NamedTuple instead of collections.namedtupleDylan Baker
2020-12-16build: Use python 3.6 annotation syntax for Build initializerDylan Baker
2020-12-16build: Add annotation for Build.dataDylan Baker
2020-12-16build/interpreter: fix layering violations for ManPagesDylan Baker
2020-12-16build/interpreter: split representation of HeadersDylan Baker
2020-12-15Merge pull request #7902 from bonzini/mtest-build-depends-onlyJussi Pakkanen
2020-12-15Fix the subsystem options for lld in mingw modeMartin Storsjö
2020-12-15docs: Update link to libspng [skip ci]Jean-Michel Gorius
2020-12-14doc: fix typos for doubled words [skip ci]Eli Schwartz
2020-12-14Less restrictive get_win_subsystem_args implementationsLaurin-Luis Lehning
2020-12-14Propagate Windows target checks upLaurin-Luis Lehning
2020-12-14Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning
2020-12-14Slight consistency changes to get_gui_app_argsLaurin-Luis Lehning
2020-12-14Oversight in VisualStudioLikeLinkerMixinLaurin-Luis Lehning
2020-12-14Give get_win_subsystem_args access to envLaurin-Luis Lehning
2020-12-14Make win_subsystem a linker propertyLaurin-Luis Lehning
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen
2020-12-14mtest: only build what is needed for the testsPaolo Bonzini
2020-12-14mintro: export functions to load the meson-info filesPaolo Bonzini
2020-12-13Add support for driving lld-link indirectly through clang on WindowsLaurin-Luis Lehning
2020-12-13Support native tests in crossbuildOleg B
2020-12-13Add mypy annotations.Jussi Pakkanen
2020-12-13Scan all C++ sources and ignore everything else.Jussi Pakkanen
2020-12-13Add unit test.Jussi Pakkanen
2020-12-13C++ module compilation works for a simple project.Jussi Pakkanen
2020-12-13Add VCS ignore files to build dir on creation. Closes #6509.Jussi Pakkanen
2020-12-12Generate dependency scanning hooks in the Ninja file.Jussi Pakkanen
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter
2020-12-11Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen
2020-12-11Generate scanning rules for C++ modules.Jussi Pakkanen
2020-12-11unit tests: correctly skip c++20 checks if the compiler doesn't supportDylan Baker