aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Extend the C++ module scanner to handle Fortran, too.fortranmodscanJussi Pakkanen2-44/+106
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen17-10/+311
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
2020-11-27Add script to create a zipapp.Eli Schwartz3-22/+25
2020-11-27createmsi: move to generic packaging directoryEli Schwartz2-1/+1
2020-11-26Bump Ninja requirement to 1.8.Jussi Pakkanen3-6/+6
2020-11-25rename .lgtm.yml to reduce top-level directory ls clutterMichael Hirsch, Ph.D1-0/+0
2020-11-24compilers/fortran: Add "none" to intel compielrs for standardsDylan Baker1-2/+2
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini4-13/+35
2020-11-24Merge pull request #7982 from dcbaker/submit/unittest-fixupsJussi Pakkanen1-74/+55
2020-11-23add dependency recommendation [skip ci]Michael Brockus1-0/+8
2020-11-23Remove AutoDeletedDirChristoph Reiter1-16/+4
2020-11-23Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter1-6/+6
2020-11-23Add a variant of TemporaryDirectory that uses windows_proof_rmtree()Christoph Reiter2-53/+68
2020-11-22doc: fix confusing use of "build" as a directory argument [skip ci]Eli Schwartz3-9/+9
2020-11-23CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter1-0/+1
2020-11-23CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter1-2/+2
2020-11-22Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen3-36/+58
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen46-96/+46
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand9-5/+56
2020-11-21run_project_tests: Use the test environment for install and cleanJason Ekstrand1-2/+2
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker1-1/+1
2020-11-21envconfig: use debug for "using * from environment variables messagesDylan Baker1-1/+1
2020-11-20setup.cfg: fix python requires to be 3.6.0Dylan Baker1-1/+1
2020-11-20setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker1-2/+2
2020-11-20Delete now dead < python 3.6 checkDylan Baker1-1/+1
2020-11-20use real pathlib moduleDylan Baker44-92/+42