aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Merge pull request #8898 from e820/interpreter-required-argumentsDylan Baker5-4/+35
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney1-3/+4
2021-06-22Fixed unused-parameter/strict-prototypes warnings.Justin Handville3-4/+4
2021-06-22Added test case to test fix for issue 8910.Justin Handville5-0/+84
2021-06-22Fixed style issue as per comments on PR 8911.Justin Handville1-2/+1
2021-06-22Fix for Issue 8910 (Meson filters CMake asm files)Justin Handville2-2/+5
2021-06-22interpreter: Replace manual kwarg validation in compiler.get_supported_argume...Laurin-Luis Lehning1-6/+7
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger6-9/+59
2021-06-21interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...Laurin-Luis Lehning9-41/+35
2021-06-21docs: Fix snippet heading for required project argumentsLaurin-Luis Lehning1-1/+1
2021-06-21interpreter: Consider the compiler language before checking argumentsLaurin-Luis Lehning1-1/+4
2021-06-21interprter: Add required kwarg to add_(project|global)_argumentsLaurin-Luis Lehning5-2/+35
2021-06-19Update Quick-guide.mdOrta Therox1-1/+1
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger15-499/+510
2021-06-18holders: remove unholderDaniel Mensinger20-257/+203
2021-06-18holders: Introduce BothLibrariesDaniel Mensinger4-76/+106
2021-06-18holders: Ensure that InterpreterBase is the sole instance for (un)holderifyingDaniel Mensinger7-104/+251
2021-06-18holders: Move get_version from directly to ExternalProgramDaniel Mensinger2-22/+22
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger12-42/+78
2021-06-18interpreter: Add FileHolder and remove specical case for FileDaniel Mensinger3-8/+10
2021-06-18interpreter: Meson does not have floats --> remove themDaniel Mensinger2-3/+3
2021-06-18interpreter: Add a new MesonInterpreterObject for non-elementary objectsDaniel Mensinger7-25/+43
2021-06-18interpreter: Refactor interpreter.compiler to use ObjectHolderDaniel Mensinger3-17/+24
2021-06-18interpreter: Refactor ObjectHolder to extend InterpreterObjectDaniel Mensinger2-69/+47
2021-06-18decorators: Add not_set_warning to KwargInfoDaniel Mensinger1-1/+7
2021-06-18decorators: Fix typoDaniel Mensinger1-1/+1
2021-06-18build: textwrap.dedent() some stringsDaniel Mensinger1-10/+18
2021-06-18typing: Import missing classes in interpreterobjects.pyDaniel Mensinger1-0/+2
2021-06-18mesonlib: Add MesonBugExceptionDaniel Mensinger1-0/+9
2021-06-18tests: clear mesonlib.project_meson_versions (which **really** needs a refactor)Daniel Mensinger1-0/+2
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger4-6/+17
2021-06-18tests: Add visual seperator to the test logs in run_project_tests.pyDaniel Mensinger1-0/+9
2021-06-18modules/qt: use append rather than extend in preprocessDylan Baker2-3/+13
2021-06-18modules/qt: allow string values for include_directoriesDylan Baker2-15/+15
2021-06-18build: add type annotations for the IncludeDirs objectDylan Baker1-9/+11
2021-06-18interpreter: add type annotations to build_incdir_objectDylan Baker2-30/+31
2021-06-18dependency: Empty fallback is the same as allow_fallback: falseXavier Claessens5-0/+22
2021-06-17Revert "Add Chicken-Libraries to Users.md (#8180)"Eli Schwartz1-1/+0
2021-06-17update gettext test to use new intl dependencyEli Schwartz2-3/+4
2021-06-17intl custom dependencyEli Schwartz4-3/+84
2021-06-17tests: update dependency factory tests to check type_name is saneEli Schwartz1-11/+26
2021-06-17expose SystemDependency and BuiltinDependency as toplevel classesEli Schwartz2-3/+6
2021-06-17add new dependency type "builtin"Eli Schwartz2-1/+22
2021-06-17move base class for system dependencies into base.pyEli Schwartz11-44/+26
2021-06-17doc: Add missing modules to dropdown listXavier Claessens2-2/+20
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens25-337/+419
2021-06-16Fix assert(not true) raising backtraceXavier Claessens1-1/+1
2021-06-16Merge pull request #8822 from dcbaker/submit/annotate-and-check-qt-moduleJussi Pakkanen17-360/+708
2021-06-15Users.md: add canfigger libraryandy59951-1/+2
2021-06-15docs: Add a page for qt6Dylan Baker2-0/+9