| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-08 | interpreterbase: make ArithmeticNode and MesonOperator both use operator names | Paolo Bonzini | |
| This avoids creating a dictionary every time an arithmetic operator is evaluated. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | |
| This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field | |||
| 2021-10-10 | Fix typos discovered by codespell | Christian Clauss | |
| 2021-09-01 | interpreter: Remove the AND and OR operator enums | Daniel Mensinger | |
| These operators don't make sens to use in ObjectHolders, since this mechanism wouldn't allow for lazy evaluation. | |||
| 2021-08-31 | interpreter: Introduce operators support for InterpreterObjects | Daniel Mensinger | |
