summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mypy annotations.cppmodulesJussi Pakkanen2020-12-132-12/+14
* Scan all C++ sources and ignore everything else.Jussi Pakkanen2020-12-133-5/+39
* Add unit test.Jussi Pakkanen2020-12-131-0/+10
* C++ module compilation works for a simple project.Jussi Pakkanen2020-12-132-5/+108
* Generate dependency scanning hooks in the Ninja file.Jussi Pakkanen2020-12-121-9/+45
* Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen2020-12-1113-1/+93
* Generate scanning rules for C++ modules.Jussi Pakkanen2020-12-111-0/+24
* unit tests: correctly skip c++20 checks if the compiler doesn't supportDylan Baker2020-12-111-3/+12
* ci: run msys2 on run_unittests.py changesDylan Baker2020-12-111-0/+2
* ci: rebuild macos image on run_unittest.py changesDylan Baker2020-12-111-0/+2
* compilers: add support for c++20/gnu++20Florian Schmaus2020-12-103-6/+9
* Respect MESON_INSTALL_QUIET in gettext.pyDaan De Meyer2020-12-101-1/+2
* pkgconfig: Respect variable ordering when passed as listXavier Claessens2020-12-102-2/+3
* install: don't elevate when using destdirThomas Weißschuh2020-12-101-1/+1
* docs: fix "edit on GitHub" linksThomas Weißschuh2020-12-101-1/+1
* Remove "Found runner: " logging message from meson compileDaan De Meyer2020-12-071-1/+0
* msubprojects: Ignore worktrees when checking outNirbheek Chauhan2020-12-071-1/+1
* Add prelinking support for static libraries.Jussi Pakkanen2020-12-0315-2/+155
* Update Vala Preprocessor section in documentation. Closes: #8040 [skip ci]Jerry Casiano2020-11-291-1/+7
* Add aarch64 assembly testmimi899992020-11-291-1/+10
* Add script to create a zipapp.Eli Schwartz2020-11-273-22/+25
* createmsi: move to generic packaging directoryEli Schwartz2020-11-272-1/+1
* Bump Ninja requirement to 1.8.Jussi Pakkanen2020-11-263-6/+6
* rename .lgtm.yml to reduce top-level directory ls clutterMichael Hirsch, Ph.D2020-11-251-0/+0
* compilers/fortran: Add "none" to intel compielrs for standardsDylan Baker2020-11-241-2/+2
* compiler: allow non-built internal dependencies as argumentsPaolo Bonzini2020-11-244-13/+35
* Merge pull request #7982 from dcbaker/submit/unittest-fixupsJussi Pakkanen2020-11-241-74/+55
|\
| * unittests: ignore nix rpathsDylan Baker2020-11-181-5/+12
| * unittests: Simplify and make test_templates more reliableDylan Baker2020-11-161-46/+8
| * run_unittests: correctly handle users setting init.defaultBranchDylan Baker2020-11-161-2/+18
| * run_unittests: Don't assume things are in /usr/binDylan Baker2020-11-161-21/+17
* | add dependency recommendation [skip ci]Michael Brockus2020-11-231-0/+8
* | Remove AutoDeletedDirChristoph Reiter2020-11-231-16/+4
* | Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter2020-11-231-6/+6
* | Add a variant of TemporaryDirectory that uses windows_proof_rmtree()Christoph Reiter2020-11-232-53/+68
* | doc: fix confusing use of "build" as a directory argument [skip ci]Eli Schwartz2020-11-223-9/+9
* | CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter2020-11-231-0/+1
* | CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter2020-11-231-2/+2
* | Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen2020-11-223-36/+58
|\ \
| * | optinterpreter: organize the validation of arguments to be more readableDylan Baker2020-11-201-10/+13
| * | optinterpreter: use PEP8 compliant namesDylan Baker2020-11-201-10/+10
| * | optinterpreter: fix value being set in loopDylan Baker2020-11-201-1/+1
| * | Add type annotations to optinterpreterDylan Baker2020-11-202-19/+34
| * | Allow setting attributes in MesonException intializerDylan Baker2020-11-201-3/+7
* | | Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen2020-11-2246-96/+46
|\ \ \
| * | | setup.cfg: fix python requires to be 3.6.0Dylan Baker2020-11-201-1/+1
| * | | setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker2020-11-201-2/+2
| * | | Delete now dead < python 3.6 checkDylan Baker2020-11-201-1/+1
| * | | use real pathlib moduleDylan Baker2020-11-2044-92/+42
| |/ /
* | | Handle cmake dependencies which require a specified versionJason Ekstrand2020-11-219-5/+56