aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
48 hoursEnsure override var exists. Closes #13402.fixoverridenoneJussi Pakkanen1-0/+2
2 daysdocs: make tutorial compatible with GLib versions older than 2.74LegStrong1-0/+4
2 dayszsh: Fix incorrect __meson_wrap_modes expansionJoey Pabalinas1-1/+1
2 dayszsh: Add completions for {rewrite,devenv,env2mfile,format,help} subcommandsJoey Pabalinas1-0/+97
2 dayszsh: Fix spelling errorsJoey Pabalinas1-3/+3
2 dayszsh: Add new vs backendsJoey Pabalinas1-1/+1
2 dayscompilers: fix partial refactor of coredata optionsEli Schwartz1-3/+3
2 daysRemove the exe_exists functionMads Andreasen2-7/+0
5 daysmodules/gnome: gnome.compile_resources() must have 'install_dir' if installingRaviRahar1-2/+5
5 dayscompilers: handle -Wno-attributes= for GCCSam James2-2/+10
5 daysLink include_directories to implicit_include_directoriesEnrico Zini1-1/+3
6 daysupdate script to build releases, to also build wheelsEli Schwartz1-2/+1
6 daysAdd script that builds releases.Jussi Pakkanen1-0/+20
6 daysrust: recursively pull proc-macro deps for rust targetsAlyssa Ross6-5/+33
7 daysRemove module type from OptionKey.Jussi Pakkanen7-45/+72
7 daysRemove language (AKA compiler) type from OptionKey.Jussi Pakkanen21-77/+93
7 daysRemove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen4-60/+54
7 daysunittests: Add type annotations to the helpers moduleDylan Baker2-31/+53
7 daysrun_tests: add annotations to get_fake_envDylan Baker1-1/+2
7 daysFix the zlib-ng failing tests, for realTristan Partin2-14/+20
8 daysMake sure machine_info_can_run() isn't called on incomplete MachineInfoChristoph Reiter1-0/+1
8 daysRevert logic also in followup commitChristoph Reiter1-1/+1
8 daysRevert various cross compile changesChristoph Reiter5-7/+8
8 daystests: short-circuit tests that require cmake, fasterEli Schwartz11-32/+12
8 daysRevert "Support armel/armhf builds on native arm64 hosts."Alyssa Ross1-2/+1
8 daystests: Extend cmake test with -Wl,--version-scriptJonathon Anderson5-0/+36
8 dayscmake: Only propagate interface link flags in depJonathon Anderson3-2/+20
8 daysFix failing tests for zlib-ngTristan Partin2-2/+56
8 daystest/rust: Replace gcc -m argument with a -f argumentDylan Baker1-1/+1
9 daystests: try to fix ubuntu bionic testsChristoph Reiter1-0/+6
9 daystests: skip framework recasting if CMake unavailableAlyssa Ross1-0/+4
11 daystests: rename poorly named function and add report argumentDylan Baker2-5/+10
11 daysbackend/backends: Fix type assertions in backendAndreas Kässens1-3/+3
11 daysdocs: mention cython_args in cython reference docsNathan Goldbaum2-0/+14
12 daysRename langopt methodJussi Pakkanen7-102/+102
13 daysdocs: Add some commas to subdir_done() descriptionWill Thompson1-2/+2
13 daysdocs: Fix typo in subdir_done() descriptionWill Thompson1-3/+3
13 daysFix Type hintsZhipeng Xue2-2/+2
13 daysMove OptionKey in the option source file.Jussi Pakkanen72-338/+445
13 daysMove compiler option check into OptionStore.Jussi Pakkanen4-7/+7
13 daysMove builtin option check into OptionStore.Jussi Pakkanen5-8/+8
13 daysMove backend option check into OptionStore.Jussi Pakkanen6-8/+8
13 daysMove base option check into OptionStore.Jussi Pakkanen4-6/+6
13 daysMove project option detection into OptionStore.Jussi Pakkanen10-17/+30
13 daysMerge pull request #13360 from klokik/xcode-quotes-fixJussi Pakkanen1-95/+105
13 daysReplace exe_exists function with shutil.which()Mads Andreasen4-14/+12
13 daysdependencies: find extraframeworks on case-sensitive filesystemsRandy Eckenrode4-2/+20
13 daysbackend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...Cepsylon1-0/+2
13 daystests: add werror tests for several languagesBenjamin Gilbert20-0/+106
13 daysdocs: explain not to use extern crate in Rust codeAlyssa Ross1-0/+18