Age | Commit message (Expand) | Author | Files | Lines |
2020-05-26 | opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1 | Daniel Mensinger | 1 | -0/+2 |
2020-05-26 | opts: Allow string concatenation (fixes #7199) | Daniel Mensinger | 1 | -0/+7 |
2020-05-14 | optinterpreter: Enable and update FeatureNew to use_single | Dylan Baker | 1 | -7/+5 |
2020-04-11 | opts: Allow `-` and `not` in meson_options.txt (fixes #6948) | Daniel Mensinger | 1 | -0/+10 |
2020-03-02 | types: Annotate mparser.py | Daniel Mensinger | 1 | -2/+2 |
2020-02-28 | Store filename in node location | Jon Turney | 1 | -1/+1 |
2020-02-28 | Adjust all the other places MesonException file attribute is set | Jon Turney | 1 | -2/+3 |
2020-02-12 | Refactor UserIntegerOption to work with BuiltinOption. | Jussi Pakkanen | 1 | -3/+2 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -2/+2 |
2019-07-15 | No need to reserve build_ because we use build. instead. | Jussi Pakkanen | 1 | -1/+1 |
2019-05-20 | Reserve build_ prefix in option names. | Jussi Pakkanen | 1 | -1/+1 |
2019-05-15 | UserOption no longer has a name field. | John Ericson | 1 | -19/+15 |
2019-04-05 | optinterpreter: Add a log argument to is_invalid_name | Dylan Baker | 1 | -3/+4 |
2019-04-05 | optinterpreter: Add type annotations to is_invalid_name | Dylan Baker | 1 | -1/+1 |
2019-04-04 | coredata: remove get_builtin_options | Dylan Baker | 1 | -1/+1 |
2019-03-19 | Reserve cross_ option prefix for Meson. | Jussi Pakkanen | 1 | -0/+4 |
2018-07-25 | UserFeatureOption: Default to 'auto' when no value specified | Xavier Claessens | 1 | -1/+1 |
2018-07-02 | FeatureNew: Make all checks subproject-specific | Nirbheek Chauhan | 1 | -4/+8 |
2018-06-18 | Add UserFeatureOption type | Xavier Claessens | 1 | -0/+8 |
2018-06-06 | Convert args.projectoptions into a dict | Xavier Claessens | 1 | -44/+1 |
2018-06-06 | optinterpreter: Remove duplicated list of languages | Xavier Claessens | 1 | -13/+2 |
2018-06-01 | Add 0.45.0 features | Salamandar | 1 | -0/+4 |
2018-06-01 | Add 0.44.0 features | Salamandar | 1 | -1/+2 |
2018-03-20 | options: s/yiel/yield/ typo | Thibault Saunier | 1 | -1/+1 |
2018-02-16 | Fix subproject prefix handling when checking subproject option validity. | Hemmo Nieminen | 1 | -8/+25 |
2018-02-08 | User options can "yield to" a user option of the same name in superproject. C... | Jussi Pakkanen | 1 | -11/+26 |
2018-02-07 | Expose integer options to build option files. | Jussi Pakkanen | 1 | -0/+11 |
2017-12-19 | Warn on unknown command line arguments | Dylan Baker | 1 | -0/+9 |
2017-12-07 | Renamed UserStringArrayOption to UserArrayOption for short. | Jussi Pakkanen | 1 | -1/+1 |
2017-12-03 | String arguments can permit arbitrary string values | Jussi Pakkanen | 1 | -9/+11 |
2017-11-29 | Add new array type option | Dylan Baker | 1 | -0/+16 |
2017-11-06 | coredata: Remove parse_string() method | Xavier Claessens | 1 | -1/+1 |
2017-10-04 | options: Add a permitted_kwargs function | Dylan Baker | 1 | -3/+24 |
2017-08-05 | Add option to limit maximum number of concurrent link processes. | Jussi Pakkanen | 1 | -11/+12 |
2017-04-04 | Allow option values to contain ':' | Nirbheek Chauhan | 1 | -3/+4 |
2017-01-18 | cleanup: Remove redundant parentheses | Mike Sinkovsky | 1 | -1/+1 |
2017-01-03 | Merge pull request #1260 from mesonbuild/subproj_defaults | Jussi Pakkanen | 1 | -0/+7 |
2017-01-01 | style: fix E124 violations | Igor Gnatenko | 1 | -1/+1 |
2016-12-31 | Fix space before :. | Jussi Pakkanen | 1 | -3/+3 |
2016-12-29 | Can set project options (but not global options) in subproject default options. | Jussi Pakkanen | 1 | -0/+7 |
2016-12-21 | Raise clearer error if -Doption is invalid. | Elliott Sales de Andrade | 1 | -1/+4 |
2016-12-19 | tree-wide: use proper 'not in' notation | Igor Gnatenko | 1 | -1/+1 |
2016-12-04 | Store subdir information for each node so we can remove files set in other su... | Jussi Pakkanen | 1 | -1/+1 |
2016-08-27 | Use context manager for file I/O. | Elliott Sales de Andrade | 1 | -1/+2 |
2016-08-27 | Flatten isinstance calls. (#715) | Elliott Sales de Andrade | 1 | -5/+2 |
2016-08-19 | Implement D support | Matthias Klumpp | 1 | -0/+1 |
2016-04-04 | coredata: Centralize builtin option descriptions and definitions. | Hemmo Nieminen | 1 | -1/+1 |
2016-04-01 | Move MesonException from coredata to mesonlib. | Hemmo Nieminen | 1 | -2/+3 |
2016-03-20 | Merge branch 'base_options'. | Jussi Pakkanen | 1 | -3/+6 |
2016-03-20 | Open Meson and option files explicitly as utf-8. Closes #467. | Jussi Pakkanen | 1 | -1/+1 |