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