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
/
options.py
Age
Commit message (
Expand
)
Author
2025-05-21
options: remove unnecessary Union[OptionKey, str]
Paolo Bonzini
2025-05-15
options: "custom" buildtype does not trigger changes in debug or optimization...
Paolo Bonzini
2025-05-15
options: restore special behavior of CFLAGS vs. c_args
Paolo Bonzini
2025-05-07
interpreter: reintroduce a convertor for override_options and default_options
Paolo Bonzini
2025-05-07
options: store augments as OptionKeys
Paolo Bonzini
2025-05-07
options: do not go back to list representation
Paolo Bonzini
2025-05-07
options: support non-string data types in more places
Paolo Bonzini
2025-05-07
options: early convert project default options to dictionary
Paolo Bonzini
2025-05-07
options: fix type for OptionStore.augments
Paolo Bonzini
2025-05-07
options: tighten types for validating options
Paolo Bonzini
2025-05-07
options: machine_file_options keys are always OptionKeys
Paolo Bonzini
2025-05-07
options: fix "deprecated" with dictionary argument and non-string types
Paolo Bonzini
2025-05-06
interpreter: convert subproject default options to dictionary
Paolo Bonzini
2025-05-06
options: fix types for initialize_from_subproject_call
Paolo Bonzini
2025-05-06
options: allow setting subproject options in subproject() call
Paolo Bonzini
2025-05-06
options: set subproject options as augments
Paolo Bonzini
2025-05-01
options: extract validation of command line options
Paolo Bonzini
2025-05-01
options: tighten type of cmd_line_options
Paolo Bonzini
2025-04-24
options: subproject system options require the global ones
Paolo Bonzini
2025-04-24
options: strengthen typing for add_system_option_internal
Paolo Bonzini
2025-04-24
options: use early return
Paolo Bonzini
2025-04-09
options: always look up root-project options in self.options
Paolo Bonzini
2025-04-09
options: go through set_option for non-:-prefixed options
Paolo Bonzini
2025-04-09
options: fix incorrect comment
Paolo Bonzini
2025-04-09
options: make cmd_line_options handling more similar to the rest
Paolo Bonzini
2025-04-08
options: fix an assertion that is incorrect
Dylan Baker
2025-04-08
options: fix typing issues stemming from initialize_from_top_level_project_call
Dylan Baker
2025-04-08
coredata: move update_project_options to the optstore
Dylan Baker
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-04-02
options: we need to skip build options for machine files as well
Dylan Baker
2025-04-02
option: move the `is_per_machine_option` to the `OptionStore`
Dylan Baker
2025-04-02
options: Rename BASE_OPTIONS -> COMPILER_BASE_OPTIONS
Dylan Baker
2025-04-02
options: rename OptStore.pending_project_options -> pending_options
Dylan Baker
2025-04-02
options: rename "native_file_*" arguments to "machine_file_*"
Dylan Baker
2025-04-02
options: move BASE_OPTIONS to the options module
Dylan Baker
2025-03-21
options: Make sure the gnu99 deprecation is only printed once
L. E. Segovia
2025-03-10
options: inline _set_dependenents
Dylan Baker
2025-03-10
options: merge set_value and set_option
Dylan Baker
2025-03-06
options: delete unused set_subproject_options
Dylan Baker
2025-03-05
options: Remove BuiltinOption class
Dylan Baker
2025-03-05
options: allow readonly to be set in the initializer
Dylan Baker
2025-03-05
options: split UserOption -> Argparse conversion out of BuiltinOption
Dylan Baker
2025-03-05
options: remove BuiltinOption._argparse_choices
Dylan Baker
2025-03-04
OptionStore: remove unused build_options attribute
Dylan Baker
2025-03-04
options: remove get_option_from_meson_file
Dylan Baker
2025-03-04
options: Fix nullability of OptionKey.subproject
Dylan Baker
2025-03-03
options: store the default value in the class
Dylan Baker
2025-03-03
options: use an OptionKey for `get_default_for_b_option`
Dylan Baker
2025-03-01
Remove total_ordering from OptionKey
Charles Brunet
2025-03-01
Replace OptionKey.evolve(...) with specialized functions
Charles Brunet
[prev]
[next]