668 Commits (bf98ffca9ee67a6a942b9abf96b536692370cf03)

Author SHA1 Message Date
Xavier Claessens 8fb72510c3 Move to coredata some methods handling options 7 years ago
Xavier Claessens 5af98d16b9 Delay backend creation until project() is parsed 7 years ago
Xavier Claessens b7d442150d Move <lang>_args to coredata.compiler_options 7 years ago
Xavier Claessens fa72cd7173 Move get_args_from_envvars() from environment to compilers 7 years ago
Nirbheek Chauhan 56a7d8b2b3 Warn when Apple bitcode support is enabled and in-use 7 years ago
Jon Turney f31679dedd Fix non-list used with FeatureNewKwargs 7 years ago
Nirbheek Chauhan 48d49afe31 FeatureNew: Add decorators for new install_mode kwargs 7 years ago
Nirbheek Chauhan 9b314c9c24 FeatureNew: add two features that were just merged 7 years ago
Aleksey Filippov 9e10628a69 Use mesonlib.version_compare_many() first value only as an indicator of match 7 years ago
mikolajp 2d1d6c3056 Fix meson multiple version contraint error 7 years ago
Jon Turney 7e08e958c0 Allow substitutions in custom_target() depfile: 7 years ago
Filipe Brandenburger 05c43cdcd1 Add 'install_mode' to all installable targets 7 years ago
Mathieu Duponchelle 14750b50ea configure_file: Add output_format kwarg (#3636) 7 years ago
Salamandar c5e85e59cc Add 0.47.0 features 7 years ago
Salamandar 2fb6018763 Add 0.46.0 features 7 years ago
Salamandar 364b8a37b9 Add 0.45.0 features 7 years ago
Salamandar c90885de6d Add 0.44.0 features 7 years ago
Salamandar 2056172595 Add 0.43.0 features 7 years ago
Salamandar 4741f1e243 Add 0.42.0 features 7 years ago
Salamandar d5207e1c4f Add 0.41.0 features 7 years ago
Salamandar fa6550b277 Add 0.40.0 features 7 years ago
Salamandar a1a53e8de1 Add 0.38.0 features 7 years ago
Salamandar accea4889b Add 0.37.0 features 7 years ago
Salamandar 69230ce4ef print features reports after run 7 years ago
Salamandar dd91f96867 Move target_version from coredata to mesonlib 7 years ago
Salamandar ae19fec952 Add version_compare_condition_with_{min,max} for specific comparison utils. 7 years ago
Salamandar ee2f8a0416 Add basic code for feature version detection: 7 years ago
Nirbheek Chauhan ff07314a86 New compiler method: check_header 7 years ago
Jussi Pakkanen 320a5865d9 Mark even empty confs used appropriately. 7 years ago
Tim-Philipp Müller 8d040fad6e Print project version 7 years ago
Tim-Philipp Müller d4ee534155 interpreter: fix configure_file() message on empty configuration_data() [skip ci] 7 years ago
Andrei Alexeyev d72f9a3e0f
Add 'check' kwarg for run_command 7 years ago
Nirbheek Chauhan f5af0f9b5a configure_file: Don't use reserved keyword 'format' 7 years ago
Nirbheek Chauhan a00433fdbc configure_file: Add a new action 'copy' 7 years ago
Mathieu Duponchelle ecb8838082 Add new built-in type, dict 7 years ago
Jon Turney 13e92223be Generalize message about fallback failure 7 years ago
Jon Turney 0e898def93 Improve reporting about falling back to a subproject for a dependency 7 years ago
Mathieu Duponchelle dc91aad420 args flattening: preserve configuration_data.set behaviour 7 years ago
Mathieu Duponchelle f1c92d7c9c Interpreter: don't flatten the arguments of various methods 7 years ago
Xavier Claessens 24f1b96dde Fix setting c_args and friends from command line 7 years ago
Alexis Jeandet 2fc0a11062 [Qt module] Privates headers: Implemented private_headers option 7 years ago
Xavier Claessens 10a9bdad96 interpreter: Verify permitted kwargs on all methods 7 years ago
Nirbheek Chauhan fc5e8dfcda Don't fail on not-required not-found deps in forcefallback mode 7 years ago
Xavier Claessens 9a82b0136a extract_all_objects: Add 'recursive' keyword argument 7 years ago
Dylan Baker 92487ea33d Add partial_dependency method to dependencies 7 years ago
Dylan Baker 33c5c7e7e9 interpreter: Don't assume default link_args == compile_args 7 years ago
Xavier Claessens bd37afeeea Add has_link_argument() and friends 7 years ago
Xavier Claessens 521ce883ad has_argument(): reduce code duplication 7 years ago
Nirbheek Chauhan 6cdd14fc4e find_program: Don't spam when called from a module 7 years ago
Nirbheek Chauhan 87c166db95 find_program: Only store successful lookups 7 years ago