summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-17tests: fix targets with no sourcesDylan Baker
2022-08-17interpreter: deprecate the ability import unstable modules as `unstable_*`Dylan Baker
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker
2022-08-17modules: Add stabilization information to ModuleInfoDylan Baker
2022-08-17modules: use module level information about new and deprecationDylan Baker
2022-08-17tests: remove deprecated `import('unstable_')`Dylan Baker
2022-08-17allplatformstests: use subTests with test_warning_locationDylan Baker
2022-08-17run_project_tests: also change paths for DEPRECATION messagesDylan Baker
2022-08-16fixup! deprecate running "meson builddir" without setup subcommandEli Schwartz
2022-08-16deprecate running "meson builddir" without setup subcommandEli Schwartz
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
2022-08-15make add_project_dependencies respect build version of include dirsEli Schwartz
2022-08-12add AdwCustomizer0xMRTT
2022-08-12mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributesDimitri John Ledkov
2022-08-12mcompile: provide user visibility into what actually happensEli Schwartz
2022-08-11CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz
2022-08-11add compilers from extracted objects directly to build targetsEli Schwartz
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger
2022-08-09dependencies: reject Qt6 pkg-config dependency if libexecdir is not knownEli Schwartz
2022-08-09qt: fix qt 6 tools detection for pkg-configKonstantin
2022-08-09CI: include zlib devel package for the mingw cross testsEli Schwartz
2022-08-07linkers: detection should invoke the linker with lang_link_args onlyEli Schwartz
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen
2022-08-05CI: remove nim from the ubuntu rolling install listEli Schwartz
2022-08-04typing: simplify type annotations for librariesEli Schwartz
2022-08-04cmake: Change assertion into a more useful error (fixes #9925)Daniel Mensinger
2022-08-03azure CI: remove vs2017 tests without replacement now that the image is deletedEli Schwartz
2022-08-02Handle garbage in environment more gracefully when setting vsenvDenis Fortin
2022-08-01Inline try_wait_one using asyncio.wait_forElliott Sales de Andrade
2022-08-01fix Popen_safe writeZhangyuan Nie
2022-07-31linkers: make sure the linker is actually Apple when matching failureEli Schwartz
2022-07-31linkers: include linker detection output in the debug logsEli Schwartz
2022-07-31linkers: better reporting of command failuresEli Schwartz
2022-07-31envconfig: add more binutils variablesArtturin
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer
2022-07-31documentation: extend custom_target installGerion Entrup
2022-07-31handle OSError exception in run functionOmer Pereg
2022-07-25qt module: correctly compare program name for lrelease versionEli Schwartz
2022-07-25tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui
2022-07-25backends/ninja: run `ranlib -c $out` when using the apple arDylan Baker
2022-07-25linkers: Add a representation for the Apple AR LinkerDylan Baker
2022-07-25ninja depscanner: handle C++ sources named capital CEli Schwartz
2022-07-21ar linker: detect the "osx ld" case (where generating thin archives won't wor...Justin Blanchard
2022-07-21compilers: add logging to obscure compiler defines scraperEli Schwartz
2022-07-21compilers: include compiler detection output in the debug logsEli Schwartz
2022-07-21compilers: better reporting of command failuresEli Schwartz
2022-07-18Applied tristan957's suggestionsVolker Weißmann
2022-07-18cmake module: Better warnings and error messages in some cases.Volker Weißmann
2022-07-17modules/wayland: Add full type checkingDylan Baker
2022-07-17interpreter: Add return type to func_dependencyDylan Baker