summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger
2021-06-06Merge pull request #8796 from xclaesse/wrapdbv2Jussi Pakkanen
2021-06-05docs: Generate a table of all wrapdb releasesXavier Claessens
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger
2021-06-05typing: mlog use StringProtocolDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.coarraysDaniel Mensinger
2021-06-04dependencies/detect: Add type annotations to find_external_dependencyDylan Baker
2021-06-04interpreterobjects: Fix type annotation for CustomTargetHolderDylan Baker
2021-06-04build: Add a type annotation to CustomTargetDylan Baker
2021-06-04interpreterbase: Allow safely using mutable default values with typed_kwargsDylan Baker
2021-06-04interpreterbase: fix type annotations for typed_pos_argsDylan Baker
2021-06-04wrap: Port to v2 protocolXavier Claessens
2021-06-03typing: Fully annotate dependencies.baseDaniel Mensinger
2021-06-03typing: mlog: Simplify some typing with a TV_ variablesDaniel Mensinger
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-06-02add a couple more type annotationsDylan Baker
2021-06-02build: Use ImmutableSetProtocol for lru_cache'd valueDylan Baker
2021-06-02build: use typing.Mapping for lru_cached dictsDylan Baker
2021-06-02use an immutable list for an lru_cached functionsDylan Baker
2021-06-02adding a _typing moduleDylan Baker
2021-06-02test cases/common/103 has header symbol: set c++ standardDylan Baker
2021-06-02Merge pull request #8812 from mensinda/cmakeToolchainJussi Pakkanen
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen
2021-06-02docs: Fix typo in github pages repo URLXavier Claessens
2021-06-02ci: Automatically update website when pushing to masterXavier Claessens
2021-06-01typed_kwargs: Add since and deprecated annotationsXavier Claessens
2021-05-30modules/fs: Use typed_kwargsDylan Baker
2021-05-30interpreterbase: Add a function for type checking keyword argumentsDylan Baker
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger
2021-05-30Don't use `os.path.relpath` in dist commandNaveen M K
2021-05-30Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker
2021-05-29cmake: exclude generated files from the buildsystem files listDaniel Mensinger
2021-05-29cmake: Update test caseDaniel Mensinger
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger
2021-05-29cmake: CMakeTraceParser improvementsDaniel Mensinger
2021-05-28vsenv: Recommend using "meson compile" wrapperXavier Claessens
2021-05-29Remove HFS workaround as everyone should use APFS by now.Jussi Pakkanen
2021-05-28unstable_external_project: Remove unused importsXavier Claessens
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens
2021-05-28modules: Stop using InterpreterObjectXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens