aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-30Handle uppercase dependency names in wraps.wrapcaseJussi Pakkanen6-2/+31
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger3-0/+33
2020-12-29Only do module scanning if C++ version is latest.Jussi Pakkanen1-0/+2
2020-12-29Implement support of dlang -makedeps switch (#8119)Remi Thebault2-3/+32
2020-12-28Fix network path output in ninja backend on WindowsSamuel Longchamps1-0/+7
2020-12-28Incorrect source-build directory error when using network paths on WindowsSamuel Longchamps1-2/+5
2020-12-28Merge pull request #8001 from bonzini/mtest-asyncioJussi Pakkanen2-179/+368
2020-12-28Fix missed imports in #7902wereii1-0/+3
2020-12-27mtest: flush progress report before warningPaolo Bonzini1-4/+14
2020-12-27mtest: flush stdout after printing test resultsPaolo Bonzini1-1/+1
2020-12-27mtest: add progress reportPaolo Bonzini2-1/+116
2020-12-27mtest: merge print_stats and process_test_resultPaolo Bonzini1-7/+5
2020-12-27mtest: convert console output to TestLoggerPaolo Bonzini1-26/+26
2020-12-27mtest: convert logfile to TestLoggerPaolo Bonzini1-35/+33
2020-12-27mtest: convert jsonlogfile to TestLoggerPaolo Bonzini1-20/+27
2020-12-27mtest: introduce TestLoggerPaolo Bonzini1-10/+28
2020-12-27mtest: do not use __del__Paolo Bonzini1-8/+8
2020-12-27mtest: remove collected_logsPaolo Bonzini1-25/+33
2020-12-27mtest: use backslash replace when printing error logsPaolo Bonzini1-1/+1
2020-12-27mtest: improve colorizationPaolo Bonzini1-10/+14
2020-12-27mtest: store TestRuns in collected_failuresPaolo Bonzini1-13/+24
2020-12-27mtest: add test methods to TestResultPaolo Bonzini1-7/+11
2020-12-27mtest: move test_count and name_max_len to TestHarness classPaolo Bonzini1-9/+10
2020-12-27mtest: add name and number to TestRunPaolo Bonzini1-23/+33
2020-12-27mtest: create TestRun object early onPaolo Bonzini1-47/+52
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen2-54/+177
2020-12-22mdist: Print file path at the end of run() instead of in create_hash().Aman Verma1-1/+1
2020-12-22mdist: Ensure correct format for sha256sum.Aman Verma1-1/+3
2020-12-22depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith1-1/+1
2020-12-22linkers: add rpath_dirs_to_remove support to SolarisDynamicLinkerAlan Coopersmith1-1/+6
2020-12-22Add simple start page for beginners. [skip ci]Jussi 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