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-06-07
genconfig: Code ordering nit
Ulf Magnusson
2019-06-07
Make 12.3.0 release
v12.3.0
Ulf Magnusson
2019-06-07
genconfig: Support generating lists of files and environment vars.
Ulf Magnusson
2019-06-07
dumpvars: Make the output format copy-pasteable
Ulf Magnusson
2019-06-06
Make 12.2.1 release
v12.2.1
Ulf Magnusson
2019-06-06
menuconfig: Fix help display on Python 2
Ulf Magnusson
2019-06-06
Move Linux kernel installation instructions before Python compat. section
Ulf Magnusson
2019-06-06
Make 12.2.0 release
v12.2.0
Ulf Magnusson
2019-06-06
Update sample session in README
Ulf Magnusson
2019-06-06
Add a section on version compatibility to the README
Ulf Magnusson
2019-06-06
Tweak python_requires to 2.7/3.2+
Ulf Magnusson
2019-06-06
Update setup.py now that menuconfig is Python 2-compatible
Ulf Magnusson
2019-06-06
Update various comments now that menuconfig is Python 2-compatible
Ulf Magnusson
2019-06-06
Remove Python 3 menuconfig special-casing from Makefile patch
Ulf Magnusson
2019-06-06
menuconfig: Have hashbang point to 'python' instead of 'python3'
Ulf Magnusson
2019-06-06
menuconfig: Import print_function for Python 2 compatibility
Ulf Magnusson
2019-06-06
menuconfig: Only decode curses.erasechar() on Python 3
Ulf Magnusson
2019-06-06
menuconfig: Fall back on getch() when get_wch() isn't available
Ulf Magnusson
2019-06-06
menuconfig: Get rid of 'nonlocal'
Ulf Magnusson
2019-06-04
Make 12.1.0 release
v12.1.0
Ulf Magnusson
2019-06-04
Mention that the load_config() message is different for replace=False
Ulf Magnusson
2019-06-04
Remove reference to Kconfiglib 1 API
Ulf Magnusson
2019-06-03
Get rid of bare 'except:' in _save_old()
Ulf Magnusson
2019-06-03
Make 12.0.0 release
v12.0.0
Ulf Magnusson
2019-06-03
Improve warning control API (with backwards compatibility)
Ulf Magnusson
2019-06-03
Have load_config() and write_(min_)config() return messages
Ulf Magnusson
2019-06-03
Add kconfiglib.VERSION
Ulf Magnusson
2019-06-01
Make 11.9.1 release
v11.9.1
Ulf Magnusson
2019-06-01
Fix obscure crash with rsource and $srctree pointing to a symlink
Ulf Magnusson
2019-05-31
Make 11.9.0 release
v11.9.0
Ulf Magnusson
2019-05-31
Comment nits
Ulf Magnusson
2019-05-31
Leave unchanged output files untouched
Ulf Magnusson
2019-05-29
Make 11.8.0 release
v11.8.0
Ulf Magnusson
2019-05-29
Split out helper for writing symbols in write_config()
Ulf Magnusson
2019-05-29
Use os.replace() if available in _save_old()
Ulf Magnusson
2019-05-29
Convert docstrings to comments in testsuite.py
Ulf Magnusson
2019-05-28
Make 11.7.0 release
v11.7.0
Ulf Magnusson
2019-05-28
Explain why node_iter() is not a good fit for write_config()
Ulf Magnusson
2019-05-28
Add '# end of <menu>' after menus in .config
Ulf Magnusson
2019-05-28
Touch up write_autoconf() a bit
Ulf Magnusson
2019-05-28
Comment location nit
Ulf Magnusson
2019-05-27
KconfigError-related documentation nits
Ulf Magnusson
2019-05-27
Shorten MenuNode.__str__() a bit
Ulf Magnusson
2019-05-27
Fix "the the" docstring typo
Ulf Magnusson
2019-05-25
Make 11.6.0 release
v11.6.0
Ulf Magnusson
2019-05-25
Use the '<type> "prompt"' shorthand in __str__()
Ulf Magnusson
2019-05-25
Display n/m/y without quotes
Ulf Magnusson
2019-05-25
Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()
Ulf Magnusson
2019-05-24
Consistently put direct deps. last when propagating
Ulf Magnusson
2019-05-24
Touch up style a bit in test suite
Ulf Magnusson
[prev]
[next]