817 Commits (348deff3bf527280558e2f515f65e5c1b109f928)

Author SHA1 Message Date
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
Xavier Claessens bdf301d05b do_subproject: InvalidCode is always an error 6 years ago
Xavier Claessens f6a34c8aaf dependency_fallback: Simplify useless try block 6 years ago
Xavier Claessens b209a3cd8f dependencies: Avoid duplicated code 6 years ago
Xavier Claessens a92b41fdcd dependencies: Remove version from cache key 6 years ago
John Ericson b53c982b58 Build class should not duplicate compiler state 6 years ago
Marco Trevisan (Treviño) 95c1cdf776 interpreter: obey to the install argument in configure_file 6 years ago
Jon Turney 680d266591 Fix a typo in an error message 6 years ago
John Ericson 17a602a4ec Remove spurious case in interpreter 6 years ago
Nicolas Schneider 3232f780d8 use same code for printing options in mconf and msetup 6 years ago
Xavier Claessens aa840afb3a Always flatten include_directories lists 6 years ago
John Ericson 2b22576fb6 Remove cross_info; cross file is parsed up front and discarded 6 years ago
John Ericson dbf080afe9 Get rid of `need_cross_compiler` 6 years ago
Jussi Pakkanen 3a6e2aeed9 Can use plain strings for include_directories. 6 years ago
Daniel Mensinger 10ce5deb71
Introspection refactoring 6 years ago
Jussi Pakkanen ab3aeeffe9 Print warning if using "default_options" without a "fallback". 6 years ago
Xavier Claessens b6cede2928 find_library: Add 'has_headers' kwarg 6 years ago
Xavier Claessens ff2aa5a9ef Add 'required' kwarg in header check functions 6 years ago
Jussi Pakkanen 4df9006ca4 Can specify a string to print when dep not found. Closes #2407. 6 years ago
Jussi Pakkanen 7d5660dcbe Reformat long lines. 6 years ago
John Ericson 9b13fb3672 Factor out more option iterating 6 years ago
Daniel Mensinger 9958262cb2 Fixed subprojects build info 6 years ago
Xavier Claessens 47b9c1a564 Allow fallback in nodownload mode 6 years ago
Dylan Baker 42ddc30cfe interpreter: allow find_program to use the native file 6 years ago
Dylan Baker 95403cb615 replace ExternalProgram.from_cross_info with from_bin_list 6 years ago
Dylan Baker de175aac00 compilers: Use keyword only arguments for compiler interfaces 6 years ago