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-04
_name_special_search regex consistency nit
Ulf Magnusson
2019-07-04
Turn mainmenu_text into a @property
Ulf Magnusson
2019-07-04
Indent nit
Ulf Magnusson
2019-07-04
Rename _warn_no_prompt to _warn_assign_no_prompt
Ulf Magnusson
2019-07-02
Make 12.12.1 release
v12.12.1
Ulf Magnusson
2019-07-02
setconfig: Use 'orig_type' instead of 'type' in error message
Ulf Magnusson
2019-07-02
Make 12.12.0 release
v12.12.0
Ulf Magnusson
2019-07-02
Catch EnvironmentError instead of OSError/IOError
Ulf Magnusson
2019-07-01
Rename Choice._get_selection_from_defaults() to _selection_from_defaults()
Ulf Magnusson
2019-07-01
Remove redundant comment
Ulf Magnusson
2019-07-01
Remove redundant parens
Ulf Magnusson
2019-07-01
Get rid of some STRING/INT/HEX tests
Ulf Magnusson
2019-07-01
Merge orig_type and _visited assignments in constructors
Ulf Magnusson
2019-07-01
Make 12.11.0 release
v12.11.0
Ulf Magnusson
2019-07-01
Improve code formatting in expression parsing functions
Ulf Magnusson
2019-07-01
Make MenuNode.filename documentation more accurate re. absolute paths
Ulf Magnusson
2019-07-01
Replace some if's with ifs in docs
Ulf Magnusson
2019-07-01
Simplify eval_string() docstring re. syntax errors
Ulf Magnusson
2019-07-01
Mention that the 'encoding' parameter is also used for $(shell)
Ulf Magnusson
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
[next]