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
2019-12-22
Make 13.7.0 release
v13.7.0
Ulf Magnusson
2019-12-22
Remove redundant 'node.next = None' assignment for the last node in a file
Ulf Magnusson
2019-12-22
Add "error: " to the error message for a missing endchoice/endif/endmenu
Ulf Magnusson
2019-12-21
Fix typo in comment
Ulf Magnusson
2019-12-19
Make 13.6.0 release to improve aquatic theme
v13.6.0
Ulf Magnusson
2019-12-19
menuconfig: Improve look and readability of the aquatic theme
Ulf Magnusson
2019-12-17
Pass 'node.item' instead of 'node' to Kconfig._set_type()
Ulf Magnusson
2019-12-17
Make 13.5.0 release to include script name for suppress_traceback=True
v13.5.0
Ulf Magnusson
2019-12-17
Include sys.argv[0] in error messages when suppress_traceback=True
Ulf Magnusson
2019-12-17
Remove pointless return in Kconfig.__init__()
Ulf Magnusson
2019-12-17
Rename _make_depend_on() to _depend_on()
Ulf Magnusson
2019-12-17
Rename _parse_properties() to _parse_props()
Ulf Magnusson
2019-12-14
Make link to Kconfig tips page easier to spot
Ulf Magnusson
2019-12-14
Make 13.4.0 release with error reporting and listnewconfig improvements
v13.4.0
Ulf Magnusson
2019-12-14
listnewconfig: Add option for showing help texts
Ulf Magnusson
2019-12-14
Make genconfig and standard_kconfig() consistent
Ulf Magnusson
2019-12-14
Include "error: " in parsing error messages
Ulf Magnusson
2019-12-14
Add Kconfig.__init__() helper flag for suppressing tracebacks
Ulf Magnusson
2019-12-14
Add a member function version of load_allconfig()
Ulf Magnusson
2019-12-14
Mention that esp-idf uses Kconfiglib
Ulf Magnusson
2019-12-11
Update links to Kconfig tips page in README
Ulf Magnusson
2019-11-27
Make 13.3.2 release
v13.3.2
Ulf Magnusson
2019-11-27
menuconfig: Ignore errors from use_default_colors()
Ulf Magnusson
2019-11-27
menuconfig: Rename _STYLE_STD_COLORS to _NAMED_COLORS
Ulf Magnusson
2019-11-27
menuconfig: Reuse _IS_WINDOWS for curses import error check
Ulf Magnusson
2019-11-27
menuconfig: Ignore MENUCONFIG_STYLE on non-color terminals
Ulf Magnusson
2019-11-23
Make 13.3.1 release
v13.3.1
Ulf Magnusson
2019-11-23
menuconfig: Avoid the non-ANSI 'brightwhite' color in the aquatic theme
Ulf Magnusson
2019-11-23
menuconfig: Check that bright named colors are < curses.COLORS
Ulf Magnusson
2019-11-20
genconfig: Add tip re. defining multi-line variables in makefiles
Ulf Magnusson
2019-11-19
Make 13.3.0 release with improved header comment customization
v13.3.0
Ulf Magnusson
2019-11-17
Support giving the header path in KCONFIG_AUTOHEADER
Ulf Magnusson
2019-11-17
Make header strings customizable via the environment
Ulf Magnusson
2019-10-29
Make 13.2.0 release with Symbol/Choice.name_and_loc helper
v13.2.0
Ulf Magnusson
2019-10-29
Add public helpers for generating "<name> (defined at ...)" strings
Ulf Magnusson
2019-10-29
Add missing Choice.str_value documentation
Ulf Magnusson
2019-10-10
Link RST versions of Kconfig documentation
Ulf Magnusson
2019-10-10
Make 13.1.1 release
v13.1.1
Ulf Magnusson
2019-10-10
Mention that standard_kconfig() returns the Kconfig instance
Ulf Magnusson
2019-10-10
allnoconfig: Comment nit
Ulf Magnusson
2019-10-10
Make 13.1.0 release
v13.1.0
Ulf Magnusson
2019-10-10
testsuite: Remove unused imports
Ulf Magnusson
2019-10-10
guiconfig: Check for visible nodes before turning off show-all in full-tree mode
Ulf Magnusson
2019-10-10
Convert standard_kconfig() to argparse for better feedback
Ulf Magnusson
2019-10-09
menuconfig: _sorted_sc_nodes() code formatting nit
Ulf Magnusson
2019-10-05
Mention that menuconfig shows windows-curses hint in README
Ulf Magnusson
2019-10-05
Make 13.0.0 release (with Windows packaging change)
v13.0.0
Ulf Magnusson
2019-10-05
menuconfig: Give hint when 'curses' can't be imported on Windows
Ulf Magnusson
2019-10-05
Do not automatically install windows-curses on Windows
Ulf Magnusson
2019-10-05
Mention that the header is sorted by definition location
Ulf Magnusson
[next]