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
2024-10-04
ci: test: Run macOS Python 3.7 test on macos-12
Stephanos Ioannidis
2024-10-04
ci: Make workflow concurrency identifier unique
Stephanos Ioannidis
2024-10-04
ci: Add Python package workflow
Stephanos Ioannidis
2024-10-04
ci: Add Python test workflow
Stephanos Ioannidis
2024-10-04
reltest: Support custom Python executables
Stephanos Ioannidis
2020-01-31
Make 14.1.0 release to return message string from Kconfig.write_autoconf()
v14.1.0
Ulf Magnusson
2020-01-31
Return a message from Kconfig.write_autoconf()
Ulf Magnusson
2020-01-24
Make 14.0.0 release to use 'python3' in hashbangs
v14.0.0
Ulf Magnusson
2020-01-24
Use 'python3' instead of 'python' in hashbangs
Ulf Magnusson
2020-01-12
Make 13.7.1 release to work around macOS menuconfig resizing crash
v13.7.1
Ulf Magnusson
2020-01-12
menuconfig: Work around crash on resize on some macOS systems
Ulf Magnusson
2020-01-12
Fix _parse_block() comment re. next pointer
Ulf Magnusson
2020-01-12
Remove heavy page warning for Kconfig symbol reference in Zephyr
Ulf Magnusson
2020-01-12
guiconfig: Shorten _sorted_sc_nodes() a bit
Ulf Magnusson
2020-01-12
Make help for Kconfig file argument consistent in tools
Ulf Magnusson
2020-01-12
menuconfig: Remove some double blank lines
Ulf Magnusson
2020-01-12
Put some comments at the end of lines.
Ulf Magnusson
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
[next]