aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens1-0/+10
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+4
2020-09-13Allow installing dir from build dirXavier Claessens1-1/+3
2020-09-10Identify machine in error accesing compiler object for missing languageJon Turney1-1/+1
2020-09-10Don't require build machine compilers for project() languagesJon Turney1-1/+3
2020-09-08typing: more fixesDaniel Mensinger1-14/+28
2020-09-02Special case meson.version().version_compare() statementXavier Claessens1-2/+2
2020-08-20interpreter: Do not get variable on failed subprojectXavier Claessens1-4/+9
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz1-2/+1
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens1-24/+25
2020-08-15find_library: Print type of library not foundNirbheek Chauhan1-2/+7
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens1-1/+2
2020-08-07interpreter: Lower case languages before checking if 'c' is in the listXavier Claessens1-1/+1
2020-08-04Capitalize some constants in coredataJohn Ericson1-1/+1
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker1-3/+5
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-0/+1
2020-07-28Only emit warning about "native:" on projects with minimum required versionZbigniew Jędrzejewski-Szmek1-2/+5
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-5/+29
2020-07-19Print a warning when importing a stabilized moduleMarc-André Lureau1-7/+17
2020-07-04find_program: Do not use fallback when before parsing project()Xavier Claessens1-1/+1
2020-07-04qt: Fix has_tools() when required=FalseXavier Claessens1-2/+6
2020-07-04give user control of option skip_sanity_checkAlexander Neumann1-4/+4
2020-07-01interpreter: Don't abort if dep isn't required and sub didn't overrideXavier Claessens1-2/+6
2020-07-01interpreter: Already configured fallback should be used for optional depXavier Claessens1-3/+5
2020-07-01wrap: Refactor to split wraps dictionary into 3 separate dictsXavier Claessens1-1/+1
2020-07-01find_program: Fallback if a wrap file provide the program nameXavier Claessens1-25/+58
2020-07-01wrap: Do not fallback implicitly on optional dependencyXavier Claessens1-2/+5
2020-07-01wrap: Add 'provide' sectionXavier Claessens1-8/+10
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-0/+8
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen1-2/+10
2020-06-16interpreter: Allow dependecy or subproject name in force_fallback_forXavier Claessens1-3/+6
2020-06-16interpreter: Avoid new feature warning when using old has_exe_wrapper()Xavier Claessens1-1/+4
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle1-2/+9
2020-06-10Fix python3 installed from the Windows StoreD Scott Phillips1-1/+14
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger1-2/+10
2020-05-27Merge pull request #6818 from mensinda/localPatchJussi Pakkanen1-1/+1
2020-05-14interpreter: Add always set default value for version and set it ASAPDylan Baker1-4/+3
2020-05-14use FeatureNew.single_useDylan Baker1-20/+23
2020-05-14interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker1-2/+5
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-3/+11
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker1-9/+11
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-3/+6
2020-05-04Add native support for gtest testsDylan Baker1-2/+4
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen1-14/+64
2020-04-30Convert test protocol into an enumDylan Baker1-1/+2
2020-04-30Allow get_variable to still function when the fallback is a disabler.James Hilliard1-0/+2
2020-04-30Cosmetic tweak to error message for incdir() with an absolute pathJon Turney1-2/+3
2020-04-30Check before compiler detection if 'c' language is present when adding 'vala'Jon Turney1-5/+6
2020-04-30Be more careful about the use of repr() in error messagesJon Turney1-2/+2
2020-04-30allow postconf and dist scripts to use Files, ExternalPrograms, andDylan Baker1-6/+8