index
:
Kconfiglib.git
main
Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-07
Add screenshots showing incremental search
Ulf Magnusson
2018-05-07
menuconfig: Add incremental regex search and jump-to
Ulf Magnusson
2018-05-03
menuconfig: Scroll to show current menu in menu path
Ulf Magnusson
2018-05-03
menuconfig: Quit immediately when configuration is unchanged
Ulf Magnusson
2018-05-03
menuconfig: Support setting values with [N]/[M]/[Y]
Ulf Magnusson
2018-05-03
menuconfig: Add a mode that shows invisible items
Ulf Magnusson
2018-05-01
Force encoding to UTF-8 by default on Python 3
Ulf Magnusson
2018-05-01
Formatting nits
Ulf Magnusson
2018-05-01
Make 5.0.0 release
v5.0.0
Ulf Magnusson
2018-05-01
Make warnings available in a list
Ulf Magnusson
2018-05-01
Fix link to genrest.py output
Ulf Magnusson
2018-05-01
Make disable_warnings() disable all warnings
Ulf Magnusson
2018-05-01
Make 4.3.0 release
v4.3.0
Ulf Magnusson
2018-05-01
Make 4.2.1 release
v4.2.1
Ulf Magnusson
2018-05-01
Rename examples/menuconfig.py to menuconfig_example.py
Ulf Magnusson
2018-05-01
Fix genrest.py link
Ulf Magnusson
2018-05-01
Add genrest.py from the Zephyr project as an example
Ulf Magnusson
2018-05-01
Formatting fix
Ulf Magnusson
2018-05-01
Fix README formatting
Ulf Magnusson
2018-05-01
Add a terminal menuconfig implementation
Ulf Magnusson
2018-04-25
Give filename and context for UnicodeDecodeError
Ulf Magnusson
2018-04-25
Print a warning for malformed .config lines
Ulf Magnusson
2018-04-19
Add Choice.direct_dep field
Ulf Magnusson
2018-04-11
Add helper for splitting expressions
Ulf Magnusson
2018-04-07
Make 4.2.0 release
v4.2.0
Ulf Magnusson
2018-04-06
Move sanity checking to after _finalize_tree()
Ulf Magnusson
2018-04-05
Set is_menuconfig True on the top menu
Ulf Magnusson
2018-04-04
Code consistency nit
Ulf Magnusson
2018-04-04
Generalize is_menuconfig to non-symbol items
Ulf Magnusson
2018-03-28
Parenthesize && expressions within || expressions
Ulf Magnusson
2018-03-26
Use expr_str() to print selected/implied symbols
Ulf Magnusson
2018-03-26
Refactor expr_str() cases
Ulf Magnusson
2018-03-25
merge_config.py: Clean up name_and_loc_str()
Ulf Magnusson
2018-03-24
Warn if a choice symbol is selected or implied
Ulf Magnusson
2018-03-24
_check_choice_sanity() style nit
Ulf Magnusson
2018-03-24
Rename _name_and_loc_str() to _name_and_loc()
Ulf Magnusson
2018-03-24
Refactor _warn_select_unsatisfied_deps()
Ulf Magnusson
2018-03-24
Remove redundant int/hex user value 'is None' check
Ulf Magnusson
2018-03-23
testsuite.py: Remove redundant enable_warnings() call
Ulf Magnusson
2018-03-23
Warn if user (.config) value is outside of 'range'
Ulf Magnusson
2018-03-22
Remove redundant int/hex user value validity check
Ulf Magnusson
2018-03-20
Add kconfig.py from Zephyr as a real-world example
Ulf Magnusson
2018-03-20
Use iglob() rather than glob()
Ulf Magnusson
2018-03-20
Get rid of local 'prompt' variable
Ulf Magnusson
2018-03-20
Add parent deps to the right in _T_IF
Ulf Magnusson
2018-03-20
_parse_properties() nit
Ulf Magnusson
2018-03-20
Clean up some parent dependency conditionals
Ulf Magnusson
2018-03-20
Reorder _parse_block() parameters
Ulf Magnusson
2018-03-19
Clean up _int_hex_value_is_sane()
Ulf Magnusson
2018-03-19
Clean up _expr_depends_on() a bit
Ulf Magnusson
[next]