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
2025-10-20
kconfiglib: track origin for symbol values
Luca Burelli
2025-10-20
kconfiglib: add loc to reverse dependencies
Luca Burelli
2025-10-20
kconfiglib: add 'user_loc' to Symbol and Choice classes
Luca Burelli
2025-10-20
kconfiglib: refactor Kconfig._warn() to use 'loc'
Luca Burelli
2025-10-20
kconfiglib: node: add 'loc' attribute
Luca Burelli
2025-09-23
ci: use ubuntu-22.04 runner for python 3.9 testing
Benjamin Cabé
2025-09-23
ci: do not test on EOL Python versions
Benjamin Cabé
2024-10-04
Bump to v1.14.1a4
v14.1.1a4
Stephanos Ioannidis
2024-10-04
setup.py: Add Python 3.9-3.12 classifiers
Stephanos Ioannidis
2024-10-04
ci: Add PyPI release workflow
Stephanos Ioannidis
2024-10-04
Update various outdated links and contact information
Stephanos Ioannidis
2024-10-04
README: Update links to point to zephyrproject-rtos repo
Stephanos Ioannidis
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
[next]