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-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
2012-12-04
Use communicate() instead of wait() with Popen.
Ulf Magnusson
2012-12-04
Append defconfig test failures to a log file.
Ulf Magnusson
2012-12-04
Split test docstrings over multiple lines.
Ulf Magnusson
2012-12-04
Make $SRCARCH, $srctree, and the config filename queryable.
Ulf Magnusson
2012-12-04
Recurse into subdirectories of arch/<arch>/configs to find additional configs.
Ulf Magnusson
2012-12-04
Test ARCH = SRCARCH configuration for all arches.
Ulf Magnusson
2012-12-03
Use 'make alldefconfig' in test_config_absent().
Ulf Magnusson
2012-12-03
Remove some silly accidentally-committed code. ;P
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-11-08
Update project description.
Ulf Magnusson
2012-10-24
Merge pull request #1 from fpemud/master
ulfalizer
2012-10-24
change author and author_email in setup.py
fpemud
2012-10-22
Add dist-utils support for gentoo ebuild
fpemud
2012-07-10
Spell nit.
Ulf Magnusson
2012-07-10
Upload Kconfiglib, patch level 3.
Ulf Magnusson
2012-07-10
Initial commit
ulfalizer