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-12-24
Warn for '# CONFIG_FOO is not set' when FOO is referenced but undefined
Ulf Magnusson
2018-12-24
menuconfig: Prompt for save if a different .config would be saved
Ulf Magnusson
2018-12-15
Simplify _decoding_error() a bit
Ulf Magnusson
2018-12-15
Fix user-defined preprocessor function example code
Ulf Magnusson
2018-12-15
Improve error for missing endchoice/endif/endmenu
Ulf Magnusson
2018-12-15
Store file.readline in _readline instead of having _file
Ulf Magnusson
2018-12-15
Tighten up _next_line()
Ulf Magnusson
2018-12-15
Check isspace() before EOF in _parse_help()
Ulf Magnusson
2018-12-09
Clarify that load_config()'s filename argument defaults to None
Ulf Magnusson
2018-12-08
_save_old() code nits
Ulf Magnusson
2018-12-08
Simplify 'verbose' check in write_config()
Ulf Magnusson
2018-12-08
Preserve symlinks when writing .config.old files
Ulf Magnusson
2018-12-08
Make {load,write}_config(filename=None) implement the standard behavior
Ulf Magnusson
2018-12-08
Save existing configuration to .<filename>.old in write_config()
Ulf Magnusson
2018-12-07
Rename 'val_sym' to 'sym' in str_value()
Ulf Magnusson
2018-12-07
Remove _internal_error()
Ulf Magnusson
2018-12-01
Flag removed symbols as changed in sync_deps()
Ulf Magnusson
2018-12-01
Tighten up help text parsing
Ulf Magnusson
2018-11-26
Reorder some tuples to put y first
Ulf Magnusson
2018-11-26
Speed up more token membership tests
Ulf Magnusson
2018-11-25
Whitespace nit
Ulf Magnusson
2018-11-25
Speed up some token tests
Ulf Magnusson
2018-11-25
Move _TOKEN_TO_TYPE conversion into _set_type()
Ulf Magnusson
2018-11-24
Use constants when _tokens_i is known
Ulf Magnusson
2018-11-24
Simplify eval_string() a bit
Ulf Magnusson
2018-11-24
Optimize fetching of initial token on line
Ulf Magnusson
2018-11-23
Clarify that select/imply is a no-op for choice symbols
Ulf Magnusson
2018-11-23
Flag extra trailing tokens in all contexts
Ulf Magnusson
2018-11-23
Get rid of _next_token() and _peek_token()
Ulf Magnusson
2018-11-21
Make quotes consistent in parse error messages
Ulf Magnusson
2018-11-21
Remove message re. Kconfiglib 10 backwards compat. break
Ulf Magnusson
2018-11-21
Use 'foo.__class__ is Bar' instead of 'isinstance(foo, Bar)'
Ulf Magnusson
2018-11-18
sync_deps() docstring format nit
Ulf Magnusson
2018-11-17
Add support for KCONFIG_ALLCONFIG
Ulf Magnusson
2018-11-17
Kconfig formatting nit in docstring
Ulf Magnusson
2018-11-17
Remove outdated comment in eval_string()
Ulf Magnusson
2018-11-07
Add a fast path for string parsing
Ulf Magnusson
2018-11-06
Comment nit
Ulf Magnusson
2018-11-06
Always strip trailing whitespace in 'MenuNode.help' and __str__()
Ulf Magnusson
2018-11-06
Whitespace nit
Ulf Magnusson
2018-11-03
Make UNKNOWN falsy
Ulf Magnusson
2018-11-02
Fix removal of multiple consecutive 'if' nodes
Ulf Magnusson
2018-11-01
Don't show backtraces for expected exceptions in tools
Ulf Magnusson
2018-11-01
Refactor _remove_ifs()
Ulf Magnusson
2018-10-31
Make errno/strerror/filename available on IOError
Ulf Magnusson
2018-10-30
Simplify _INIT_SRCTREE_NOTE definition
Ulf Magnusson
2018-10-30
Remove no longer needed 'node.item is None' tests
Ulf Magnusson
2018-10-28
Replace 'indent == 0' with 'not indent'
Ulf Magnusson
2018-10-28
Have MENU and COMMENT match _T_MENU and _T_COMMENT
Ulf Magnusson
2018-10-28
Shorten exception class definitions a bit
Ulf Magnusson
[prev]
[next]