Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use context manager for file I/O. | Elliott Sales de Andrade | 2016-08-27 | 1 | -1/+2 | |
| | | | | | There are a few cases where a context manager cannot be used, such as the logger. | |||||
* | Flatten isinstance calls. (#715) | Elliott Sales de Andrade | 2016-08-27 | 1 | -5/+2 | |
| | | | | That is, isinstance(x, y) or isinstance(x, z) can be flattened with a tuple to isinstance(x, (y, z)). | |||||
* | Implement D support | Matthias Klumpp | 2016-08-19 | 1 | -0/+1 | |
| | | | | | | | | | | | This patch adds support for the D programming language[1] to Meson. The following compilers are supported: * LDC * GDC * DMD [1]: http://dlang.org/ | |||||
* | coredata: Centralize builtin option descriptions and definitions. | Hemmo Nieminen | 2016-04-04 | 1 | -1/+1 | |
| | ||||||
* | Move MesonException from coredata to mesonlib. | Hemmo Nieminen | 2016-04-01 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'base_options'. | Jussi Pakkanen | 2016-03-20 | 1 | -3/+6 | |
|\ | ||||||
| * | Preserve b_ prefix for base option names. | Jussi Pakkanen | 2016-03-20 | 1 | -3/+6 | |
| | | ||||||
* | | Open Meson and option files explicitly as utf-8. Closes #467. | Jussi Pakkanen | 2016-03-20 | 1 | -1/+1 | |
|/ | ||||||
* | Renamed meson package to mesonbuild so that we can have a script named meson ↵ | Jussi Pakkanen | 2016-01-16 | 1 | -0/+148 | |
in the same toplevel dir. |