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
Age
Commit message (
Expand
)
Author
2017-11-06
Refer to kconfiglib.py for iterative tree walking
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-06
Call it 'kconf' in iscriptconfig too
Ulf Magnusson
2017-11-06
Clean up examples a bit
Ulf Magnusson
2017-11-06
Simplify allyesconfig.py
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-05
Simplify redundant 'is (not) None' tests in examples
Ulf Magnusson
2017-11-05
Simplify allnoconfig.py choice handling
Ulf Magnusson
2017-11-05
Fix find_symbol.py typo
Ulf Magnusson
2017-11-05
Add example that finds references to a symbol
Ulf Magnusson
2017-11-05
Get rid of some more tristate quotes
Ulf Magnusson
2017-11-04
Add symbolic ../kconfiglib.py link to examples/
Ulf Magnusson
2017-11-04
Fix some menuconfig.py typos
Ulf Magnusson
2017-11-04
Add documentation for menuconfig example
Ulf Magnusson
2017-11-04
Optimize tri_value() a bit
Ulf Magnusson
2017-11-04
Fix test suite Python 3 syntax error
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
Fix error in comment
Ulf Magnusson
2017-11-03
Remove outdated comment
Ulf Magnusson
2017-11-03
Remove outdated TODO comment
Ulf Magnusson
2017-11-03
Test .assignable with no modules
Ulf Magnusson
2017-11-03
Add comment to choice .assignable test too
Ulf Magnusson
2017-11-03
Test Choice.assignable, fix for optional choices
Ulf Magnusson
2017-11-03
Add .assignable selftests for choice symbols
Ulf Magnusson
2017-11-03
Fix copy-paste comment error
Ulf Magnusson
2017-11-03
Test .assignable for imply, find C menuconfig bug
Ulf Magnusson
2017-11-03
Add initial selftests for .assignable
Ulf Magnusson
2017-11-03
Test suite nits
Ulf Magnusson
2017-11-02
Clean up choice semantics tests
Ulf Magnusson
2017-11-02
Get rid of some old API compatibility hacks
Ulf Magnusson
2017-11-02
Clean up .kconfig tests
Ulf Magnusson
2017-11-02
Clean up relation test
Ulf Magnusson
2017-11-02
Get rid of separate is_optional test
Ulf Magnusson
2017-11-02
Update choice tests, get rid of some old tests
Ulf Magnusson
2017-11-02
Fix relation tests, remove some outdated tests
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
Specify $(Kconfig) without $(srctree)
Ulf Magnusson
2017-11-02
Update makefile patch
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
2017-11-01
Documentation nits
Ulf Magnusson
[next]