summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/array.py
AgeCommit message (Expand)Author
2025-11-28interpreter: Add a slice() method to arraysJouke Witteveen
2025-07-19interpreter: Add a flatten() method to arraysDylan Baker
2025-06-17interpreter: make methods per-class for primitivesPaolo Bonzini
2025-06-17interpreter: make operators per-classPaolo Bonzini
2025-06-17interpreter: make trivial_operators per-classPaolo Bonzini
2025-06-17interpreter: make operator functions binaryPaolo Bonzini
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-01-27add location data to various Feature checksEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-24interpreter: Fix missing featuer check (fixes #9425)Daniel Mensinger
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger