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-07-01
Mention that passing subexpressions to expr_items() works
Ulf Magnusson
2019-07-01
Use STR_TO_TRI for some n/m/y membership tests
Ulf Magnusson
2019-06-28
Remove stray comma in comment
Ulf Magnusson
2019-06-27
Check for a symbol first in _finalize_tree(), and refactor a bit
Ulf Magnusson
2019-06-27
Remove redundant parens in set_value()
Ulf Magnusson
2019-06-25
Make 12.10.0 release
v12.10.0
Ulf Magnusson
2019-06-25
Make choice.set_value() no-change check work for "n"/"m"/"y" strings
Ulf Magnusson
2019-06-24
Make 12.9.0 release
v12.9.0
Ulf Magnusson
2019-06-24
Make 12.8.0 release
v12.8.0
Ulf Magnusson
2019-06-24
Add {Symbol,Choice}.orig_*, corresponding to the MenuNode fields
Ulf Magnusson
2019-06-24
Factor out multiplication in expr_value()
Ulf Magnusson
2019-06-23
Remove some blank lines
Ulf Magnusson
2019-06-23
Make 12.7.0 release
v12.7.0
Ulf Magnusson
2019-06-23
Make REL_TO_STR public
Ulf Magnusson
2019-06-23
Shorten __repr__() functions a bit
Ulf Magnusson
2019-06-23
Whitespace nit
Ulf Magnusson
2019-06-22
Shorten choice parsing a tiny bit
Ulf Magnusson
2019-06-21
Make 12.6.0 release
v12.6.0
Ulf Magnusson
2019-06-21
Clarify that set_value() takes a string for int/hex
Ulf Magnusson
2019-06-21
Make set_value() no-change check work for "n"/"m"/"y" strings
Ulf Magnusson
2019-06-21
Clean up _load_config() a bit
Ulf Magnusson
2019-06-15
Make 12.5.0 release
v12.5.0
Ulf Magnusson
2019-06-15
Move .close() to a better spot in _leave_file()
Ulf Magnusson
2019-06-13
Hint towards sym.config_string where _write_to_conf is used
Ulf Magnusson
2019-06-09
Replace os.environ.get() with os.getenv()
Ulf Magnusson
2019-06-09
Make 12.4.0 release
v12.4.0
Ulf Magnusson
2019-06-09
Move macro-related $ later in regexes
Ulf Magnusson
2019-06-09
Give the 'source ...' line being parsed when a file can't be opened
Ulf Magnusson
2019-06-09
Move self._line setting into _tokenize()
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-06
Make 12.2.1 release
v12.2.1
Ulf Magnusson
2019-06-06
Make 12.2.0 release
v12.2.0
Ulf Magnusson
2019-06-06
Update various comments now that menuconfig is Python 2-compatible
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-03
Get rid of bare 'except:' in _save_old()
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
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
[prev]
[next]