4261 Commits (bba3ae57247774d22a4da7480927117dbdfc900d)

Author SHA1 Message Date
Jon Turney 3fc3695624
Push formatting of compiler version string down into Compiler class 6 years ago
Dylan Baker 0a0b473e84 interpreter: use container explosion where it makes sense 6 years ago
Dylan Baker 00a3bb8d69 interpreter: use zip function 6 years ago
jrl64 a2d222c383 Update Built-in Option c_std for C17. Closes #4842. 6 years ago
Jussi Pakkanen 04710b087a Add support for VS2019. Closes #4640. 6 years ago
Jussi Pakkanen 6fcf6dfd68 Use LDFLAGS only on languages that need it. Closes #5215. 6 years ago
Daniel Mensinger d72d98d3af mintro: removed deprecated --target-files API 6 years ago
Paolo Bonzini a2c3ba474a mtest: fix TAP with --verbose (#5160) 6 years ago
Jan Tojnar e8a688428d Add gpgme-config support 6 years ago
Dylan Baker 63090605a5 dependencies/dev: Use ext_deps for GTest in GMock 6 years ago
Dylan Baker 6ad7fbf950 dependencies/misc: don't special case threads 6 years ago
Dylan Baker b842b0b04a dependencies: Add ext_deps to all dependencies 6 years ago
Dylan Baker 91b2475e30 dependencies/pkg-config: Add support for different cross_flags 6 years ago
Dylan Baker 377b652b93 coredata: Add ability to mark options as having separate cross values 6 years ago
Dylan Baker 569e646e1e dependencies: Add command line option for pkg_config_path 6 years ago
Michael Hirsch, Ph.D d6be7822a0 BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity check 6 years ago
Michael Hirsch, Ph.D 42a04f7e23 BUGFIX: Microsoft MPI is only compatible with Intel Fortran 6 years ago
Dylan Baker 5ce0d9fbbb coredata: Don't log warnings about reserved prefixes 6 years ago
Dylan Baker 068c3bf60a optinterpreter: Add a log argument to is_invalid_name 6 years ago
Dylan Baker 05ad69a1c7 optinterpreter: Add type annotations to is_invalid_name 6 years ago
Dylan Baker 863de72599 coredata: Fold add_builtin_argument into BuiltinOption 6 years ago
Dylan Baker 1d7eda5fc8 coredata: Merge get_builtin_option_cmdline_name into BuiltinOption 6 years ago
Dylan Baker c3cb966631 coredata: merge get_builtin_option_default in to BuiltinOption 6 years ago
Dylan Baker 5aa2219f50 coredata: pull get_builtin_option_choices into BuiltinOption 6 years ago
Dylan Baker 1e5496d1ba coredata: Remove get_builtin_option_description 6 years ago
Dylan Baker 6940848f0b coredata: Move argparse action getterin into BuiltinOption class 6 years ago
Dylan Baker f8fcc7174d coredata: Remove is_builtin_option 6 years ago
Dylan Baker c6060d795c coredata: remove get_builtin_options 6 years ago
Dylan Baker d778a371ac coredata: Add an object to abstract builtins 6 years ago
Jan Niklas Hasse 4e939bcf8a Use ExternalProgram to find config tools, fix #1423 6 years ago
Arkadiusz Hiler 690dd723f4 Add symbol sizes to .symbols files 6 years ago
Dylan Baker 94ba53c6b6 backends/ninja: Add native files to rebuild dependencies 6 years ago
Dylan Baker a710b83a67 modules/python: normalize output for disabled by feature 6 years ago
Dylan Baker de48e887b8 modules/python: Do disabler check after validating inputs 6 years ago
Dylan Baker 82346a2bd2 modules/python: Report program found in find_installation() 6 years ago
jonathan MERCIER ff299eb36b Read file as utf8 on python3 6 years ago
Ari Vuollet 5ee2fb6ede d: Fix linker errors with shared libraries on Windows 6 years ago
Dylan Baker 3d04e5a150 modules/python: Remove spaces around keyword arguments 6 years ago
Andrei Alexeyev 8209180c76 Add shaderc dependency lookup logic 6 years ago
TheQwertiest 38273ac668 Added deduplication for configurration time file dependencies (fixes #5190) 6 years ago
Daniel Mensinger 6da0df95c1
mintro: fix some interpreter crashes 6 years ago
Daniel Mensinger 1937bbafac
mintro: Fix crash when required is a function (closes #5177) 6 years ago
Janne Grunau 663517d233 detect 'arm64' as aarch64 CPU family 6 years ago
Jussi Pakkanen 1a79fdd7e7 Reuse build setup for host when native compiling. Closes #5047. 6 years ago
Rico Tzschichholz 201ef0778e Add 'is_default' to permitted_kwargs for add_test_setup() 6 years ago
Antonio Ospite e680dbe065 Add 'meson subprojects foreach' command 6 years ago
Jussi Pakkanen e3e83e2acd Also format headers with Clang-Format. Closes #5184. 6 years ago
Dylan Baker f8afcd59e0 dependencies/base: Correctly handle includes and sources in ExternalDependency 6 years ago
Dylan Baker f2d4a32370 dependencies/base: Pass correct arguments to subdependencies 6 years ago
Dylan Baker 023fe14238 dependencies/base: Add type annotations to partial_dependency method 6 years ago