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
2012-12-12
Re-enable set_user_value() warning for symbols with no prompts.
Ulf Magnusson
2012-12-12
Remove redundant check.
Ulf Magnusson
2012-12-12
Use 'type' instead of 'get_type()' internally.
Ulf Magnusson
2012-12-12
Always count non-bool/tristate symbols as 'n' in tristate context.
Ulf Magnusson
2012-12-12
Use is_choice_item_ internally.
Ulf Magnusson
2012-12-11
Revert "Only invalidate if the user value actually changes.".
Ulf Magnusson
2012-12-11
Misc. doc cleanups.
Ulf Magnusson
2012-12-11
Clarify Symbol.get_value().
Ulf Magnusson
2012-12-11
Rename APIs to be more consistent and intuitive.
Ulf Magnusson
2012-12-11
Explain visibility better.
Ulf Magnusson
2012-12-11
Small set_value() clarification.
Ulf Magnusson
2012-12-11
Clarify documentation for set_value() and reset().
Ulf Magnusson
2012-12-11
Remove calc_default_value().
Ulf Magnusson
2012-12-11
Add selftests for get_user_value().
Ulf Magnusson
2012-12-11
Add selftests for is_optional().
Ulf Magnusson
2012-12-11
Make get_defconfig_filename() selftest more comprehensive.
Ulf Magnusson
2012-12-11
Add selftests for get_defconfig_filename().
Ulf Magnusson
2012-12-11
Add note about internal API.
Ulf Magnusson
2012-12-11
Add choice/menu/comment test coverage for get_referenced_symbols().
Ulf Magnusson
2012-12-11
Add note about running examples.
Ulf Magnusson
2012-12-11
Add a grep'ing example.
Ulf Magnusson
2012-12-11
Make it possible to pass an argument via scriptconfig.
Ulf Magnusson
2012-12-11
Improve output formatting for test suite.
Ulf Magnusson
2012-12-11
Display arch names as they are loaded in test suite.
Ulf Magnusson
2012-12-11
Only invalidate if the user value actually changes.
Ulf Magnusson
2012-12-11
Expand set_value() documentation.
Ulf Magnusson
2012-12-11
Include allnoconfig_simpler.py in test suite.
Ulf Magnusson
2012-12-11
Air out selftests a bit.
Ulf Magnusson
2012-12-11
Use verify() instead of if + fail() in more locations.
Ulf Magnusson
2012-12-11
Remove redundant backslashes.
Ulf Magnusson
2012-12-11
Make location query selftests more comprehensive.
Ulf Magnusson
2012-12-11
Make 'source' error message more informative.
Ulf Magnusson
2012-12-11
Update _get_dependent() documentation.
Ulf Magnusson
2012-12-10
Update testsuite description - obsessive tests faster now.
Ulf Magnusson
2012-12-10
Spell nit.
Ulf Magnusson
2012-12-10
Update kconfigtest.py description.
Ulf Magnusson
2012-12-10
Remove some semicolons.
Ulf Magnusson
2012-12-10
Add some is_modifiable() consistency checks.
Ulf Magnusson
2012-12-10
Get some menuconfig coverage.
Ulf Magnusson
2012-12-10
Misc. test clarification.
Ulf Magnusson
2012-12-10
Misc. test clarification.
Ulf Magnusson
2012-12-10
Add one more is_modifiable() test.
Ulf Magnusson
2012-12-10
Remove _Feed.is_at_end().
Ulf Magnusson
2012-12-10
Clean up object relations selftest a bit.
Ulf Magnusson
2012-12-10
Clarify get_lower/upper_bound() test.
Ulf Magnusson
2012-12-10
Simplify is_modifiable() test.
Ulf Magnusson
2012-12-10
Add get_referenced_symbols() selftests for !.
Ulf Magnusson
2012-12-10
Add dependency selftests for =/!=.
Ulf Magnusson
2012-12-10
Add get_referenced_symbols() selftests for =/!=.
Ulf Magnusson
2012-12-10
Register refs. for symbols on the RHS of =/!=.
Ulf Magnusson
[next]