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
path:
root
/
kconfiglib.py
Age
Commit message (
Expand
)
Author
2018-03-13
Add a globbing source statement
Ulf Magnusson
2018-03-11
Add minimal configuration file generation support
Ulf Magnusson
2018-03-11
Properly remember y user values for choice symbols
Ulf Magnusson
2018-03-05
Use comments instead of docstrings for internal functions
Ulf Magnusson
2018-03-05
Move 'val' initialization a bit later in tri_value()
Ulf Magnusson
2018-03-05
Remove _get_* prefix from internal worker functions
Ulf Magnusson
2018-03-05
Fix defconfig_list-related comment typo
Ulf Magnusson
2018-03-05
Do not write the defconfig_list symbol to .config
Ulf Magnusson
2018-03-05
Simplify sync_deps() value tests
Ulf Magnusson
2018-03-03
_write_old_vals() consistency nit
Ulf Magnusson
2018-03-03
Simplify initial auto.conf setup
Ulf Magnusson
2018-03-03
Accept existing directory with no auto.conf in sync_deps()
Ulf Magnusson
2018-03-01
Simplify _parse_factor() error handling
Ulf Magnusson
2018-03-01
Give .config location in invalid bool/tristate value warning
Ulf Magnusson
2018-03-01
Make expression type constants equal their corresponding tokens
Ulf Magnusson
2018-03-01
Only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
2018-02-28
More sync_deps() docstring nits
Ulf Magnusson
2018-02-28
sync_deps() docstring nit
Ulf Magnusson
2018-02-28
Rename _sync_sym_files() to _sync_deps()
Ulf Magnusson
2018-02-28
Add support for incremental builds
Ulf Magnusson
2018-02-28
Remove small write_{config,autoconf}() optimizations
Ulf Magnusson
2018-02-28
Return "" for unwritten symbols in Symbol.config_string
Ulf Magnusson
2018-02-27
Move sym._written setting earlier
Ulf Magnusson
2018-02-27
Implement 'rsource' statement ('source' with relative path)
Roman
2018-02-25
Clarify the purpose of _STRING_LEX
Ulf Magnusson
2018-02-16
Include direct deps. in Symbol/Choice.__str__()
Ulf Magnusson
2018-02-09
Simplify visibility check in Choice._get_selection()
Ulf Magnusson
2018-02-08
Give hint about recognizing undefined symbols
Ulf Magnusson
2018-02-08
Fix typo in module docstring
Ulf Magnusson
2018-02-08
_parse_expr() docstring nit
Ulf Magnusson
2018-02-08
Don't special-case user_value for choice symbols set to y
Ulf Magnusson
2018-02-07
Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()
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
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
2018-01-28
Add some post-parsing warnings
Ulf Magnusson
2018-01-28
Give symbol definition location(s) in warnings
Ulf Magnusson
[next]