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-15
Simplify _parse_error().
Ulf Magnusson
2012-12-15
Add optimization note for write_config().
Ulf Magnusson
2012-12-15
Optimize Symbol._make_conf().
Ulf Magnusson
2012-12-14
Get 'visible if' coverage for symbol references.
Ulf Magnusson
2012-12-14
Add an inequality test for undefined symbols.
Ulf Magnusson
2012-12-14
Get more test coverage for n/m/y properties.
Ulf Magnusson
2012-12-14
Add selftests for tristate comparisons.
Ulf Magnusson
2012-12-14
Simplify some tests.
Ulf Magnusson
2012-12-14
Add selftests for various minor APIs.
Ulf Magnusson
2012-12-14
Reference another example in the intro.
Ulf Magnusson
2012-12-14
Simplify _get_dependent().
Ulf Magnusson
2012-12-14
Remove superfluous variable in get_value().
Ulf Magnusson
2012-12-14
Clarify comment on the value of undefined symbols.
Ulf Magnusson
2012-12-14
Verify that the quirky symbol still gets the choice as its parent.
Ulf Magnusson
2012-12-14
Make _comment() preserve trailing newlines.
Ulf Magnusson
2012-12-14
Add selftests for 'visible if' visibility.
Ulf Magnusson
2012-12-13
Remove excessive indentation.
Ulf Magnusson
2012-12-13
Add selftest for Config.get_config_filename().
Ulf Magnusson
2012-12-13
Add selftests for misc. minor Config queries.
Ulf Magnusson
2012-12-13
Small get_value() clarification.
Ulf Magnusson
2012-12-13
Spell nit.
Ulf Magnusson
2012-12-13
Rename verify_val() to varify_eval().
Ulf Magnusson
2012-12-13
Make .config reading/writing selftests more comprehensive.
Ulf Magnusson
2012-12-13
Make _comment() correctly comment an empty line.
Ulf Magnusson
2012-12-13
Rename 'Kempty' to 'empty'.
Ulf Magnusson
2012-12-13
Add .config header reading/writing selftests.
Ulf Magnusson
2012-12-13
Do not indent user-provided .config header.
Ulf Magnusson
2012-12-13
Return constant instead.
Ulf Magnusson
2012-12-13
Fix loading of .config files with empty assignments.
Ulf Magnusson
2012-12-13
Verify assignability of string/int/hex with m visibility.
Ulf Magnusson
2012-12-13
Rewrap some docstrings.
Ulf Magnusson
2012-12-13
Remove outdated comment.
Ulf Magnusson
2012-12-13
Add selftests for get_config().
Ulf Magnusson
2012-12-13
Add get_config() for Menu, Choice, and Comment.
Ulf Magnusson
2012-12-13
Add visibility selftests.
Ulf Magnusson
2012-12-13
Add Comment.get_visibility().
Ulf Magnusson
2012-12-13
Rename Menu.get_depends_on_visibility() to Menu.get_visibility().
Ulf Magnusson
2012-12-13
Commit the missing tests/Krange.
Ulf Magnusson
2012-12-13
Rename some APIs to be more consistent and intuitive.
Ulf Magnusson
2012-12-13
Get rid of some "in (" in favor of direct comparisons.
Ulf Magnusson
2012-12-13
Add more equality selftests.
Ulf Magnusson
2012-12-13
Add selftests for hex/int ranges.
Ulf Magnusson
2012-12-13
Clean up get_value() for hex/int and fix edge cases.
Ulf Magnusson
2012-12-12
Commit missing Kmainmenu.
Ulf Magnusson
2012-12-12
Add selftests for get_mainmenu_text().
Ulf Magnusson
2012-12-12
Add Kempty and use it instead of Kdefconfig_none.
Ulf Magnusson
2012-12-12
Rename kconfigtest.py to testsuite.py.
Ulf Magnusson
2012-12-12
Break encapsulation a bit to clarify code.
Ulf Magnusson
2012-12-12
Clarify test_defconfig() description.
Ulf Magnusson
2012-12-12
Re-enable set_user_value() warning for symbols with no prompts.
Ulf Magnusson
[next]