aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-16unittests: Add type annotations to the helpers moduleDylan Baker2-31/+53
2024-07-16run_tests: add annotations to get_fake_envDylan Baker1-1/+2
2024-07-16Fix the zlib-ng failing tests, for realTristan Partin2-14/+20
2024-07-16Make sure machine_info_can_run() isn't called on incomplete MachineInfoChristoph Reiter1-0/+1
2024-07-16Revert logic also in followup commitChristoph Reiter1-1/+1
2024-07-16Revert various cross compile changesChristoph Reiter5-7/+8
2024-07-15tests: short-circuit tests that require cmake, fasterEli Schwartz11-32/+12
2024-07-15Revert "Support armel/armhf builds on native arm64 hosts."Alyssa Ross1-2/+1
2024-07-15tests: Extend cmake test with -Wl,--version-scriptJonathon Anderson5-0/+36
2024-07-15cmake: Only propagate interface link flags in depJonathon Anderson3-2/+20
2024-07-15Fix failing tests for zlib-ngTristan Partin2-2/+56
2024-07-15test/rust: Replace gcc -m argument with a -f argumentDylan Baker1-1/+1
2024-07-15tests: try to fix ubuntu bionic testsChristoph Reiter1-0/+6
2024-07-15tests: skip framework recasting if CMake unavailableAlyssa Ross1-0/+4
2024-07-12tests: rename poorly named function and add report argumentDylan Baker2-5/+10
2024-07-12backend/backends: Fix type assertions in backendAndreas KĂ€ssens1-3/+3
2024-07-12docs: mention cython_args in cython reference docsNathan Goldbaum2-0/+14
2024-07-12Rename langopt methodJussi Pakkanen7-102/+102
2024-07-11docs: Add some commas to subdir_done() descriptionWill Thompson1-2/+2
2024-07-11docs: Fix typo in subdir_done() descriptionWill Thompson1-3/+3
2024-07-11Fix Type hintsZhipeng Xue2-2/+2
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen72-338/+445
2024-07-11Move compiler option check into OptionStore.Jussi Pakkanen4-7/+7
2024-07-11Move builtin option check into OptionStore.Jussi Pakkanen5-8/+8
2024-07-11Move backend option check into OptionStore.Jussi Pakkanen6-8/+8
2024-07-11Move base option check into OptionStore.Jussi Pakkanen4-6/+6
2024-07-11Move project option detection into OptionStore.Jussi Pakkanen10-17/+30
2024-07-10Merge pull request #13360 from klokik/xcode-quotes-fixJussi Pakkanen1-95/+105
2024-07-10Replace exe_exists function with shutil.which()Mads Andreasen4-14/+12
2024-07-10dependencies: find extraframeworks on case-sensitive filesystemsRandy Eckenrode4-2/+20
2024-07-10backend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...Cepsylon1-0/+2
2024-07-10tests: add werror tests for several languagesBenjamin Gilbert20-0/+106
2024-07-10docs: explain not to use extern crate in Rust codeAlyssa Ross1-0/+18
2024-07-10tests: Clean up leftover files from source dirs.Jussi Pakkanen6-4/+32
2024-07-10cmake dependency: Fix accidental use of T.Optional in warning messageAndres Freund1-1/+1
2024-07-10Bump version number for new development.Jussi Pakkanen1-1/+1
2024-07-10Release 1.5.0 time.1.5.0Jussi Pakkanen22-188/+216
2024-07-10nasm: Add -mms-bitfields to the list of ignored flagsL. E. Segovia1-1/+1
2024-07-08Bump version number for rc3.1.5.0rc3Jussi Pakkanen1-1/+1
2024-07-05Revert PR12972 as a regression.Eli Schwartz3-41/+2
2024-07-05configuration_data: add test case for regression when merging a confdataEli Schwartz1-0/+6
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz11-102/+36
2024-07-04linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö1-1/+1
2024-07-02Python: fix limited API logic under GCC on WindowsAndrew McNulty1-2/+2
2024-07-02CI: mark cygwin as skipping frameworks/libgcryptEli Schwartz1-1/+1
2024-07-01Bump version number for rc2.1.5.0rc2Jussi Pakkanen2-2/+2
2024-06-29linkers: Fix AppleDynamicLinker not returning any rpaths to removePiotr BrzeziƄski8-2/+43
2024-06-28Remove redundant quoting boilerplate on .add_itemMykola Dolhyi1-72/+70
2024-06-27Change empty string check approach Mykola1-1/+1
2024-06-27Refactor duplicated quoting code for XCode backendMykola Dolhyi1-24/+36