aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-14FeatureNew: add mypy type annotations for subproject argEli Schwartz9-12/+28
2022-02-14Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1apoorv5691-1/+1
2022-02-14run_unittests: check for pytest and pytest-xdist separatelyEli Schwartz1-7/+10
2022-02-14unittests: fine-tune the check for whether we are in CIEli Schwartz2-1/+2
2022-02-14packaging: fix the MSI bundling of distutils sub-packagesEli Schwartz1-0/+1
2022-02-12formatting improvement for include_directories sandbox violation warningEli Schwartz1-2/+2
2022-02-12validate the literal directory "subprojects" when checking sandbox violationsEli Schwartz1-1/+2
2022-02-10implement 'dist --allow-dirty' flagandy59954-12/+40
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross4-7/+8
2022-02-10Contributing.md: fix typoAlyssa Ross1-1/+1
2022-02-09add some forgotten FeatureNew annotationsEli Schwartz1-0/+3
2022-02-09fix UI regression in compiler.compiles loggingEli Schwartz1-1/+1
2022-02-09minstall: raise explicit errors, by using MesonExceptionEli Schwartz1-7/+7
2022-02-09meson: Allow directory options outside of prefixJan Tojnar8-57/+51
2022-02-09setup.py: better requirementsHenry Schreiner1-1/+2
2022-02-09setup.cfg: update classifier, drop deprecatedHenry Schreiner1-2/+1
2022-02-09pypi: include a ninja extraHenry Schreiner1-0/+2
2022-02-07mdist: fix dist scripts in subprojects being marked as superproject scriptsEli Schwartz1-7/+7
2022-02-06add FeatureNew check for compiler.* methods with dependency on internal depEli Schwartz1-2/+3
2022-02-06dlang: fix #9250 invalid include flag for root directoryTobias Pankrath1-0/+2
2022-02-06dlang: add test case for root include_directory #9250Tobias Pankrath4-0/+23
2022-02-05Guard against empty string in subdir().Jussi Pakkanen1-0/+2
2022-02-04Drop emacs meson-modeMarc-André Lureau1-31/+0
2022-02-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla RavnÄs1-1/+1
2022-02-03docs: strongly recommend the use of SPDX instead of array of licenseDylan Baker1-9/+17
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger7-5/+24
2022-02-03cmake: Deprecate CMake <3.17 supportDaniel Mensinger3-12/+15
2022-02-03cmake: Drop CMake server support and bump min. CMake to >= 3.14Daniel Mensinger4-434/+26
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi1-2/+0
2022-02-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen9-16/+51
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner6-2/+32
2022-02-02openssl dependency: add cmake supportEli Schwartz2-4/+11
2022-02-02dependencies: add a system dependency for OpenSSLEli Schwartz2-1/+71
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey12-72/+144
2022-02-01cmake: add arch_independent kwargAndrea Pappacoda3-2/+15
2022-02-01cmake: typed_kwargs for write_basic_package_version_fileAndrea Pappacoda1-18/+24
2022-02-01minstall: stop running ldconfig for the userEli Schwartz3-46/+6
2022-02-01Updated precompiled library documentationGuillaume Quenneville1-0/+8
2022-02-01new custom dependency lookup for libdlAndrew Krasavin4-0/+47
2022-02-01pkgconfig: set libdir only if usedAndrea Pappacoda1-1/+2
2022-02-01unittests: check that "verbose: true" works on testsPaolo Bonzini2-1/+8
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini6-3/+27
2022-02-01mtest: support for forcibly verbose logging of some testsPaolo Bonzini2-13/+17
2022-02-01backends/ninja: generate symlink aliases for rust/cs/swift libraries tooEli Schwartz1-1/+3
2022-01-31gnome: add documentation for new kwargsEli Schwartz1-2/+6
2022-01-31doc: fix regression that deleted all methods from the reference manualEli Schwartz1-3/+3
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens3-1/+11
2022-01-31add types-PyYAML to lint workflowStone Tickle1-1/+1
2022-01-31print warning when using fastyaml loaderStone Tickle1-2/+7
2022-01-31mention fastyaml loader in the docsStone Tickle1-1/+4