summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-21menuconfig: Print '----' instead of '---> (empty)'Ulf Magnusson
2018-11-21Link Zephyr's kconfig.py from merge_config.py exampleUlf 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-18Make 10.22.1 releasev10.22.1Ulf Magnusson
2018-11-18sync_deps() docstring format nitUlf Magnusson
2018-11-18menuconfig: Never snap scroll back to max_scrollUlf Magnusson
2018-11-18menuconfig: Tighten up _shown_nodes() a bitUlf Magnusson
2018-11-18menuconfig: Get rid of a temporary list in the jump-to implemenationUlf Magnusson
2018-11-17Link Kconfig tips page in READMEUlf Magnusson
2018-11-17Make 10.22.0 releasev10.22.0Ulf 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-07Make 10.21.0 releasev10.21.0Ulf Magnusson
2018-11-07menuconfig: Support HOME and END in the jump-to dialogUlf 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-04Comment grammar nitUlf Magnusson
2018-11-04Make 10.20.0 releasev10.20.0Ulf Magnusson
2018-11-04menuconfig: Move cursor to choice selection when entering choicesUlf Magnusson
2018-11-03Make UNKNOWN falsyUlf Magnusson
2018-11-02Make 10.19.1 releasev10.19.1Ulf Magnusson
2018-11-02menuconfig: Fix crash when toggling symbols without a typeUlf Magnusson
2018-11-02Fix removal of multiple consecutive 'if' nodesUlf Magnusson
2018-11-01Make 10.19.0 releasev10.19.0Ulf Magnusson
2018-11-01Don't show backtraces for expected exceptions in toolsUlf Magnusson
2018-11-01Refactor _remove_ifs()Ulf Magnusson
2018-11-01menuconfig: Add quotes around filename for .config loading errorsUlf Magnusson
2018-10-31Make 10.18.0 releasev10.18.0Ulf 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-26Make 10.17.0 releasev10.17.0Ulf 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-22Make 10.16.0 releasev10.16.0Ulf Magnusson
2018-10-22Use standard_sc_expr_str() in _name_and_loc()Ulf Magnusson
2018-10-22menuconfig: Mention jump-to in info dialog helpUlf Magnusson
2018-10-22Move _check_sym/choice_sanity() into the Kconfig classUlf Magnusson
2018-10-22Micro-optimize _make_depend_on() callsUlf Magnusson
2018-10-21Make 10.15.0 releasev10.15.0Ulf Magnusson
2018-10-21Allow programmatically expanding preprocessor functions with argsUlf Magnusson