926 Commits (9ba7b0ebd064517832cc37f45d8f549666a06825)

Author SHA1 Message Date
Jon Turney 79b2eeb1ba Identify machine in error accesing compiler object for missing language 4 years ago
Jon Turney fc0f0df74b Don't require build machine compilers for project() languages 4 years ago
Daniel Mensinger 23818fc5a3
typing: more fixes 4 years ago
Xavier Claessens 9365486104 Special case meson.version().version_compare() statement 4 years ago
Xavier Claessens 6ca423e1fc interpreter: Do not get variable on failed subproject 4 years ago
Eli Schwartz 86b47250c6 simplify shutil usage by invoking copy2 where appropriate 4 years ago
Xavier Claessens 1c403e20e7 Interpreter: Fix c_stdlib usage 4 years ago
Nirbheek Chauhan 23f795fb54 find_library: Print type of library not found 4 years ago
Xavier Claessens 435db35962 interpreter: Don't force fallback when subproject failed to configure 4 years ago
Xavier Claessens 2e4a2bb373 interpreter: Lower case languages before checking if 'c' is in the list 4 years ago
John Ericson 2447a1132a Capitalize some constants in coredata 4 years ago
Dylan Baker 591e6e94b9 Put machine file and cmd line parsing in Environment 4 years ago
Dylan Baker bbba6a7f36 Allow setting built-in options from cross/native files 4 years ago
Zbigniew Jędrzejewski-Szmek 3dea817a59 Only emit warning about "native:" on projects with minimum required version 4 years ago
Xavier Claessens 7f1e9b7492 summary: Wrap lines when printing lists 4 years ago
Marc-André Lureau 1c945511eb Print a warning when importing a stabilized module 4 years ago
Xavier Claessens b510d644fe find_program: Do not use fallback when before parsing project() 4 years ago
Xavier Claessens f66c8c35da qt: Fix has_tools() when required=False 4 years ago
Alexander Neumann 92075f5ef3 give user control of option skip_sanity_check 4 years ago
Xavier Claessens 7c90639078 interpreter: Don't abort if dep isn't required and sub didn't override 4 years ago
Xavier Claessens f7a07ee91a interpreter: Already configured fallback should be used for optional dep 4 years ago
Xavier Claessens 13316f99fe wrap: Refactor to split wraps dictionary into 3 separate dicts 4 years ago
Xavier Claessens f08eed37cb find_program: Fallback if a wrap file provide the program name 4 years ago
Xavier Claessens 288d1ae5a5 wrap: Do not fallback implicitly on optional dependency 4 years ago
Xavier Claessens 2a7f72885f wrap: Add 'provide' section 4 years ago
Xavier Claessens 56c9e95b04 Implicit dependency fallback when a subproject wrap or dir exists 4 years ago
Xavier Claessens 07d2331d23 interpreter: Allow dependecy or subproject name in force_fallback_for 5 years ago
Xavier Claessens 4180f04433 interpreter: Avoid new feature warning when using old has_exe_wrapper() 5 years ago
Mathieu Duponchelle 20709af4d2 interpreter: add support for --force-fallback-for 5 years ago
D Scott Phillips f6a842821b Fix python3 installed from the Windows Store 5 years ago
Daniel Mensinger a2f94ca18b
cmake: Add more advanced subproject configuration options 5 years ago
Dylan Baker 29ef4478df compilers/d: Add b_ndebug support 5 years ago
Dylan Baker e35584e9ff interpreter: Add always set default value for version and set it ASAP 5 years ago
Dylan Baker d51551231f use FeatureNew.single_use 5 years ago
Dylan Baker 06481666f4 interpreter: Replace some uses of mlog.deprecation with FeatureDeprecated 5 years ago
Dylan Baker a63e36f7b1 interpreter: Rename has_exe_wrapper -> can_run_host_binaries 5 years ago
Dylan Baker 083c5f6357 Add native support for gtest tests 5 years ago
Dylan Baker 28e3ce67ae Convert test protocol into an enum 5 years ago
James Hilliard d7c24ccddd Allow get_variable to still function when the fallback is a disabler. 5 years ago
Jon Turney b647ce1b63
Cosmetic tweak to error message for incdir() with an absolute path 5 years ago
Jon Turney 1081738113
Check before compiler detection if 'c' language is present when adding 'vala' 5 years ago
Jon Turney 6a5c6fb439
Be more careful about the use of repr() in error messages 5 years ago
Dylan Baker c239ce31f5 allow postconf and dist scripts to use Files, ExternalPrograms, and 5 years ago
Dylan Baker 2c0eaf5c4f interpreter: Allow install_script to use additional input types 5 years ago
Benjamin Frye ad426547e8
Clarified error message for test(). (#7040) 5 years ago
Xavier Claessens 707d3a2e20 gnome: Fix usage of gobject-introspection as subproject 5 years ago
Eli Schwartz 76c36a64c3
dependency: log cached or skipped dependencies with reference to modules 5 years ago
Xavier Claessens 39a69d1fb0 find_program: Fixes when the program has been overridden by executable 5 years ago
Daniel Mensinger ccdf7f6d34
wrap: Add support for local files via only `*_filename` 5 years ago
John Ericson 278c294aa4 Compiler options per lang 5 years ago