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-02-27
Implement 'rsource' statement ('source' with relative path)
Roman
2018-02-25
Clarify the purpose of _STRING_LEX
Ulf Magnusson
2018-02-25
menuconfig.py: More style and comment nits
Ulf Magnusson
2018-02-25
menuconfig.py: Style and comment nits
Ulf Magnusson
2018-02-23
menuconfig.py: Remove unused STR_TO_TRI import
Ulf Magnusson
2018-02-16
Make 3.1.0 release
v3.1.0
Ulf Magnusson
2018-02-16
Include direct deps. in Symbol/Choice.__str__()
Ulf Magnusson
2018-02-09
oldconfig.py style nits
Ulf Magnusson
2018-02-09
Simplify tri_value_str() in oldconfig.py
Ulf Magnusson
2018-02-09
Simplify visibility check in Choice._get_selection()
Ulf Magnusson
2018-02-08
oldconfig.py comment nit
Ulf Magnusson
2018-02-08
Give hint about recognizing undefined symbols
Ulf Magnusson
2018-02-08
README nit
Ulf Magnusson
2018-02-08
Fix typo in module docstring
Ulf Magnusson
2018-02-08
_parse_expr() docstring nit
Ulf Magnusson
2018-02-08
Make 3.0.0 release
v3.0.0
Ulf Magnusson
2018-02-08
Don't special-case user_value for choice symbols set to y
Ulf Magnusson
2018-02-08
oldconfig.py comment nit
Ulf Magnusson
2018-02-08
Prompt for choices with new visible symbols in oldconfig.py
Ulf Magnusson
2018-02-07
Add back omitted $ARCH != $SRCARCH defconfig tests
Ulf Magnusson
2018-02-07
Give symbol locations in merge_config.py warnings
Ulf Magnusson
2018-02-07
Make 2.7.0 release
v2.7.0
Ulf Magnusson
2018-02-07
Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()
Ulf Magnusson
2018-02-06
Add help text display feature to oldconfig.py
Ulf Magnusson
2018-02-06
Refactor do_oldconfig() slightly
Ulf Magnusson
2018-02-06
Account for earlier symbols depending on later ones in oldconfig.py
Ulf Magnusson
2018-02-06
Consistently use 'kconf' instead of 'conf'
Ulf Magnusson
2018-02-06
Add oldconfig.py example script
Ulf Magnusson
2018-02-03
Add example that finds references to undefined symbols
Ulf Magnusson
2018-02-03
Refactor test suite arch Kconfig loading
Ulf Magnusson
2018-02-03
Set $KERNELVERSION properly in test suite
Ulf Magnusson
2018-01-30
Make 2.6.0 release
v2.6.0
Ulf Magnusson
2018-01-30
Fix warnings printed for test suite
Ulf Magnusson
2018-01-30
Warn if choice symbol has prompt outside choice
Ulf Magnusson
2018-01-29
Warn if a choice symbol has defaults
Ulf Magnusson
2018-01-29
Warn if menuconfig statement has no prompt
Ulf Magnusson
2018-01-29
Give tip about getting rid of warnings
Ulf Magnusson
2018-01-29
Warn if help text is empty
Ulf Magnusson
2018-01-29
Refactor _check_sym_sanity()
Ulf Magnusson
2018-01-29
Move sym.ranges check to end of _check_sym_sanity()
Ulf Magnusson
2018-01-29
Warn if a symbol/choice has multiple prompts
Ulf Magnusson
2018-01-29
Sanity-check range values
Ulf Magnusson
2018-01-29
Improve int/hex sanity checking
Ulf Magnusson
2018-01-28
Warn if a symbol is defined with multiple types
Ulf Magnusson
2018-01-28
Remove redundant is_constant check
Ulf Magnusson
2018-01-28
Add some warnings related to selects and implies
Ulf Magnusson
2018-01-28
Warn if there's more than one help text
Ulf Magnusson
2018-01-28
Add more choice type and prompt sanity checks
Ulf Magnusson
2018-01-28
Refactor post-parsing sanity checking
Ulf Magnusson
2018-01-28
Error out for malformed hex/int/string defaults
Ulf Magnusson
[prev]
[next]