summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
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
2018-03-24_check_choice_sanity() style nitUlf Magnusson
2018-03-24Rename _name_and_loc_str() to _name_and_loc()Ulf Magnusson
2018-03-24Refactor _warn_select_unsatisfied_deps()Ulf Magnusson
2018-03-24Remove redundant int/hex user value 'is None' checkUlf Magnusson
2018-03-23Warn if user (.config) value is outside of 'range'Ulf Magnusson
2018-03-22Remove redundant int/hex user value validity checkUlf Magnusson
2018-03-20Use iglob() rather than glob()Ulf Magnusson
2018-03-20Get rid of local 'prompt' variableUlf Magnusson
2018-03-20Add parent deps to the right in _T_IFUlf Magnusson
2018-03-20_parse_properties() nitUlf Magnusson
2018-03-20Clean up some parent dependency conditionalsUlf Magnusson
2018-03-20Reorder _parse_block() parametersUlf Magnusson
2018-03-19Clean up _int_hex_value_is_sane()Ulf Magnusson
2018-03-19Clean up _expr_depends_on() a bitUlf Magnusson
2018-03-19Simplify _has_auto_menu_dep()Ulf Magnusson
2018-03-19Remove empty prompt text check in _flatten()Ulf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-11Properly remember y user values for choice symbolsUlf Magnusson
2018-03-05Use comments instead of docstrings for internal functionsUlf Magnusson
2018-03-05Move 'val' initialization a bit later in tri_value()Ulf Magnusson
2018-03-05Remove _get_* prefix from internal worker functionsUlf Magnusson
2018-03-05Fix defconfig_list-related comment typoUlf Magnusson
2018-03-05Do not write the defconfig_list symbol to .configUlf Magnusson
2018-03-05Simplify sync_deps() value testsUlf Magnusson
2018-03-03_write_old_vals() consistency nitUlf Magnusson
2018-03-03Simplify initial auto.conf setupUlf Magnusson
2018-03-03Accept existing directory with no auto.conf in sync_deps()Ulf Magnusson
2018-03-01Simplify _parse_factor() error handlingUlf Magnusson
2018-03-01Give .config location in invalid bool/tristate value warningUlf Magnusson
2018-03-01Make expression type constants equal their corresponding tokensUlf Magnusson
2018-03-01Only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson
2018-02-28More sync_deps() docstring nitsUlf Magnusson
2018-02-28sync_deps() docstring nitUlf Magnusson
2018-02-28Rename _sync_sym_files() to _sync_deps()Ulf Magnusson