index
:
Kconfiglib.git
main
Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-21
Link Zephyr's kconfig.py from merge_config.py example
Ulf Magnusson
2018-11-21
Remove message re. Kconfiglib 10 backwards compat. break
Ulf Magnusson
2018-11-21
Use 'foo.__class__ is Bar' instead of 'isinstance(foo, Bar)'
Ulf Magnusson
2018-11-18
Make 10.22.1 release
v10.22.1
Ulf Magnusson
2018-11-18
sync_deps() docstring format nit
Ulf Magnusson
2018-11-18
menuconfig: Never snap scroll back to max_scroll
Ulf Magnusson
2018-11-18
menuconfig: Tighten up _shown_nodes() a bit
Ulf Magnusson
2018-11-18
menuconfig: Get rid of a temporary list in the jump-to implemenation
Ulf Magnusson
2018-11-17
Link Kconfig tips page in README
Ulf Magnusson
2018-11-17
Make 10.22.0 release
v10.22.0
Ulf Magnusson
2018-11-17
Add support for KCONFIG_ALLCONFIG
Ulf Magnusson
2018-11-17
Kconfig formatting nit in docstring
Ulf Magnusson
2018-11-17
Remove outdated comment in eval_string()
Ulf Magnusson
2018-11-07
Make 10.21.0 release
v10.21.0
Ulf Magnusson
2018-11-07
menuconfig: Support HOME and END in the jump-to dialog
Ulf Magnusson
2018-11-07
Add a fast path for string parsing
Ulf Magnusson
2018-11-06
Comment nit
Ulf Magnusson
2018-11-06
Always strip trailing whitespace in 'MenuNode.help' and __str__()
Ulf Magnusson
2018-11-06
Whitespace nit
Ulf Magnusson
2018-11-04
Comment grammar nit
Ulf Magnusson
2018-11-04
Make 10.20.0 release
v10.20.0
Ulf Magnusson
2018-11-04
menuconfig: Move cursor to choice selection when entering choices
Ulf Magnusson
2018-11-03
Make UNKNOWN falsy
Ulf Magnusson
2018-11-02
Make 10.19.1 release
v10.19.1
Ulf Magnusson
2018-11-02
menuconfig: Fix crash when toggling symbols without a type
Ulf Magnusson
2018-11-02
Fix removal of multiple consecutive 'if' nodes
Ulf Magnusson
2018-11-01
Make 10.19.0 release
v10.19.0
Ulf Magnusson
2018-11-01
Don't show backtraces for expected exceptions in tools
Ulf Magnusson
2018-11-01
Refactor _remove_ifs()
Ulf Magnusson
2018-11-01
menuconfig: Add quotes around filename for .config loading errors
Ulf Magnusson
2018-10-31
Make 10.18.0 release
v10.18.0
Ulf Magnusson
2018-10-31
Make errno/strerror/filename available on IOError
Ulf Magnusson
2018-10-30
Simplify _INIT_SRCTREE_NOTE definition
Ulf Magnusson
2018-10-30
Remove no longer needed 'node.item is None' tests
Ulf Magnusson
2018-10-28
Replace 'indent == 0' with 'not indent'
Ulf Magnusson
2018-10-28
Have MENU and COMMENT match _T_MENU and _T_COMMENT
Ulf Magnusson
2018-10-28
Shorten exception class definitions a bit
Ulf Magnusson
2018-10-28
Remove leftover comment in _add_choice_deps()
Ulf Magnusson
2018-10-28
Micro-optimize dependency loop checking
Ulf Magnusson
2018-10-26
Make 10.17.0 release
v10.17.0
Ulf Magnusson
2018-10-26
Support enabling the assignment-to-undef. symbol warning via the environment
Ulf Magnusson
2018-10-25
Move _is_num() into _check_undef_syms()
Ulf Magnusson
2018-10-22
Make 10.16.0 release
v10.16.0
Ulf Magnusson
2018-10-22
Use standard_sc_expr_str() in _name_and_loc()
Ulf Magnusson
2018-10-22
menuconfig: Mention jump-to in info dialog help
Ulf Magnusson
2018-10-22
Move _check_sym/choice_sanity() into the Kconfig class
Ulf Magnusson
2018-10-22
Micro-optimize _make_depend_on() calls
Ulf Magnusson
2018-10-21
Make 10.15.0 release
v10.15.0
Ulf Magnusson
2018-10-21
Allow programmatically expanding preprocessor functions with args
Ulf Magnusson
2018-10-21
Test _parse_block() blank line case earlier
Ulf Magnusson
[prev]
[next]