aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger2-14/+20
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger9-63/+104
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger2-59/+70
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger2-3/+10
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger2-18/+32
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger2-26/+34
2021-06-06Merge pull request #8796 from xclaesse/wrapdbv2Jussi Pakkanen6-52/+91
2021-06-05docs: Generate a table of all wrapdb releasesXavier Claessens3-0/+36
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger4-23/+40
2021-06-05typing: mlog use StringProtocolDaniel Mensinger2-2/+14
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger2-16/+24
2021-06-05typing: Fully annotate dependencies.coarraysDaniel Mensinger2-5/+6
2021-06-04dependencies/detect: Add type annotations to find_external_dependencyDylan Baker1-4/+5
2021-06-04interpreterobjects: Fix type annotation for CustomTargetHolderDylan Baker1-1/+1
2021-06-04build: Add a type annotation to CustomTargetDylan Baker1-1/+1
2021-06-04interpreterbase: Allow safely using mutable default values with typed_kwargsDylan Baker2-2/+24
2021-06-04interpreterbase: fix type annotations for typed_pos_argsDylan Baker1-2/+2
2021-06-04wrap: Port to v2 protocolXavier Claessens3-52/+55
2021-06-03typing: Fully annotate dependencies.baseDaniel Mensinger2-64/+65
2021-06-03typing: mlog: Simplify some typing with a TV_ variablesDaniel Mensinger1-13/+15
2021-06-03deps: Split dependencies.baseDaniel Mensinger24-1859/+2059
2021-06-02add a couple more type annotationsDylan Baker2-2/+2
2021-06-02build: Use ImmutableSetProtocol for lru_cache'd valueDylan Baker1-2/+2
2021-06-02build: use typing.Mapping for lru_cached dictsDylan Baker1-9/+9
2021-06-02use an immutable list for an lru_cached functionsDylan Baker8-21/+31
2021-06-02adding a _typing moduleDylan Baker2-0/+117
2021-06-02test cases/common/103 has header symbol: set c++ standardDylan Baker1-1/+5
2021-06-02Merge pull request #8812 from mensinda/cmakeToolchainJussi Pakkanen13-99/+234
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen1-8/+13
2021-06-02docs: Fix typo in github pages repo URLXavier Claessens1-1/+1
2021-06-02ci: Automatically update website when pushing to masterXavier Claessens2-2/+41
2021-06-01typed_kwargs: Add since and deprecated annotationsXavier Claessens2-4/+47
2021-05-30modules/fs: Use typed_kwargsDylan Baker1-7/+11
2021-05-30interpreterbase: Add a function for type checking keyword argumentsDylan Baker2-0/+233
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger4-16/+29
2021-05-30Don't use `os.path.relpath` in dist commandNaveen M K1-1/+1
2021-05-30Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker2-14/+24
2021-05-29cmake: exclude generated files from the buildsystem files listDaniel Mensinger1-0/+2
2021-05-29cmake: Update test caseDaniel Mensinger5-3/+31
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger4-68/+128
2021-05-29cmake: CMakeTraceParser improvementsDaniel Mensinger2-13/+45
2021-05-28vsenv: Recommend using "meson compile" wrapperXavier Claessens2-1/+12
2021-05-29Remove HFS workaround as everyone should use APFS by now.Jussi Pakkanen1-7/+0
2021-05-28unstable_external_project: Remove unused importsXavier Claessens1-2/+1
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens6-54/+47
2021-05-28modules: Add methods dict everywhereXavier Claessens20-19/+113
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens9-61/+45
2021-05-28modules: Stop using InterpreterObjectXavier Claessens7-70/+79
2021-05-28modules: Remove snippet methodsXavier Claessens13-65/+38
2021-05-28Remove `Microsoft.VisualStudio.Workload.WDExpress`Naveen M K1-1/+0