summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | test.json: Add support for not matching stdout linesXavier Claessens2021-03-231-20/+53
| * | run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens2021-03-231-13/+24
* | | depfixer: temporarily modify file permissionsHemmo Nieminen2021-03-241-8/+33
* | | compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips2021-03-246-5/+32
* | | devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens2021-03-234-9/+46
|/ /
* | environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens2021-03-239-43/+48
* | Merge pull request #7491 from xclaesse/callstackJussi Pakkanen2021-03-233-19/+27
|\ \
| * | mlog: Do not print 'subproject|' for the message 'Executing subproject'Xavier Claessens2021-03-222-10/+9
| * | interpreter: Do not print "method meson"Xavier Claessens2021-03-221-1/+5
| * | mlog: Do not print 'subproject|' on empty linesXavier Claessens2021-03-221-1/+5
| * | mlog: Add a space after 'subproject|'Xavier Claessens2021-03-222-4/+4
| * | logs: Prepend current subproject name to all messagesXavier Claessens2021-03-222-12/+13
* | | Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen2021-03-234-10/+11
|/ /
* | mtest: timeout if the write side of pipes does not closePaolo Bonzini2021-03-231-11/+39
* | mtest: remove pointless try/except from try_wait_onePaolo Bonzini2021-03-231-5/+3
* | cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens2021-03-222-2/+6
|/
* Docs: Fix small typoHRXN2021-03-211-1/+1
* Move OverrideProgram to programsDylan Baker2021-03-193-7/+8
* programs: add type annotationsDylan Baker2021-03-192-21/+28
* split program related classes and functions out of dependenciesDylan Baker2021-03-1930-393/+433
* add test case for installed targets uninstalling a single directoryEli Schwartz2021-03-184-3/+20
* minstall: always track meson-created directoriesEli Schwartz2021-03-181-5/+1
* Allow add_dist_script() in subprojectsXavier Claessens2021-03-1810-12/+73
* interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens2021-03-184-4/+23
* Fix D lib search path translationRemi Thebault2021-03-171-15/+49
* Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen2021-03-175-2/+48
* One more unixy fix.Jussi Pakkanen2021-03-172-1/+5
* clangformat: Add clang-format-check targetXavier Claessens2021-03-165-12/+40
* clangformat: Add include and ignore filesXavier Claessens2021-03-1612-11/+174
* Add range() functionXavier Claessens2021-03-167-3/+119
* externalproject: Flatten configure_options kwargXavier Claessens2021-03-161-8/+11
* externalproject: Do not add --includedir by defaultXavier Claessens2021-03-161-1/+3