679 Commits (7b8ef78bc0002d0327626c6218b793f87c2a5eb8)

Author SHA1 Message Date
Daniel Eklöf c2ee82cc41 add support for "target_type: 'shared_module'" in build_target() 6 years ago
Jon Turney 261878f438 Fix an assertion exception when misusing install_data 6 years ago
Jussi Pakkanen 7ac03f6264 Non-required appleframework deps should not be an error. Closes #5295. 6 years ago
Daniel Mensinger 74b535fea7
Do not pass None to mlog.exception 6 years ago
Daniel Mensinger 236221061a
Fixed unnecessary .items() 6 years ago
Daniel Mensinger 3581839f4c
Fix unused variables warnings 6 years ago
Daniel Mensinger c9e2d22eef
Make flake8 happy 6 years ago
Daniel Mensinger 971dfd664b
Added some cahced values 6 years ago
Daniel Mensinger dfe3d56bfd
Print '(cached)' when compiler result was cached 6 years ago
Daniel Mensinger 75b7a856cd
ast: support elementary object methods 6 years ago
Dylan Baker add821db64 Don't use mutable types as default arguments 6 years ago
Nirbheek Chauhan 2795f942be interpreter: Check the meson version before parsing options 6 years ago
Nirbheek Chauhan 10468b3a28 interpreter: Warn when environment() ops are overriden 6 years ago
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
TheQwertiest 38273ac668 Added deduplication for configurration time file dependencies (fixes #5190) 6 years ago
Rico Tzschichholz 201ef0778e Add 'is_default' to permitted_kwargs for add_test_setup() 6 years ago
Jakub Adam 0ad5670895 Fix run_command() with command on a different drive 6 years ago
Jussi Pakkanen 68567482f5 Maintain backwards compatibility for one release. Closes #5051. 6 years ago
Jussi Pakkanen e2f4e926b2 Reduce absolute paths to a deprecation. Closes #5050. 6 years ago
John Ericson 3037ade41d Inline check_compilers 6 years ago
Jon Turney 8a9e1b1166 Disallow add_languages('vala') without 'c' 6 years ago
Dylan Baker ac627bcea7 replace library type strings with an enum 6 years ago
Paolo Bonzini 66db1af4dd interpreter: allow passing dictionaries to holderify 6 years ago
Niklas Claesson dd2c44cdf6 Add static as keyword to find_library 6 years ago
Jussi Pakkanen 65487f1599 Install header\'s subdir must not be absolute. 6 years ago
Paolo Bonzini 91f847d308 mtest: implement TAP parsing 6 years ago
Paolo Bonzini 4b5cf3f7c5 interpreter: add "protocol" kwarg to test 6 years ago
John Ericson 2622e9ec32 Move some configuration classes out of environment.py 6 years ago
Jussi Pakkanen 067ff7eeae Fall back to current interpreter when python3 not found. 6 years ago
John Ericson 3e9396f259 Fix cross static linker lookup 6 years ago
Dylan Baker 5b896ed70b allow setting directory locations in a native file 6 years ago
John Ericson 19f81d3e33 Never access environment.properties downstream 6 years ago
Daniel Mensinger e1a83793ae CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779) 6 years ago
Nirbheek Chauhan 1575bd988a configure_file: Allow setting install_dir: false with deprecation 6 years ago
Michael Hirsch, Ph.D da34bea893 pep8 py37 6 years ago
Nicolas Schneider 3fc8a0dc41 fix non-default option printing 6 years ago
Jan Tojnar 33d82201bd run_command: add env kwarg 6 years ago
Xavier Claessens 15cea55f5b Interpreter: Add a location to all mlog.warning() calls 6 years ago
Xavier Claessens 0d195cefa6 Interpreter: Add current_node to 'state' passed to module methods 6 years ago
Daniel Mensinger af38722f89 mintro: Introspection interpreter refactoring (#4733) 6 years ago
Xavier Claessens 83766b3687 Fix flake8 errors 6 years ago
Xavier Claessens 815f1205a8 do_subproject: Improve log messages and formatting 6 years ago
Xavier Claessens af643d6409 extract_required_kwarg: Fix typo 6 years ago
Xavier Claessens 35f0f7090d dependency: Cleanup code by avoiding nested if blocks 6 years ago
Xavier Claessens 5dac8e51f4 dependency: Not all DependencyException means not-found dep 6 years ago
Xavier Claessens 335b87fcaa dependency: Add has_fallback variable 6 years ago
Xavier Claessens 1cd393c6e2 dependency_fallback: Set 'required' in subproject's kwargs 6 years ago
Xavier Claessens 2867371f1a dependency_fallback: Pass display_name in arguments 6 years ago