aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-21Docs: Fix small typoHRXN1-1/+1
2021-03-19Move OverrideProgram to programsDylan Baker3-7/+8
2021-03-19programs: add type annotationsDylan Baker2-21/+28
2021-03-19split program related classes and functions out of dependenciesDylan Baker30-393/+433
2021-03-18add test case for installed targets uninstalling a single directoryEli Schwartz4-3/+20
2021-03-18minstall: always track meson-created directoriesEli Schwartz1-5/+1
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens10-12/+73
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens4-4/+23
2021-03-17Fix D lib search path translationRemi Thebault1-15/+49
2021-03-17Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen5-2/+48
2021-03-17One more unixy fix.Jussi Pakkanen2-1/+5
2021-03-16clangformat: Add clang-format-check targetXavier Claessens5-12/+40
2021-03-16clangformat: Add include and ignore filesXavier Claessens12-11/+174
2021-03-16Add range() functionXavier Claessens7-3/+119
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-16Remove mention of Meson manual. [skip ci]Jussi Pakkanen1-6/+0
2021-03-16Update VS module version check.Jussi Pakkanen3-1/+9
2021-03-16Replace Unix shell commands with scripts.Jussi Pakkanen6-5/+23
2021-03-16Delete leftover files from some tests.Jussi Pakkanen2-2/+17
2021-03-16msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini2-2/+8
2021-03-16coredata: be more robust on unpickling errorsPaolo Bonzini1-1/+1
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens17-8/+277
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 Pakkanen4-0/+16
2021-03-12interpreter: Cache found dependency before converting for include_typeXavier Claessens7-7/+35
2021-03-12Fix duplicate pkg_config_path entriesTristan Partin2-2/+14
2021-03-10Add test to build a mixed C/Rust shared library.Jussi Pakkanen5-0/+93
2021-03-10doc: Add External Project into the top dropdown menuXavier Claessens1-0/+1
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning4-4/+13
2021-03-10Add tentative FeatureNew guardLaurin-Luis Lehning1-0/+1
2021-03-10Yet another documentation updateLaurin-Luis Lehning1-0/+3
2021-03-10Fix release snippet still using the old fstring syntaxLaurin-Luis Lehning1-1/+1
2021-03-10Add syntax documentation with tentative version targetLaurin-Luis Lehning1-0/+16
2021-03-10Formatting fixLaurin-Luis Lehning2-2/+2
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning6-1/+29
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 Lehning2-6/+8
2021-03-10Add support for basic format stringsLaurin-Luis Lehning3-2/+36
2021-03-09dependencies: Add docstring explaining how to write a system dependencyDylan Baker1-0/+149
2021-03-09docs: add a couple words about system dependenciesDylan Baker1-0/+17
2021-03-10setuptools: move stuff to declarative cfg if possible [skip ci]Eli Schwartz2-14/+13
2021-03-10Disable broken asm test on Cygwin as nobody knows how to fix it.Jussi Pakkanen1-0/+4
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen4-2/+18
2021-03-09setup.py: remove pointless __main__ guardEli Schwartz1-9/+8
2021-03-09setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz2-29/+5