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
/
unittests
/
optiontests.py
Age
Commit message (
Expand
)
Author
2025-12-18
options: canonicalize to host options anything that is not per-machine
Paolo Bonzini
2025-11-19
options: the parent of a yielding option can be falsy
Paolo Bonzini
2025-10-29
options: rename get_value_object_and_value_for
Paolo Bonzini
2025-10-06
interpreter, options: inline get_default_for_b_option
Paolo Bonzini
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-10-01
options: ensure pending subproject options are validated
Paolo Bonzini
2025-08-27
options: do not raise exception for unknown options in -U command
Paolo Bonzini
2025-08-10
options: ensure all build keys are changed to host
Paolo Bonzini
2025-07-19
options: fix misindentation
Paolo Bonzini
2025-07-18
options: resolve yielding options at the time they are added
Paolo Bonzini
2025-07-17
options: parse -D and -U arguments directly into a Dict[OptionKey, Optional[s...
Paolo Bonzini
2025-07-09
unittests: improve test for yielding options
Paolo Bonzini
2025-07-07
options: give priority to parent augments over child default_options
Paolo Bonzini
2025-07-07
options: handle augments in OptionStore.set_option
Paolo Bonzini
2025-07-07
msetup, options: reverse direction of unknown options check
Paolo Bonzini
2025-07-07
options: project options never act globally
Paolo Bonzini
2025-06-18
options: fix option ordering
Paolo Bonzini
2025-06-18
options: accept backend options as pending on first invocation
Paolo Bonzini
2025-06-18
optiontests: use a real system option
Paolo Bonzini
2025-06-05
unittests: use UnitTest helper methods instead of raw assert
Dylan Baker
2025-05-23
options: process project options before machine options
Paolo Bonzini
2025-05-21
options: accept compiler and built-in options in --reconfigure and "meson con...
Paolo Bonzini
2025-05-21
options: commonize code to accept unknown options
Paolo Bonzini
2025-05-07
options: fix "deprecated" with dictionary argument and non-string types
Paolo Bonzini
2025-04-24
options: subproject system options require the global ones
Paolo Bonzini
2025-04-08
options: fix typing issues stemming from initialize_from_top_level_project_call
Dylan Baker
2025-04-02
unittests: use more subtests
Dylan Baker
2025-03-06
options: delete unused set_subproject_options
Dylan Baker
2025-03-06
unittests: Use more subtests
Dylan Baker
2025-03-04
OptionStore: remove unused build_options attribute
Dylan Baker
2025-03-03
options: use an OptionKey for `get_default_for_b_option`
Dylan Baker
2025-02-27
Actually fix base option default values.
Jussi Pakkanen
2025-02-27
optstore: remove num_options
Dylan Baker
2025-02-27
Maintain bw compatibility for requesting bad options.
Jussi Pakkanen
2025-02-22
Fix yielding when top project does not define the option.
Jussi Pakkanen
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen