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-07-20
Add KCONFIG_STRICT flag for flagging refs. to undefined syms
Ulf Magnusson
2018-07-18
Add def_int, def_hex, and def_string keywords
Ulf Magnusson
2018-07-15
Switch to more sensible globbing statements (w/ backwards compatibility)
Ulf Magnusson
2018-07-13
Fix absolute $srctree prefixes showing up on gsource'd files
Ulf Magnusson
2018-07-10
Warn if int/hex 'default' is outside active 'range'
Ulf Magnusson
2018-07-10
Add Kconfig preprocessor
Ulf Magnusson
2018-07-02
Refactor tokenization a bit
Ulf Magnusson
2018-06-22
Turn MenuNode/Symbol/Choice.referenced() into a @property
Ulf Magnusson
2018-06-22
Add Symbol/Choice.referenced() convenience methods
Ulf Magnusson
2018-06-20
Rename KconfigSyntaxError to KconfigError
Ulf Magnusson
2018-06-19
Add dependency loop detection
Ulf Magnusson
2018-06-14
Test property ordering on nested multi.def. choices
Ulf Magnusson
2018-06-14
Fix MenuNode.referenced() on Kconfig.top_node
Ulf Magnusson
2018-06-14
Fix incorrectly ordered properties for some nested multi.def. symbols
Ulf Magnusson
2018-06-13
Add MenuNode function that returns referenced items
Ulf Magnusson
2018-06-11
Add a function for getting all items in an expression
Ulf Magnusson
2018-05-31
Reorder compatibility tests
Ulf Magnusson
2018-05-30
Add an allmodconfig implementation
Ulf Magnusson
2018-05-30
Add an alldefconfig.py script
Ulf Magnusson
2018-05-30
Add tool helper for selecting the top-level Kconfig
Ulf Magnusson
2018-05-30
allyesconfig: Prepare for packaging
Ulf Magnusson
2018-05-27
Provide lists with all menus and comments
Ulf Magnusson
2018-05-27
Make Kconfig._choices public
Ulf Magnusson
2018-05-27
allnoconfig: Move from examples/ to root
Ulf Magnusson
2018-05-27
Simplify error exits
Ulf Magnusson
2018-05-27
Get rid of the predefined UNAME_RELEASE symbol
Ulf Magnusson
2018-05-26
Micro-optimize _parse_help() loop
Ulf Magnusson
2018-05-16
Record which MenuNode has each property
Ulf Magnusson
2018-05-16
Expand environment variables in strings directly
Ulf Magnusson
2018-05-01
Make warnings available in a list
Ulf Magnusson
2018-04-11
Add helper for splitting expressions
Ulf Magnusson
2018-04-05
Set is_menuconfig True on the top menu
Ulf Magnusson
2018-04-04
Generalize is_menuconfig to non-symbol items
Ulf Magnusson
2018-03-28
Parenthesize && expressions within || expressions
Ulf Magnusson
2018-03-26
Refactor expr_str() cases
Ulf Magnusson
2018-03-23
testsuite.py: Remove redundant enable_warnings() call
Ulf Magnusson
2018-03-23
Warn if user (.config) value is outside of 'range'
Ulf Magnusson
2018-03-17
Remove TILE architecture from test suite
Ulf Magnusson
2018-03-13
Test grsource with nonexistent file
Ulf Magnusson
2018-03-13
Add a globbing source statement
Ulf Magnusson
2018-03-11
Add minimal configuration file generation support
Ulf Magnusson
2018-03-10
testsuite.py: Break out a defconfig_files() helper
Ulf Magnusson
2018-03-09
testsuite.py: Don't count defconfig files
Ulf Magnusson
2018-03-06
Simplify test suite logging
Ulf Magnusson
2018-03-06
Avoid shadowing test_defconfig() 'srcarch' parameter
Ulf Magnusson
2018-03-06
testsuite.py: Use 'srcarch' instead of '_arch' in test_defconfig()
Ulf Magnusson
2018-03-06
testsuite.py: Refactor run_compatibility_tests()
Ulf Magnusson
2018-02-28
Add support for incremental builds
Ulf Magnusson
2018-02-27
testsuite.py: Remove write_and_verify_header()
Ulf Magnusson
2018-02-27
Implement 'rsource' statement ('source' with relative path)
Roman
[next]