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
path:
root
/
kconfiglib.py
Age
Commit message (
Expand
)
Author
2019-06-01
Fix obscure crash with rsource and $srctree pointing to a symlink
Ulf Magnusson
2019-05-31
Comment nits
Ulf Magnusson
2019-05-31
Leave unchanged output files untouched
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-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
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-23
Clarify that KconfigSyntaxError = KconfigError in the docs
Ulf Magnusson
2019-05-22
Say "removes" instead of "resets" in the unset_value(s)() docstring
Ulf Magnusson
2019-05-19
Comment nit
Ulf Magnusson
2019-05-11
Clarify direct_dep and dep documentation
Ulf Magnusson
2019-05-10
Improve the 'referenced' docstring
Ulf Magnusson
2019-05-10
Do not set top_node location to location of 'mainmenu' statement
Ulf Magnusson
2019-05-03
guiconfig: Add a Tkinter-based menuconfig
Ulf Magnusson
2019-04-30
Never prepend '.' to $KCONFIG_CONFIG.old
Ulf Magnusson
2019-04-28
Avoid chdir()ing in sync_deps()
Ulf Magnusson
2019-04-28
Remove redundant comment in _auto_menu_dep()
Ulf Magnusson
2019-03-24
Use 'from ... import ...' for os.path and glob stuff
Ulf Magnusson
2019-03-20
Whitespace nit
Ulf Magnusson
2019-03-16
Warn for unquoted argument to 'source', etc.
Ulf Magnusson
2019-03-14
Comment nit
Ulf Magnusson
2019-03-14
Put two blank lines between top-level functions/classes
Ulf Magnusson
2019-03-14
Refactor and optimize type parsing a bit
Ulf Magnusson
2019-03-14
Clarify shutil lazy import
Ulf Magnusson
2019-03-10
Import 'platform' and 'subprocess' as needed
Ulf Magnusson
2019-03-08
Fix typo in kconfig_filenames doc
Ulf Magnusson
2019-03-06
Code formatting nit
Ulf Magnusson
2019-03-06
Give more helpful error messages when files are missing
Ulf Magnusson
2019-02-23
Fix spelling in comment
Ulf Magnusson
2019-02-23
Shorten Symbol/Choice.referenced()
Ulf Magnusson
2019-02-23
Shorten __repr__() and __str__() code a bit
Ulf Magnusson
2019-02-20
Document that kconfig_filenames keeps absolute paths as-is
Ulf Magnusson
2019-01-15
Update copyright years for 2019
Ulf Magnusson
2018-12-24
Warn for '# CONFIG_FOO is not set' when FOO is referenced but undefined
Ulf Magnusson
2018-12-24
menuconfig: Prompt for save if a different .config would be saved
Ulf Magnusson
2018-12-15
Simplify _decoding_error() a bit
Ulf Magnusson
2018-12-15
Fix user-defined preprocessor function example code
Ulf Magnusson
2018-12-15
Improve error for missing endchoice/endif/endmenu
Ulf Magnusson
2018-12-15
Store file.readline in _readline instead of having _file
Ulf Magnusson
2018-12-15
Tighten up _next_line()
Ulf Magnusson
2018-12-15
Check isspace() before EOF in _parse_help()
Ulf Magnusson
[next]