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
2018-01-05
Don't write out 'option env' symbols to C header
Ulf Magnusson
2018-01-05
Implement autoconf.h generation
Carles Cufi
2017-12-15
Make it clear that makefile.patch needs -p1
Ulf Magnusson
2017-11-27
Fix typo in comment: s/T_IF/_T_IF/
Ulf Magnusson
2017-11-26
Fix _lookup_sym() docstring typo
Ulf Magnusson
2017-11-24
Simplify _T_IF choice check
Ulf Magnusson
2017-11-18
Fix typo in comment
Ulf Magnusson
2017-11-18
Tokenize in _next_line()
Ulf Magnusson
2017-11-17
Check for type first when parsing properties
Ulf Magnusson
2017-11-17
Simplify _parse_properties() loop
Ulf Magnusson
2017-11-13
Micro-optimize Symbol.__init__() a bit
Ulf Magnusson
2017-11-13
Add a Choice._get_selection() helper
Ulf Magnusson
2017-11-12
Simplify licensing
Ulf Magnusson
2017-11-12
Make 'option env' parsing saner
Ulf Magnusson
2017-11-11
Remove more accidental RST formatting in docstring
Ulf Magnusson
2017-11-11
Remove outdated choice invalidation comment
Ulf Magnusson
2017-11-11
Micro-optimize write_config() a bit
Ulf Magnusson
2017-11-11
Rename _already_written to _written
Ulf Magnusson
2017-11-11
Get rid of _get_config_strings()
Ulf Magnusson
2017-11-10
Remove accidental RST formatting in docstring
Ulf Magnusson
2017-11-10
Fix misleading invalidation comment
Ulf Magnusson
2017-11-10
Fix a few typos
Ulf Magnusson
2017-11-10
Simplify m->y visibility promotion
Ulf Magnusson
2017-11-09
Reenable accidentally disabled no-prompt warning
Ulf Magnusson
2017-11-09
Remove left-over misleading property comment
Ulf Magnusson
2017-11-07
Update documentation to sync. with updated README
Ulf Magnusson
2017-11-07
s/overriden/overridden/
Ulf Magnusson
2017-11-07
Polish Symbol, Choice, and MenuNode docs
Ulf Magnusson
2017-11-06
Simplify n/m/y to constant symbol translation
Ulf Magnusson
2017-11-06
Get rid of Choice.default_selection
Ulf Magnusson
2017-11-06
Polish some Symbol and Choice docs
Ulf Magnusson
2017-11-06
Polish the module documentation
Ulf Magnusson
2017-11-06
Rename _RELATION_TO_STR to _REL_TO_STR
Ulf Magnusson
2017-11-06
Use 'sym' instead of 'item' in choice-related loop
Ulf Magnusson
2017-11-06
Remove redundant n/m/y._cached_str_val assignments
Ulf Magnusson
2017-11-06
Remove redundant 'is not None' test
Ulf Magnusson
2017-11-06
Rename variable from 'add_fn' to 'append'
Ulf Magnusson
2017-11-05
Add invalidation warning to Choice.selection
Ulf Magnusson
2017-11-05
Simplify redundant 'is (not) None' tests
Ulf Magnusson
2017-11-04
Optimize tri_value() a bit
Ulf Magnusson
2017-11-04
Add menuconfig example/proof of concept
Ulf Magnusson
2017-11-04
Don't put 0 in .assignable for y-mode choice syms
Ulf Magnusson
2017-11-04
Return False from set_value() for invalid values
Ulf Magnusson
2017-11-03
Test Choice.assignable, fix for optional choices
Ulf Magnusson
2017-11-03
Add initial selftests for .assignable
Ulf Magnusson
2017-11-02
Always save user values if they're valid
Ulf Magnusson
2017-11-02
Don't set promptless symbols when loading .config
Ulf Magnusson
2017-11-02
Do not invalidate everything when loading .configs
Ulf Magnusson
2017-11-01
Emulate 'range' internals closer
Ulf Magnusson
2017-11-01
Clean up printing code a bit
Ulf Magnusson
[next]