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
2012-12-12
Re-enable set_user_value() warning for symbols with no prompts.
Ulf Magnusson
2012-12-12
Remove redundant check.
Ulf Magnusson
2012-12-12
Use 'type' instead of 'get_type()' internally.
Ulf Magnusson
2012-12-12
Always count non-bool/tristate symbols as 'n' in tristate context.
Ulf Magnusson
2012-12-12
Use is_choice_item_ internally.
Ulf Magnusson
2012-12-11
Revert "Only invalidate if the user value actually changes.".
Ulf Magnusson
2012-12-11
Misc. doc cleanups.
Ulf Magnusson
2012-12-11
Clarify Symbol.get_value().
Ulf Magnusson
2012-12-11
Rename APIs to be more consistent and intuitive.
Ulf Magnusson
2012-12-11
Explain visibility better.
Ulf Magnusson
2012-12-11
Small set_value() clarification.
Ulf Magnusson
2012-12-11
Clarify documentation for set_value() and reset().
Ulf Magnusson
2012-12-11
Remove calc_default_value().
Ulf Magnusson
2012-12-11
Add note about running examples.
Ulf Magnusson
2012-12-11
Make it possible to pass an argument via scriptconfig.
Ulf Magnusson
2012-12-11
Only invalidate if the user value actually changes.
Ulf Magnusson
2012-12-11
Expand set_value() documentation.
Ulf Magnusson
2012-12-11
Make 'source' error message more informative.
Ulf Magnusson
2012-12-11
Update _get_dependent() documentation.
Ulf Magnusson
2012-12-10
Remove some semicolons.
Ulf Magnusson
2012-12-10
Remove _Feed.is_at_end().
Ulf Magnusson
2012-12-10
Register refs. for symbols on the RHS of =/!=.
Ulf Magnusson
2012-12-10
Copy less when searching for symbols.
Ulf Magnusson
2012-12-10
Do less copying of _Blocks.
Ulf Magnusson
2012-12-10
Fix outdated comment.
Ulf Magnusson
2012-12-10
Update references to old Linux versions.
Ulf Magnusson
2012-12-10
Put _make_and/or() globally.
Ulf Magnusson
2012-12-10
Put _get_expr_syms() globally.
Ulf Magnusson
2012-12-10
Simplify dependency generation and improve caching.
Ulf Magnusson
2012-12-09
Clarify purpose of _build_dep().
Ulf Magnusson
2012-12-09
Avoid registering symbols for junk after a T_HELP token.
Ulf Magnusson
2012-12-09
Remove get_sibling_symbols/items().
Ulf Magnusson
2012-12-09
Make get_referenced_symbols() include symbols from ranges.
Ulf Magnusson
2012-12-09
Add note about internal APIs.
Ulf Magnusson
2012-12-09
Clarify _get_dependent() documentation.
Ulf Magnusson
2012-12-09
Spell nit.
Ulf Magnusson
2012-12-09
Make introduction less verbose.
Ulf Magnusson
2012-12-08
Register dependencies from ranges.
Ulf Magnusson
2012-12-08
Avoid getting 'self' as a dependency.
Ulf Magnusson
2012-12-08
Add _get_dependent() note.
Ulf Magnusson
2012-12-08
Reuse cached deps from other symbols in _get_dependent().
Ulf Magnusson
2012-12-08
Cache the list of dependent symbols.
Ulf Magnusson
2012-12-08
Remove warning for assigning to symbol without prompt.
Ulf Magnusson
2012-12-08
Arrange _tokenize() cases by frequency.
Ulf Magnusson
2012-12-07
Use consistent style for tuple unpacking.
Ulf Magnusson
2012-12-07
Use a frozenset for string_lex.
Ulf Magnusson
2012-12-07
Small simplification.
Ulf Magnusson
2012-12-07
Fix get_menus() ordering w.r.t. nested menus.
Ulf Magnusson
2012-12-07
Clarify ordering with get_actual_items().
Ulf Magnusson
2012-12-06
Add Choice.get_help().
Ulf Magnusson
[next]