summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24hotdoc module: use typed_pos_args to check positional argumentsEli Schwartz
2022-03-24dub module: use typed_pos_args to check positional argumentsEli Schwartz
2022-03-24python 3 module: type-check all posargsEli Schwartz
2022-03-23gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot
2022-03-23Add support for cython_argsTristan Partin
2022-03-23Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens
2022-03-23boost: preserve compiler/linker argument orderHemmo Nieminen
2022-03-23add test d/14 dub with depsRemi Thebault
2022-03-23Fix DUB dependenciesRemi Thebault
2022-03-23ninja backend: do not fatally error on compdb failureEli Schwartz
2022-03-22Fix missing ' in custom_target docsrusty-snake
2022-03-22docs/rust: fix markdown titleDylan Baker
2022-03-22interpreter: Make compiler options per-subprojectXavier Claessens
2022-03-22coredata: Do not forget subproject's default_optionsXavier Claessens
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens
2022-03-22unittests: Fix rpath tests no nixosDylan Baker
2022-03-22envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfigDylan Baker
2022-03-22tests/common/44: Prepend to PKG_CONFIG_PATh instead of replacing itDylan Baker
2022-03-22tests/linuxlike: prepend rather than override PKG_CONFIG_PATHDylan Baker
2022-03-22tests/linuxlike: Honor PKG_CONFIG envvarDylan Baker
2022-03-22compilers: fix mypy warning in Rust detectionDylan Baker
2022-03-22Add ability to add resources to jarsTristan Partin
2022-03-22Bump version number for new development.Jussi Pakkanen
2022-03-21Prepare the 0.62.0 release.Jussi Pakkanen
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen
2022-03-21tests/rust: renumber structred sources testDylan Baker
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz
2022-03-18structured_sources: fix subdir handlingDylan Baker
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz
2022-03-16unittests: convert python tests to project testsEli Schwartz
2022-03-16fix detection of language standard library pathsPaolo Bonzini
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini
2022-03-16python: Remove warning about invalid install pathXavier Claessens
2022-03-15Bump version number for rc2.Jussi Pakkanen
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz
2022-03-13give subproject interpreters a view of user defined optionsEli Schwartz
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen