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-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
2018-03-19
Simplify _has_auto_menu_dep()
Ulf Magnusson
2018-03-19
Remove empty prompt text check in _flatten()
Ulf Magnusson
2018-03-18
Add print_config_tree.py example script (#42)
Ricardo F
2018-03-17
Make 4.1.0 release
v4.1.0
Ulf Magnusson
2018-03-17
Remove TILE architecture from test suite
Ulf Magnusson
2018-03-16
Link to pymenuconfig
Ulf Magnusson
2018-03-13
Test grsource with nonexistent file
Ulf Magnusson
2018-03-13
Mention rsource and gsource in README
Ulf Magnusson
[next]