summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/boolean.py
AgeCommit message (Expand)Author
2025-10-20Fix typos in authorship informationVlad-Stefan Harbuz
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
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz
2021-09-01interpreter: Introduce BooleanHolder for the bool primitiveDaniel Mensinger