aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-14gnome: Always pass absolute -L paths to g-ir-scannernirbheek/fix-giscannerNirbheek Chauhan1-2/+6
2021-07-13Clang: Apply `-O0`Pamplemousse1-1/+1
2021-07-12azure: propagate run_tests.py exit codeJon Turney1-0/+4
2021-07-12Update version number for rc2.0.59.0.rc2Jussi Pakkanen1-1/+1
2021-07-10Add path filter to azure pipelines triggerJon Turney1-0/+22
2021-07-10fix: Fix recursive _unholder permissive kwarg (fixes #8977)Daniel Mensinger2-2/+4
2021-07-08docs: fix minor typos in Machine-files.mdAndrea Pappacoda1-4/+4
2021-07-07Use None as Environment object build_dir in detect_system_compiler()Jon Turney1-24/+23
2021-07-07Annotate framework tests with where they are expected to skipJon Turney14-68/+29
2021-07-07Skip LLVM test if required modules aren't foundJon Turney1-3/+6
2021-07-07Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney3-37/+69
2021-07-07Add `skip_on_os` to test.jsonJon Turney3-0/+25
2021-07-07Add `skip_on_jobname` to test.jsonJon Turney3-4/+71
2021-07-07Drop checking skippable() in run_single_testJon Turney1-2/+2
2021-07-07Drop non-framework test names from skippable()Jon Turney1-12/+0
2021-07-07windows: Support wrc resource compilerConnor Abbott2-1/+13
2021-07-06Fix unsupported linker error messageAndrea Pappacoda1-1/+1
2021-07-05Bump version number for rc1.0.59.0.rc1Jussi Pakkanen2-2/+2
2021-07-05cmake: Improved error message for using dependency for executablesDaniel Mensinger5-0/+26
2021-07-05condense linesEli Schwartz8-32/+16
2021-07-05simplify mesonlib imports for the sake of line lengthsEli Schwartz2-18/+19
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz20-92/+81
2021-07-05fix typo in log messageEli Schwartz1-1/+1
2021-07-05pyupgradeEli Schwartz2-2/+2
2021-07-05use modern set syntaxEli Schwartz1-1/+1
2021-07-04dependencies: Deterministic LLVM compile and link arg ordering (#8959)kira781-2/+2
2021-07-05cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)Daniel Mensinger7-14/+22
2021-07-05Merge pull request #8957 from jon-turney/dependency-doc-improveJussi Pakkanen1-110/+110
2021-07-04Users: Update URL for pacmanJon Turney1-1/+1
2021-07-04Consistently capitialize 'Meson' in Dependencies.mdJon Turney1-4/+4
2021-07-04dist: only exclude actual git filesAndrea Pappacoda1-4/+6
2021-07-03Improve text for dependency detection methodsJon Turney1-4/+5
2021-07-03Fix image link names.Jussi Pakkanen2-4/+4
2021-07-03Merge pull request #8950 from dcbaker/submit/import-required-disabledJussi Pakkanen11-39/+134
2021-07-03Delete redirected wrap files in subprojects purgeTristan Partin3-4/+44
2021-07-02Flatten test suite valueTristan Partin3-4/+4
2021-07-02backends/ninja: only pass project specific arguments to scan-buildDylan Baker1-1/+2
2021-07-02fix: get_variable default variables are not ObjectHolders (fixes #8936)Daniel Mensinger7-10/+21
2021-07-01Add minimum NVIDIA driver version entry in table for newly-released CUDA Tool...Olexa Bilaniuk1-0/+1
2021-06-30interpreter: add required and disabled to importDylan Baker9-49/+96
2021-07-01C2000: linker uses now binary setting defined within the cross-filemiebka2-3/+3
2021-06-30modules: modules need to return either an ExtensionModlue or aDylan Baker3-6/+6
2021-06-30modules: add classes with the found methodDylan Baker1-2/+52
2021-06-30interpreter: use typed_pos_args for func_importDylan Baker1-18/+16
2021-06-30Alphabetize dependency names with special lookupJon Turney1-61/+60
2021-06-30Move 'builtin', 'config-tool' and 'system' methods to discussion of methodsJon Turney1-45/+45
2021-06-29Merge pull request #8882 from xclaesse/msubprojects-parallelJussi Pakkanen3-338/+440
2021-06-29Merge pull request #8924 from jon-turney/fix-test-json-schemaJussi Pakkanen2-9/+24
2021-06-29Add feed arg to custom_target()Simon Ser12-19/+95
2021-06-29Merge pull request #8918 from mensinda/pathlibFixesJussi Pakkanen83-308/+487