index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
interpreter
/
primitives
/
string.py
Age
Commit message (
Expand
)
Author
2025-06-17
interpreter: make methods per-class for primitives
Paolo Bonzini
2025-06-17
interpreter: make operators per-class
Paolo Bonzini
2025-06-17
interpreter: make trivial_operators per-class
Paolo Bonzini
2025-06-17
interpreter: make operator functions binary
Paolo Bonzini
2025-01-27
allow to compare multiple version with version_compare
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-02
Unify message(), format() and fstring formatting
Xavier Claessens
2023-07-12
string: Add missing FeatureNew tags to methods
Marco Trevisan (Treviño)
2023-06-20
add str.splitlines method
Martin Dørum
2022-11-08
Fix since annotation for str "in" operator
Xavier Claessens
2022-11-06
Implement `in` operator on string
Xavier Claessens
2022-08-22
interpreter: add a special class to track the lifecycle of get_option() strings
Eli Schwartz
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-04-13
dependencies: move DependencyVariableString handling to declare_dependency
Eli Schwartz
2022-04-13
dependencies: allow get_variable to expose files from subprojects
Eli Schwartz
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-01-27
fix some flake8 violations for unused imports
Eli Schwartz
2021-11-04
fix regression that broke string.format with list objects
Eli Schwartz
2021-10-26
interpreter: Revert old path joining behavior (fixes #9450)
Daniel Mensinger
2021-10-10
Revert "interpreter: Add FeatureNew check"
Eli Schwartz
2021-10-04
fix extra whitespace
Eli Schwartz
2021-09-25
interpreter: Add FeatureNew check
Daniel Mensinger
2021-09-25
Remove helpers.check_stringlist()
Daniel Mensinger
2021-09-25
interpreter: Introduce StringHolder
Daniel Mensinger