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
Age
Commit message (
Expand
)
Author
2025-12-04
interpreter: validate argument to string.split() for empty string
Dylan Baker
2025-11-28
interpreter: Add a slice() method to arrays
Jouke Witteveen
2025-11-14
make str and meson.version() API align again.
Eli Schwartz
2025-11-14
version_compare with meson.version() override should log when it doesn't work
Eli Schwartz
2025-10-29
Add snippets.symbol_visibility_header() method
Xavier Claessens
2025-10-20
Fix typos in authorship information
Vlad-Stefan Harbuz
2025-08-29
interpreter: add dict.values() method
Marvin Scholz
2025-07-19
interpreter: Add a flatten() method to arrays
Dylan Baker
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-09-09
Add support for padding zeroes in int.to_string() method
Nomura
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
2023-06-14
detect and warn on non-commutative int/bool operations
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-08
Fix since annotation for str "in" operator
Xavier Claessens
2022-11-06
Implement `in` operator on string
Xavier Claessens
2022-08-29
flake8: fix warnings for unused imports
Eli Schwartz
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-05-23
move various imports into TYPE_CHECKING blocks for neatness
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-02-16
flake8: do not use bare exceptions
Eli Schwartz
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
2022-01-27
add location data to various Feature checks
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-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-26
interpreter: Revert old path joining behavior (fixes #9450)
Daniel Mensinger
2021-10-24
interpreter: Fix missing featuer check (fixes #9425)
Daniel Mensinger
2021-10-10
Revert "interpreter: Add FeatureNew check"
Eli Schwartz
2021-10-06
interpreter: Move RangeHolder out of interpreterbase to interpreter
Daniel Mensinger
2021-10-06
interpreter: Holderify arrays and dicts
Daniel Mensinger
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
2021-09-01
interpreter: Introduce BooleanHolder for the bool primitive
Daniel Mensinger
2021-08-31
interpreter: Add IntegerHolder
Daniel Mensinger