aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-04Fix LGTM issues.xcoderefactorJussi Pakkanen1-4/+1
2021-04-04Move constant to module level.Jussi Pakkanen1-19/+19
2021-04-04Delete old implementation.Jussi Pakkanen1-498/+47
2021-04-04Add last few things we skipped.Jussi Pakkanen1-2/+15
2021-04-04Fix all the minor things that got broken.Jussi Pakkanen1-35/+48
2021-04-04Converted the last bit.Jussi Pakkanen1-3/+35
2021-04-04Convert build configuration.Jussi Pakkanen1-3/+97
2021-04-04Convert a few more.Jussi Pakkanen1-11/+71
2021-04-04Convert PBXGroup.Jussi Pakkanen1-5/+72
2021-04-04Convert a few more.Jussi Pakkanen1-10/+51
2021-04-03Reduce verbosity.Jussi Pakkanen1-21/+27
2021-04-03Convert one more object type and some scaffolding.Jussi Pakkanen1-6/+73
2021-04-03Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen1-5/+92
2021-04-01interpreter: Move to its own folder and split itXavier Claessens9-2129/+2211
2021-03-30Split environment variable and command line cflagsDylan Baker4-7/+60
2021-03-30scripts/meson_exe: fix stdout and stderr decodingAleksandr Mezin1-2/+4
2021-03-30docs: change duplicate "**.h" path to "**.c" [skip ci]Guilherme Janczak1-1/+1
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen9-4/+79
2021-03-29wrap: Tell which wrap-redirect file is missingSeungha Yang1-1/+1
2021-03-28msubprojects: wrap-file should be re-extracted with --resetXavier Claessens3-20/+35
2021-03-28coredata: Fix dependency cacheDylan Baker1-1/+1
2021-03-28Merge pull request #8596 from mesonbuild/cudafix0572Jussi Pakkanen3-17/+83
2021-03-28docs: Provide working instructions for scan-build [skip ci]Patryk Obara1-3/+17
2021-03-28Strip host-compiler -std flag from NVCC line.cudafix0572Olexa Bilaniuk3-1/+36
2021-03-28Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk1-15/+0
2021-03-28Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk1-1/+47
2021-03-27Added some wrap review docs. [skip ci]Jussi Pakkanen2-1/+39
2021-03-26pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens3-3/+11
2021-03-26backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitutionXavier Claessens1-12/+0
2021-03-26Remove ConfigureFile and ConfigureFileHolderXavier Claessens2-42/+5
2021-03-26modules/external_project: use typed_pos_argsDylan Baker1-9/+5
2021-03-26windows_proof_rmtree: Also retry os.chmod() partXavier Claessens1-2/+9
2021-03-25docs: correct log upload paths.Diego Elio Pettenò1-3/+3
2021-03-24Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen11-459/+564
2021-03-24Use find_program also in add_*_script for consistency.Jussi Pakkanen1-18/+2
2021-03-24Use find_program also in custom_target for consistency.Jussi Pakkanen1-0/+3
2021-03-24Merge pull request #8571 from xclaesse/spurious-warningJussi Pakkanen5-36/+88
2021-03-24depfixer: temporarily modify file permissionsHemmo Nieminen1-8/+33
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips6-5/+32
2021-03-23run_project_tests: add annotationsDylan Baker1-1/+1
2021-03-23run_single_test: Handle MESON_SKIP_TEST correctlyDylan Baker1-3/+3
2021-03-23deprecated QMAKE dependency typeDylan Baker1-1/+4
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker7-161/+202
2021-03-23run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker1-8/+11
2021-03-23interpreter: Fix spurious warning in include_directories()Xavier Claessens4-3/+11
2021-03-23test.json: Add support for not matching stdout linesXavier Claessens1-20/+53
2021-03-23run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens1-13/+24
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens4-9/+46
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens9-43/+48
2021-03-23Merge pull request #7491 from xclaesse/callstackJussi Pakkanen3-19/+27