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-08
Add a simpler allnoconfig example.
Ulf Magnusson
2012-12-08
Clarify allno/yesconfig.py.
Ulf Magnusson
2012-12-08
Test the actual allno/yesconfig.py scripts.
Ulf Magnusson
2012-12-08
Make test suite logging optional.
Ulf Magnusson
2012-12-08
Default to only testing valid arch/defconfig pairs.
Ulf Magnusson
2012-12-08
Add a speedy test mode that avoids running 'make'.
Ulf Magnusson
2012-12-08
Arrange _tokenize() cases by frequency.
Ulf Magnusson
2012-12-07
Simplify shell().
Ulf Magnusson
2012-12-07
Use consistent style for tuple unpacking.
Ulf Magnusson
2012-12-07
Use a frozenset for string_lex.
Ulf Magnusson
2012-12-07
Re-enable testing of H8/300.
Ulf Magnusson
2012-12-07
Use consistent docstring style.
Ulf Magnusson
2012-12-07
Update test suite instructions.
Ulf Magnusson
2012-12-07
Make Makefile patch less intrusive.
Ulf Magnusson
2012-12-07
Small simplification.
Ulf Magnusson
2012-12-07
Add selftests for object relations.
Ulf Magnusson
2012-12-07
Fix get_menus() ordering w.r.t. nested menus.
Ulf Magnusson
2012-12-07
Clarify ordering with get_actual_items().
Ulf Magnusson
2012-12-07
Add tests/Klocation.
Ulf Magnusson
2012-12-07
Add selftests for location queries.
Ulf Magnusson
2012-12-06
Ops - forgot to add tests/Ktext.
Ulf Magnusson
2012-12-06
Add selftests for various text queries.
Ulf Magnusson
2012-12-06
Add Choice.get_help().
Ulf Magnusson
2012-12-06
Ops - forgot to commit tests/Keval.
Ulf Magnusson
2012-12-06
Add selftests for eval().
Ulf Magnusson
2012-12-06
Clarify eval() and always use transform_m = True.
Ulf Magnusson
2012-12-06
Clarify documentation for 'Choice'.
Ulf Magnusson
2012-12-06
Get rid of _eval_to_int().
Ulf Magnusson
2012-12-06
Add selftests for get_assignable_values().
Ulf Magnusson
2012-12-06
Clarify and tighten up get_assignable_values().
Ulf Magnusson
2012-12-06
Add selftests for get_lower/upper_bound().
Ulf Magnusson
2012-12-06
Clarify and tighten up get_lower/upper_bound().
Ulf Magnusson
2012-12-06
Add assert_true/false() functions.
Ulf Magnusson
2012-12-06
Add tests for is_modifiable().
Ulf Magnusson
2012-12-06
Clarify and tighten up is_modifiable().
Ulf Magnusson
2012-12-06
Make fail() take the message as an argument.
Ulf Magnusson
2012-12-06
Clean up is_modifiable().
Ulf Magnusson
2012-12-06
Move examples into separate directory.
Ulf Magnusson
2012-12-06
Spell nit.
Ulf Magnusson
2012-12-06
Remove redundant variable.
Ulf Magnusson
2012-12-06
Remove some ugly redundant else's.
Ulf Magnusson
2012-12-06
Space out a bit.
Ulf Magnusson
2012-12-06
Add Config.n/m/y as aliases for Config.syms["n"/"m"/"y"].
Ulf Magnusson
2012-12-06
Fix _internal_error() call.
Ulf Magnusson
2012-12-06
Unconvolute evaluation of (in)equalities.
Ulf Magnusson
2012-12-06
Remove redundant assignment.
Ulf Magnusson
2012-12-06
Fix get_mainmenu_text() when none available.
Ulf Magnusson
2012-12-06
Only print Config.arch/srcarch if non-None.
Ulf Magnusson
2012-12-04
Improve some comments.
Ulf Magnusson
2012-12-04
Add PyPy note.
Ulf Magnusson
[next]