summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing method on external library object: type_name() (#3845)Nirbheek Chauhan2018-07-081-0/+6
* Print a more usable message when a subproject fails to configureNirbheek Chauhan2018-07-071-3/+9
* Raise a MesonException when substituting an invalid valueNirbheek Chauhan2018-07-071-2/+8
* Add new method: mlog.deprecation()Nirbheek Chauhan2018-07-071-2/+1
* mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2018-07-061-20/+22
* configure_file: Don't optimize away substitutionsNirbheek Chauhan2018-07-041-18/+10
* Contributing.md: Document procedure for new features [skip ci]Nirbheek Chauhan2018-07-021-1/+1
* FeatureNew: Make all checks subproject-specificNirbheek Chauhan2018-07-021-34/+54
* interpreter: Use is_subproject() everywhereNirbheek Chauhan2018-07-021-3/+3
* FeatureNew: Fix method names for some feature checksNirbheek Chauhan2018-07-021-10/+10
* Various bug fixes for FeatureNewSalamandar2018-07-021-0/+9
* Proper error message for non-found exe in run_target. Closes #3818Jussi Pakkanen2018-07-011-0/+2
* Add a helper for fetching of binaries from cross filesNirbheek Chauhan2018-07-011-11/+6
* Allow command lists for find_program cross file overridesNirbheek Chauhan2018-07-011-2/+6
* Improve logging when dependency is anonymousJon Turney2018-06-301-8/+10
* More tests to cover missing fallback for a non-found dependencyJon Turney2018-06-301-1/+3
* Fix handling of dependency('', fallback: ['subproject', 'dep'])Jon Turney2018-06-301-8/+8
* Warn if using Clang+asan+b_lundef. Closes #764.Jussi Pakkanen2018-06-301-0/+19
* Print default option values that don't match the current valueNiklas Claesson2018-06-211-2/+16
* Rename clike_langs to clink_langs for clarityNirbheek Chauhan2018-06-201-2/+2
* Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney2018-06-181-1/+1
* Make depends: of windows.compile_resources() include-ableJon Turney2018-06-181-0/+4
* run_command: Add new kwarg 'capture'Nirbheek Chauhan2018-06-181-8/+17
* Deprecate `build_always`, add `build_always_stale`Alex Hirsch2018-06-181-3/+4
* Add check for arguments of has_members.Christoph Behle2018-06-181-0/+2
* Use stub to report misuse of get_defineChristoph Behle2018-06-181-4/+1
* Test if compiler supports get_define.Christoph Behle2018-06-181-1/+4
* Add UserFeatureOption typeXavier Claessens2018-06-181-25/+103
* Always apply concatenate_string_literal.Christoph Behle2018-06-121-4/+0
* get_define can concatenate string literals.Christoph Behle2018-06-121-0/+4
* configure_file: Add 'encoding' to FeatureNewNirbheek Chauhan2018-06-101-1/+1
* Add file encoding to configure_fileSander Sweers2018-06-091-3/+6
* Fix options being reset to default on reconfigureXavier Claessens2018-06-091-4/+14
* Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens2018-06-071-1/+4
* Convert args.projectoptions into a dictXavier Claessens2018-06-061-80/+62
* coredata: Stop setting default option values as argparse attributeXavier Claessens2018-06-061-12/+11
* Move to coredata some methods handling optionsXavier Claessens2018-06-061-1/+1
* Delay backend creation until project() is parsedXavier Claessens2018-06-061-1/+32
* Move <lang>_args to coredata.compiler_optionsXavier Claessens2018-06-061-28/+7
* Move get_args_from_envvars() from environment to compilersXavier Claessens2018-06-061-1/+1
* Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan2018-06-061-1/+11
* Fix non-list used with FeatureNewKwargsJon Turney2018-06-051-1/+1
* FeatureNew: Add decorators for new install_mode kwargsNirbheek Chauhan2018-06-051-2/+5
* FeatureNew: add two features that were just mergedNirbheek Chauhan2018-06-051-1/+1
* Use mesonlib.version_compare_many() first value only as an indicator of matchAleksey Filippov2018-06-031-1/+1
* Fix meson multiple version contraint errormikolajp2018-06-031-1/+1
* Allow substitutions in custom_target() depfile:Jon Turney2018-06-031-0/+2
* Add 'install_mode' to all installable targetsFilipe Brandenburger2018-06-021-6/+19
* Merge pull request #3486 from Salamandar/salamandar/meson_version_introspectionJussi Pakkanen2018-06-011-0/+46
|\
| * Add 0.47.0 featuresSalamandar2018-06-011-0/+3