summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix LGTM issues.xcoderefactorJussi Pakkanen2021-04-041-8/+5
* Move constant to module level.Jussi Pakkanen2021-04-041-19/+19
* Delete old implementation.Jussi Pakkanen2021-04-041-498/+47
* Add last few things we skipped.Jussi Pakkanen2021-04-041-2/+15
* Fix all the minor things that got broken.Jussi Pakkanen2021-04-041-35/+48
* Converted the last bit.Jussi Pakkanen2021-04-041-3/+35
* Convert build configuration.Jussi Pakkanen2021-04-041-3/+97
* Convert a few more.Jussi Pakkanen2021-04-041-11/+71
* Convert PBXGroup.Jussi Pakkanen2021-04-041-5/+72
* Convert a few more.Jussi Pakkanen2021-04-041-10/+51
* Reduce verbosity.Jussi Pakkanen2021-04-031-21/+27
* Convert one more object type and some scaffolding.Jussi Pakkanen2021-04-031-6/+73
* Start refactoring the xcode backend by creating proper classes for pbx primit...Jussi Pakkanen2021-04-031-5/+92
* interpreter: Move to its own folder and split itXavier Claessens2021-04-019-2129/+2211
* Split environment variable and command line cflagsDylan Baker2021-03-304-7/+60
* scripts/meson_exe: fix stdout and stderr decodingAleksandr Mezin2021-03-301-2/+4
* docs: change duplicate "**.h" path to "**.c" [skip ci]Guilherme Janczak2021-03-301-1/+1
* Do not add custom target dir automatically when implicit false.Jussi Pakkanen2021-03-299-4/+79
* wrap: Tell which wrap-redirect file is missingSeungha Yang2021-03-291-1/+1
* msubprojects: wrap-file should be re-extracted with --resetXavier Claessens2021-03-283-20/+35
* coredata: Fix dependency cacheDylan Baker2021-03-281-1/+1
* Merge pull request #8596 from mesonbuild/cudafix0572Jussi Pakkanen2021-03-283-17/+83
|\
| * Strip host-compiler -std flag from NVCC line.cudafix0572Olexa Bilaniuk2021-03-283-1/+36
| * Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk2021-03-281-15/+0
| * Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk2021-03-281-1/+47
* | docs: Provide working instructions for scan-build [skip ci]Patryk Obara2021-03-281-3/+17
|/
* Added some wrap review docs. [skip ci]Jussi Pakkanen2021-03-272-1/+39
* pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens2021-03-263-3/+11
* backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitutionXavier Claessens2021-03-261-12/+0
* Remove ConfigureFile and ConfigureFileHolderXavier Claessens2021-03-262-42/+5
* modules/external_project: use typed_pos_argsDylan Baker2021-03-261-9/+5
* windows_proof_rmtree: Also retry os.chmod() partXavier Claessens2021-03-261-2/+9
* docs: correct log upload paths.Diego Elio Pettenò2021-03-251-3/+3
* Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen2021-03-2411-459/+564
|\
| * run_project_tests: add annotationsDylan Baker2021-03-231-1/+1
| * run_single_test: Handle MESON_SKIP_TEST correctlyDylan Baker2021-03-231-3/+3
| * deprecated QMAKE dependency typeDylan Baker2021-03-231-1/+4
| * Refactor Qt Dependency into proper split classes with factoriesDylan Baker2021-03-237-161/+202
| * run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker2021-03-231-8/+11
| * qt: move compilers_detect to the qt moduleDylan Baker2021-03-222-55/+60
| * dependencies/qt: Split _get_modules_lib_suffix out of the classDylan Baker2021-03-221-29/+32
| * dependencies/base: Use FeatureDeprecated instead of mlog.warningDylan Baker2021-03-221-4/+2
| * dependencies/qt: split get_qmake_host_bins into a free functionDylan Baker2021-03-221-10/+11
| * dependencies/base: Use Compiler instead of CompilerTypeDylan Baker2021-03-221-2/+2
| * dependencies/qt: Add type annotationsDylan Baker2021-03-222-50/+72
| * dependencies: split qt out of the ui moduleDylan Baker2021-03-223-422/+451
* | Use find_program also in add_*_script for consistency.Jussi Pakkanen2021-03-241-18/+2
* | Use find_program also in custom_target for consistency.Jussi Pakkanen2021-03-241-0/+3
* | Merge pull request #8571 from xclaesse/spurious-warningJussi Pakkanen2021-03-245-36/+88
|\ \
| * | interpreter: Fix spurious warning in include_directories()Xavier Claessens2021-03-234-3/+11