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
/
testsuite.py
Age
Commit message (
Expand
)
Author
2018-02-16
Include direct deps. in Symbol/Choice.__str__()
Ulf Magnusson
2018-02-08
Don't special-case user_value for choice symbols set to y
Ulf Magnusson
2018-02-07
Add back omitted $ARCH != $SRCARCH defconfig tests
Ulf Magnusson
2018-02-03
Refactor test suite arch Kconfig loading
Ulf Magnusson
2018-02-03
Set $KERNELVERSION properly in test suite
Ulf Magnusson
2018-01-30
Fix warnings printed for test suite
Ulf Magnusson
2018-01-28
Add some post-parsing warnings
Ulf Magnusson
2018-01-28
Flag constant symbols where they're not allowed
Ulf Magnusson
2018-01-25
Support <, > relational operators with tristates
Ulf Magnusson
2018-01-22
Simplify escape()
Ulf Magnusson
2018-01-21
Whitespace nits
Ulf Magnusson
2018-01-20
Get rid of _next_help_line()
Ulf Magnusson
2018-01-17
Improve recursive 'source' test
Ulf Magnusson
2018-01-17
Detect recursive 'source' and print backtrace
Ulf Magnusson
2018-01-16
Get TRI_TO_STR from Kconfiglib in test suite
Ulf Magnusson
2018-01-16
Do not optimize promptless choice symbols
Ulf Magnusson
2018-01-15
Support disabling warnings for redundant assignments
Sebastian Bøe
2018-01-11
Mention that $CONFIG_ is used for C headers too
Ulf Magnusson
2018-01-05
Don't write out 'option env' symbols to C header
Ulf Magnusson
2017-11-12
Simplify licensing
Ulf Magnusson
2017-11-10
Fix a few typos
Ulf Magnusson
2017-11-08
Add a release test script
Ulf Magnusson
2017-11-07
s/overriden/overridden/
Ulf Magnusson
2017-11-06
Get rid of Choice.default_selection
Ulf Magnusson
2017-11-04
Fix test suite Python 3 syntax error
Ulf Magnusson
2017-11-04
Don't put 0 in .assignable for y-mode choice syms
Ulf Magnusson
2017-11-04
Return False from set_value() for invalid values
Ulf Magnusson
2017-11-03
Fix error in comment
Ulf Magnusson
2017-11-03
Remove outdated comment
Ulf Magnusson
2017-11-03
Remove outdated TODO comment
Ulf Magnusson
2017-11-03
Test .assignable with no modules
Ulf Magnusson
2017-11-03
Add comment to choice .assignable test too
Ulf Magnusson
2017-11-03
Test Choice.assignable, fix for optional choices
Ulf Magnusson
2017-11-03
Add .assignable selftests for choice symbols
Ulf Magnusson
2017-11-03
Fix copy-paste comment error
Ulf Magnusson
2017-11-03
Test .assignable for imply, find C menuconfig bug
Ulf Magnusson
2017-11-03
Add initial selftests for .assignable
Ulf Magnusson
2017-11-03
Test suite nits
Ulf Magnusson
2017-11-02
Clean up choice semantics tests
Ulf Magnusson
2017-11-02
Get rid of some old API compatibility hacks
Ulf Magnusson
2017-11-02
Clean up .kconfig tests
Ulf Magnusson
2017-11-02
Clean up relation test
Ulf Magnusson
2017-11-02
Get rid of separate is_optional test
Ulf Magnusson
2017-11-02
Update choice tests, get rid of some old tests
Ulf Magnusson
2017-11-02
Fix relation tests, remove some outdated tests
Ulf Magnusson
2017-11-02
Always save user values if they're valid
Ulf Magnusson
2017-11-01
Switch to a much faster invalidation algorithm
Ulf Magnusson
2017-10-31
Require manual mode setting for choices
Ulf Magnusson
2017-10-31
Handle choices more like the C implementation
Ulf Magnusson
2017-10-30
Merge user_str/tri_value into user_value
Ulf Magnusson
[next]