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-12-19
Make 13.6.0 release to improve aquatic theme
v13.6.0
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 13.4.0 release with error reporting and listnewconfig improvements
v13.4.0
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-11-27
Make 13.3.2 release
v13.3.2
Ulf Magnusson
2019-11-23
Make 13.3.1 release
v13.3.1
Ulf Magnusson
2019-11-19
Make 13.3.0 release with improved header comment customization
v13.3.0
Ulf Magnusson
2019-11-17
Support giving the header path in KCONFIG_AUTOHEADER
Ulf Magnusson
2019-11-17
Make header strings customizable via the environment
Ulf Magnusson
2019-10-29
Make 13.2.0 release with Symbol/Choice.name_and_loc helper
v13.2.0
Ulf Magnusson
2019-10-29
Add public helpers for generating "<name> (defined at ...)" strings
Ulf Magnusson
2019-10-29
Add missing Choice.str_value documentation
Ulf Magnusson
2019-10-10
Make 13.1.1 release
v13.1.1
Ulf Magnusson
2019-10-10
Mention that standard_kconfig() returns the Kconfig instance
Ulf Magnusson
2019-10-10
Make 13.1.0 release
v13.1.0
Ulf Magnusson
2019-10-10
Convert standard_kconfig() to argparse for better feedback
Ulf Magnusson
2019-10-05
Make 13.0.0 release (with Windows packaging change)
v13.0.0
Ulf Magnusson
2019-09-26
Simplify _expand_name_iter() a tiny bit
Ulf Magnusson
2019-09-26
Make 12.14.1 release
v12.14.1
Ulf Magnusson
2019-09-26
Fix handling of parentheses in macro argument values
Ulf Magnusson
2019-09-04
Make 12.14.0 release
v12.14.0
Ulf Magnusson
2019-09-04
Allow preprocessor user functions to access the parsing location
Ulf Magnusson
2019-08-03
Make 12.13.0 release
v12.13.0
Ulf Magnusson
2019-07-05
Pass set literals instead of tuples to frozenset()
Ulf Magnusson
2019-07-04
Clean up Kconfig.__init__() a bit
Ulf Magnusson
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
[next]