summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-26cmake/interpreter: Fix some incorrect and missing annotationsDylan Baker
2024-08-26cmake/interpreter: clear up some ambiguous Optional handlingDylan Baker
2024-08-26Skip symlink tests on Windows.Jussi Pakkanen
2024-08-26Convert Bash usage to a Python script.Jussi Pakkanen
2024-08-26compilers: Allow prelinking with Apple ClangL. E. Segovia
2024-08-25Better handle CTRL-C during clang-tidy/formatMark A. Tsuchida
2024-08-23Use proper array form in swiftc.Jussi Pakkanen
2024-08-23mdist: don't mutate meson_command, which is supposed to be immutableDylan Baker
2024-08-23Discard swiftc linker detect outputslimeuniverse
2024-08-20mformat: A triple string with a ' in it cannot be simplifiedDylan Baker
2024-08-20tests/format: Make the compare script more usefulDylan Baker
2024-08-20linkers: skip -export_dynamic flag before MacOS 10.7Wolfgang Walther
2024-08-20format: fix indentation of commentsCharles Brunet
2024-08-19mformat: correctly handle editorconfig files without the root settingDylan Baker
2024-08-19ci: ubuntu: fix coverage unittests by patching/updating lcovSam James
2024-08-19ci: skip frameworks/17 mpi for auto/pkgconfig on UbuntuSam James
2024-08-19ci: opensuse: add setuptoolsSam James
2024-08-19ci: try to install urld harder for opensuse, ubuntuSam James
2024-08-16cargo: Ignore Cargo.lock if toml implementation is missingXavier Claessens
2024-08-15unittests: use setUpClass instead of setUp for class constant dataDylan Baker
2024-08-15unittests: use TestCase.addCleanup for cleaning up builddirsDylan Baker
2024-08-15unittests: use mock.patch.dict to deal with os.environDylan Baker
2024-08-15unittests: use os.environ.get for MESON_UNIT_TEST_BACKENDDylan Baker
2024-08-15unittests: fix git dist test on Windows with Python < 3.8Dylan Baker
2024-08-15compilers: do not strip '-isystem' from C build argumentsJunjie Mao
2024-08-12docs: fix a few grammar and formatting issuesDmitry V. Levin
2024-08-09linkers: fix LLD linker response file handlingBenoit Pierre
2024-08-08Fix compiling ObjC/ObjC++ on Windows/MinGWJonathan Schleifer
2024-08-07linkers: Fix RSP syntax for linkers invoked with clangKacper Michajłow
2024-08-07compilers: change get_argument_syntax to static methodKacper Michajłow
2024-08-06ci: fix dub tests on WindowsSam James
2024-08-06reactivate dub testsRemi Thebault
2024-08-06modules/dlang: Use the DubDependency.class_dubbin correctlyRemi Thebault
2024-08-06dependencies/dub: Correctly handle dub >= 1.35 as well as older dubRemi Thebault
2024-08-06Revert "minstall: update symlink install message presentation"Eli Schwartz
2024-08-06CI: mark arch as skipping frameworks/libgcryptEli Schwartz
2024-08-06Add Zig to ubuntu-rolling imageandy5995
2024-08-05docs: fix example for feature.requireMarvin Scholz
2024-08-04docs: document prefer_static effect on dependency()Sertonix
2024-08-04Merge pull request #13506 from jon-turney/cygwin-lto-fixJussi Pakkanen
2024-08-04minstall: update symlink install message presentationJames Knight
2024-08-04Revert "CI: skip LTO tests on cygwin"Jon Turney
2024-08-04CI: Install make on CygwinJon Turney
2024-08-03CI: Adjust path filters to run tests on Cygwin when unittests changeJon Turney
2024-08-01mformat: fix formatting of empty build fileCharles Brunet
2024-07-31Fix some small typing issues in interpreter.pyNirbheek Chauhan
2024-07-30backend/ninja: stop adding random attributes to BuildTargetsDylan Baker
2024-07-30tests: nasm: make it easier to debug generator() style buildEli Schwartz
2024-07-30mdist: correctly detect dirty hg repos with non-English localeEli Schwartz
2024-07-30unittests: fix EncodingWarnings. minus 123 warnings collected by pytestEli Schwartz