aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-22fix up some message strings that don't include "setup" in the configure commandEli Schwartz2-2/+2
2022-08-18modules/pkgconfig: make it a NewExtensionModuleDylan Baker1-5/+5
2022-08-18run_mypy: Add modules/pkgconfig to the list of checked modulesDylan Baker1-0/+1
2022-08-18modules/pkgconfig: mypy clean!Dylan Baker1-22/+25
2022-08-18modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndexDylan Baker1-3/+4
2022-08-18modules/pkgconfig: remove type checking abstractionDylan Baker1-8/+7
2022-08-18modules/pkgconfig: get rid of modifications to the BuildTarget objectsDylan Baker1-24/+40
2022-08-18modules/pkgconfig: ensure "name" is not NoneDylan Baker1-2/+9
2022-08-18modules/pkgconfig: Get most type annotations addedDylan Baker1-50/+80
2022-08-18modules/pkgconfig: Use typed_kwargsDylan Baker5-86/+101
2022-08-18modules/pkgconfig: use typed_pos_argsDylan Baker1-8/+6
2022-08-18modules/pkgconfig: fix typo in blocked variableDylan Baker1-1/+1
2022-08-18modules/pkgconfig: Fix some low hanging typing issuesDylan Baker1-18/+20
2022-08-18build: Add a Union alias for all build targetsDylan Baker2-8/+10
2022-08-18unittests: Add additional tests for KwargInfo::since valuesDylan Baker1-0/+16
2022-08-18interpreterbase: fix type annotations for KwargInfo::since_valuesDylan Baker1-4/+4
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker5-7/+129
2022-08-18minstall: do not trample install_mode by rpath fixerEli Schwartz2-1/+3
2022-08-17build: actually check for targets with no sourcesDylan Baker1-2/+4
2022-08-17tests/common/215: Save some time by only checking pkg-configDylan Baker1-1/+1
2022-08-17tests: fix targets with no sourcesDylan Baker9-6/+10
2022-08-17interpreter: deprecate the ability import unstable modules as `unstable_*`Dylan Baker3-0/+7
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker15-38/+74
2022-08-17modules: Add stabilization information to ModuleInfoDylan Baker8-7/+9
2022-08-17modules: use module level information about new and deprecationDylan Baker27-54/+128
2022-08-17tests: remove deprecated `import('unstable_')`Dylan Baker2-2/+2
2022-08-17allplatformstests: use subTests with test_warning_locationDylan Baker1-9/+11
2022-08-17run_project_tests: also change paths for DEPRECATION messagesDylan Baker1-1/+1
2022-08-16fixup! deprecate running "meson builddir" without setup subcommandEli Schwartz1-1/+1
2022-08-16deprecate running "meson builddir" without setup subcommandEli Schwartz4-4/+11
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz14-21/+21
2022-08-15make add_project_dependencies respect build version of include dirsEli Schwartz1-1/+1
2022-08-12add AdwCustomizer0xMRTT1-0/+1
2022-08-12mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributesDimitri John Ledkov1-0/+4
2022-08-12mcompile: provide user visibility into what actually happensEli Schwartz1-2/+8
2022-08-11CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz2-0/+8
2022-08-11add compilers from extracted objects directly to build targetsEli Schwartz7-4/+49
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger2-3/+28
2022-08-09dependencies: reject Qt6 pkg-config dependency if libexecdir is not knownEli Schwartz1-0/+7
2022-08-09qt: fix qt 6 tools detection for pkg-configKonstantin1-1/+21
2022-08-09CI: include zlib devel package for the mingw cross testsEli Schwartz1-1/+1
2022-08-07linkers: detection should invoke the linker with lang_link_args onlyEli Schwartz1-3/+3
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen4-25/+97
2022-08-05CI: remove nim from the ubuntu rolling install listEli Schwartz1-1/+1
2022-08-04typing: simplify type annotations for librariesEli Schwartz3-6/+7
2022-08-04cmake: Change assertion into a more useful error (fixes #9925)Daniel Mensinger1-1/+2
2022-08-03azure CI: remove vs2017 tests without replacement now that the image is deletedEli Schwartz1-59/+0
2022-08-02Handle garbage in environment more gracefully when setting vsenvDenis Fortin1-2/+7
2022-08-01Inline try_wait_one using asyncio.wait_forElliott Sales de Andrade1-8/+7
2022-08-01fix Popen_safe writeZhangyuan Nie1-6/+9