summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-11-23Clarify that select/imply is a no-op for choice symbolsUlf Magnusson
2018-11-23Flag extra trailing tokens in all contextsUlf Magnusson
2018-11-23Get rid of _next_token() and _peek_token()Ulf Magnusson
2018-11-21Make quotes consistent in parse error messagesUlf Magnusson
2018-11-21Remove message re. Kconfiglib 10 backwards compat. breakUlf Magnusson
2018-11-21Use 'foo.__class__ is Bar' instead of 'isinstance(foo, Bar)'Ulf Magnusson
2018-11-18sync_deps() docstring format nitUlf Magnusson
2018-11-17Add support for KCONFIG_ALLCONFIGUlf Magnusson
2018-11-17Kconfig formatting nit in docstringUlf Magnusson
2018-11-17Remove outdated comment in eval_string()Ulf Magnusson
2018-11-07Add a fast path for string parsingUlf Magnusson
2018-11-06Comment nitUlf Magnusson
2018-11-06Always strip trailing whitespace in 'MenuNode.help' and __str__()Ulf Magnusson
2018-11-06Whitespace nitUlf Magnusson
2018-11-03Make UNKNOWN falsyUlf Magnusson
2018-11-02Fix removal of multiple consecutive 'if' nodesUlf Magnusson
2018-11-01Don't show backtraces for expected exceptions in toolsUlf Magnusson
2018-11-01Refactor _remove_ifs()Ulf Magnusson
2018-10-31Make errno/strerror/filename available on IOErrorUlf Magnusson
2018-10-30Simplify _INIT_SRCTREE_NOTE definitionUlf Magnusson
2018-10-30Remove no longer needed 'node.item is None' testsUlf Magnusson
2018-10-28Replace 'indent == 0' with 'not indent'Ulf Magnusson
2018-10-28Have MENU and COMMENT match _T_MENU and _T_COMMENTUlf Magnusson
2018-10-28Shorten exception class definitions a bitUlf Magnusson
2018-10-28Remove leftover comment in _add_choice_deps()Ulf Magnusson
2018-10-28Micro-optimize dependency loop checkingUlf Magnusson
2018-10-26Support enabling the assignment-to-undef. symbol warning via the environmentUlf Magnusson
2018-10-25Move _is_num() into _check_undef_syms()Ulf Magnusson
2018-10-22Use standard_sc_expr_str() in _name_and_loc()Ulf Magnusson
2018-10-22Move _check_sym/choice_sanity() into the Kconfig classUlf Magnusson
2018-10-22Micro-optimize _make_depend_on() callsUlf Magnusson
2018-10-21Allow programmatically expanding preprocessor functions with argsUlf Magnusson
2018-10-21Test _parse_block() blank line case earlierUlf Magnusson
2018-10-21Sort _parse_properties() cases by frequencyUlf Magnusson
2018-10-21Simplify node->item property copyingUlf Magnusson
2018-10-16Make Kconfig.choices match its descriptionUlf Magnusson
2018-10-15Fix typo in _add_props_to_sc() commentUlf Magnusson
2018-10-13Add some hints re. generating custom configuration outputUlf Magnusson
2018-10-08_shell_fn() comment nitUlf Magnusson
2018-10-08Remove redundant elifs in expr_value()Ulf Magnusson
2018-10-07Remove useless local variable in _parse_factor()Ulf Magnusson
2018-10-06Clean up naming in expr_value()Ulf Magnusson
2018-10-06Use a common variable name for deps in tri_valueUlf Magnusson
2018-10-06Hint that load_config() with replace=False is for mergingUlf Magnusson
2018-10-03Fix parse error message on the line after help textsUlf Magnusson
2018-10-02Clean up documentation a bit re. named choiceUlf Magnusson
2018-10-02__slots__ formatting consistency nitUlf Magnusson
2018-10-01Don't set filename and linenr on 'if' menu nodesUlf Magnusson
2018-09-29Clarify node_iter() documentation re. iteration orderUlf Magnusson
2018-09-29Refactor parsing to get rid of _saved_lineUlf Magnusson