Age | Commit message (Expand) | Author | Files | Lines |
2020-11-01 | Fix #5492 (#7919) | Elliot | 1 | -2/+2 |
2020-10-30 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 |
2020-10-30 | Bump version number for release. This is the 10 000th commit!0.56.0 | Jussi Pakkanen | 1 | -1/+1 |
2020-10-26 | Update version number to rc2.0.56.0.rc2 | Jussi Pakkanen | 1 | -1/+1 |
2020-10-19 | Bump version number for rc1.0.56.0.rc1 | Jussi Pakkanen | 1 | -2/+2 |
2020-10-16 | Machine file pkg_config_path overrides environment | Xavier Claessens | 1 | -1/+3 |
2020-10-16 | Refactor handling of machine file options | Xavier Claessens | 1 | -62/+64 |
2020-10-05 | options: Handle updates to choices in options | Dylan Baker | 1 | -5/+15 |
2020-10-05 | machinefiles: Allow keys to be stored case insensitive | Dylan Baker | 1 | -2/+6 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-10-01 | mesonlib: make OptionOverrideProxy a true MutableMapping | Dylan Baker | 1 | -1/+2 |
2020-09-25 | dependencies/hdf5: Use the correct compilers for the machine | Dylan Baker | 1 | -1/+1 |
2020-09-24 | compilers/compilers: Fully type annotate | Dylan Baker | 1 | -2/+3 |
2020-09-24 | compilers: Use a distinct type for compile/link results | Dylan Baker | 1 | -2/+2 |
2020-09-22 | pylint: turn on bad-indentation error | Dylan Baker | 1 | -1/+1 |
2020-09-10 | mtest: Check version in the test data after loading | Nirbheek Chauhan | 1 | -3/+3 |
2020-09-08 | typing: get rid of most T.cast | Daniel Mensinger | 1 | -1/+2 |
2020-09-08 | typing: more fixes | Daniel Mensinger | 1 | -39/+42 |
2020-08-04 | "Downgrade" warning when regenerating after version bump | Zbigniew JÄdrzejewski-Szmek | 1 | -3/+11 |
2020-08-04 | Capitalize some constants in coredata | John Ericson | 1 | -14/+14 |
2020-08-01 | Put machine file and cmd line parsing in Environment | Dylan Baker | 1 | -121/+51 |
2020-08-01 | push all config-file settings into coredata.set_default_options | Dylan Baker | 1 | -37/+32 |
2020-08-01 | machine-files: deprecate the paths section | Dylan Baker | 1 | -5/+0 |
2020-08-01 | coredata: fix type annotation | Dylan Baker | 1 | -1/+1 |
2020-08-01 | machine-files: give better error messages about using integers | Dylan Baker | 1 | -3/+9 |
2020-08-01 | Allow setting built-in options from cross/native files | Dylan Baker | 1 | -8/+41 |
2020-08-01 | mconf/mintro: use authoritative list of options from coredata | Dylan Baker | 1 | -12/+17 |
2020-07-30 | Allow setting project options from cross or native files | Dylan Baker | 1 | -1/+9 |
2020-07-22 | coredata: Make warning_level per subproject builtin option | Xavier Claessens | 1 | -1/+1 |
2020-07-19 | coredata: add missing EnvironmentException import | James Hilliard | 1 | -2/+3 |
2020-07-12 | Bump version number for new development. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2020-07-12 | Updated everything for release 0.55.0.0.55.0 | Jussi Pakkanen | 1 | -1/+1 |
2020-07-05 | Update version number for rc 2.0.55.0.rc2 | Jussi Pakkanen | 1 | -1/+1 |
2020-07-05 | Don't make unactionable warnings fatal | Nirbheek Chauhan | 1 | -2/+2 |
2020-07-02 | Bump version number for RC1.0.55.0.rc1 | Jussi Pakkanen | 1 | -1/+1 |
2020-06-29 | envconfig: Add [constants] section in machine files | Xavier Claessens | 1 | -9/+64 |
2020-06-16 | interpreter: add support for --force-fallback-for | Mathieu Duponchelle | 1 | -0/+1 |
2020-06-11 | Fix typo in bitcode message | Nirbheek Chauhan | 1 | -1/+1 |
2020-06-10 | tell variable name when erroring on bad combo option | Michael Hirsch | 1 | -1/+3 |
2020-05-14 | coredata: Fixup the default libdir value, not the set value | Nirbheek Chauhan | 1 | -3/+3 |
2020-05-13 | Merge pull request #6620 from jon-turney/test-output-check | Dylan Baker | 1 | -1/+1 |
2020-05-13 | Fix outdated cross-compilation checks | Ole André Vadla RavnÄs | 1 | -1/+3 |
2020-05-06 | Merge pull request #7076 from mesonbuild/revertcrossfixup | Jussi Pakkanen | 1 | -1/+1 |
2020-05-04 | coredata: init IntegerOption choices to the correct value | Eric Engestrom | 1 | -3/+3 |
2020-05-04 | Revert "coredata: init_builtins should always call libdir_cross_fixup" | Jussi Pakkanen | 1 | -1/+1 |
2020-04-30 | Be more careful about the use of repr() in error messages | Jon Turney | 1 | -1/+1 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -33/+52 |
2020-03-29 | Bump version number for new development. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2020-03-29 | Update everything for new release.0.54.0 | Jussi Pakkanen | 1 | -1/+1 |
2020-03-24 | Make werror per subproject option | Xavier Claessens | 1 | -1/+1 |