summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/string.py
AgeCommit message (Expand)Author
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
2025-01-27allow to compare multiple version with version_compareCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-02Unify message(), format() and fstring formattingXavier Claessens
2023-07-12string: Add missing FeatureNew tags to methodsMarco Trevisan (Treviño)
2023-06-20add str.splitlines methodMartin Dørum
2022-11-08Fix since annotation for str "in" operatorXavier Claessens
2022-11-06Implement `in` operator on stringXavier Claessens
2022-08-22interpreter: add a special class to track the lifecycle of get_option() stringsEli Schwartz
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-04-13dependencies: move DependencyVariableString handling to declare_dependencyEli Schwartz
2022-04-13dependencies: allow get_variable to expose files from subprojectsEli Schwartz
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-01-27fix some flake8 violations for unused importsEli Schwartz
2021-11-04fix regression that broke string.format with list objectsEli Schwartz
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger