summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-06-14Remove redundant str()Ulf Magnusson
2018-06-14Comment formatting nitUlf Magnusson
2018-06-14Fix MenuNode.referenced() on Kconfig.top_nodeUlf Magnusson
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson
2018-06-13Add MenuNode function that returns referenced itemsUlf Magnusson
2018-06-12Grammar nitUlf Magnusson
2018-06-12Simplify expr_items()Ulf Magnusson
2018-06-12Simplify _make_depend_on() some moreUlf Magnusson
2018-06-12Simplify _make_depend_on()Ulf Magnusson
2018-06-12Replace a 'raise InternalError' with _internal_error()Ulf Magnusson
2018-06-12Remove redundant 'pass' from exception classesUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-06-06standard_config_filename() style nitUlf Magnusson
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-27Make Kconfig._choices publicUlf Magnusson
2018-05-27Get rid of the predefined UNAME_RELEASE symbolUlf Magnusson
2018-05-27Simplify unquoted string default checkUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-25Style nitUlf Magnusson
2018-05-25Warn if quotes are omitted around string defaultsUlf Magnusson
2018-05-19Warn for incompatible uses of 'option env=...'Ulf Magnusson
2018-05-19Micro-optimize help text parsing some moreUlf Magnusson
2018-05-18Get rid of _dedent_rstrip()Ulf Magnusson
2018-05-18Warn if prompt contains leading or trailing whitespaceUlf Magnusson
2018-05-18Restore compatibility with $UNAME_RELEASEUlf Magnusson
2018-05-18Refactor help text parsing loopUlf Magnusson
2018-05-17Move help text parsing into a separate functionUlf Magnusson
2018-05-17Remove SRCARCH-related gotcha from module docstringUlf Magnusson
2018-05-17Factor out adding of promptsUlf Magnusson
2018-05-17Factor out symbol type settingUlf Magnusson
2018-05-17Conditional reversal nitUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-01Force encoding to UTF-8 by default on Python 3Ulf Magnusson
2018-05-01Make warnings available in a listUlf Magnusson
2018-05-01Make disable_warnings() disable all warningsUlf Magnusson
2018-04-25Give filename and context for UnicodeDecodeErrorUlf Magnusson
2018-04-25Print a warning for malformed .config linesUlf Magnusson
2018-04-19Add Choice.direct_dep fieldUlf Magnusson
2018-04-11Add helper for splitting expressionsUlf Magnusson
2018-04-06Move sanity checking to after _finalize_tree()Ulf Magnusson
2018-04-05Set is_menuconfig True on the top menuUlf Magnusson
2018-04-04Code consistency nitUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Use expr_str() to print selected/implied symbolsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-24Warn if a choice symbol is selected or impliedUlf Magnusson