aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips1-0/+3
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens2-8/+32
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens2-9/+7
2021-03-23Merge pull request #7491 from xclaesse/callstackJussi Pakkanen2-16/+24
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen3-10/+1
2021-03-22mlog: Do not print 'subproject|' for the message 'Executing subproject'Xavier Claessens2-10/+9
2021-03-22interpreter: Do not print "method meson"Xavier Claessens1-1/+5
2021-03-22mlog: Do not print 'subproject|' on empty linesXavier Claessens1-1/+5
2021-03-22mlog: Add a space after 'subproject|'Xavier Claessens1-1/+1
2021-03-22logs: Prepend current subproject name to all messagesXavier Claessens2-12/+13
2021-03-23mtest: timeout if the write side of pipes does not closePaolo Bonzini1-11/+39
2021-03-23mtest: remove pointless try/except from try_wait_onePaolo Bonzini1-5/+3
2021-03-22cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens2-2/+6
2021-03-19Move OverrideProgram to programsDylan Baker3-7/+8
2021-03-19programs: add type annotationsDylan Baker1-21/+27
2021-03-19split program related classes and functions out of dependenciesDylan Baker29-392/+431
2021-03-18minstall: always track meson-created directoriesEli Schwartz1-5/+1
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens2-6/+13
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens1-2/+7
2021-03-17Fix D lib search path translationRemi Thebault1-15/+49
2021-03-17Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen1-2/+28
2021-03-16clangformat: Add clang-format-check targetXavier Claessens2-8/+23
2021-03-16clangformat: Add include and ignore filesXavier Claessens1-11/+39
2021-03-16Add range() functionXavier Claessens3-3/+40
2021-03-16externalproject: Flatten configure_options kwargXavier Claessens1-8/+11
2021-03-16externalproject: Do not add --includedir by defaultXavier Claessens1-1/+3
2021-03-16externalproject: Fix error when used from main projectXavier Claessens1-1/+1
2021-03-16Update VS module version check.Jussi Pakkanen1-0/+6
2021-03-16msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini1-1/+6
2021-03-16coredata: be more robust on unpickling errorsPaolo Bonzini1-1/+1
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens7-8/+139
2021-03-16typed_pos_args: Fix typoXavier Claessens1-2/+2
2021-03-16EnvironmentVariables: Simplify and annotateXavier Claessens3-46/+51
2021-03-14ninjabackend: Use rsp_file_syntax methodDylan Baker3-25/+17
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker4-4/+70
2021-03-14Fix run_targets running scripts from different subdirs.Jussi Pakkanen1-0/+2
2021-03-12interpreter: Cache found dependency before converting for include_typeXavier Claessens1-7/+7
2021-03-12Fix duplicate pkg_config_path entriesTristan Partin1-2/+2
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning1-1/+2
2021-03-10Add tentative FeatureNew guardLaurin-Luis Lehning1-0/+1
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning1-1/+1
2021-03-10Use interpreter exceptions instead of MesonExceptionLaurin-Luis Lehning1-2/+2
2021-03-10Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...Laurin-Luis Lehning1-2/+6
2021-03-10Add support for basic format stringsLaurin-Luis Lehning2-2/+27
2021-03-09dependencies: Add docstring explaining how to write a system dependencyDylan Baker1-0/+149
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen2-1/+9
2021-03-09change RSP quote style decision logicRemi Thebault1-3/+12
2021-03-09Add str.replace() methodTristan Partin1-0/+7
2021-03-08remove unused environment functionEli Schwartz1-4/+0
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä1-1/+1