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
2012-12-06
Clarify and tighten up is_modifiable().
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
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
Make $SRCARCH, $srctree, and the config filename queryable.
Ulf Magnusson
2012-12-03
add parent assignment for Choice object
fpemud
2012-12-03
Record locations for symbols defined with 'menuconfig'.
Ulf Magnusson
2012-11-08
Skip invalid characters when tokenizing.
Ulf Magnusson
2012-07-10
Upload Kconfiglib, patch level 3.
Ulf Magnusson