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
2019-03-06
Give more helpful error messages when files are missing
Ulf Magnusson
2019-01-15
Update copyright years for 2019
Ulf Magnusson
2018-11-23
Get rid of _next_token() and _peek_token()
Ulf Magnusson
2018-11-21
Disable test dependent on dict ordering on Python 3.5 and earlier
Ulf Magnusson
2018-11-06
Always strip trailing whitespace in 'MenuNode.help' and __str__()
Ulf Magnusson
2018-11-02
Fix removal of multiple consecutive 'if' nodes
Ulf Magnusson
2018-10-26
Support enabling the assignment-to-undef. symbol warning via the environment
Ulf Magnusson
2018-10-21
Allow programmatically expanding preprocessor functions with args
Ulf Magnusson
2018-10-16
Make Kconfig.choices match its description
Ulf Magnusson
2018-09-29
Refactor parsing to get rid of _saved_line
Ulf Magnusson
2018-09-23
Add support for user-defined Python preprocessor functions
Ulf Magnusson
2018-09-08
Fix a testsuite-related error for powerpc
Ulf Magnusson
2018-09-04
Allow macro expansion within symbol names
Ulf Magnusson
2018-08-30
Allow user values on 'option env' symbols
Ulf Magnusson
2018-08-25
Add a Kconfig.env_vars attribute that lists env. variables
Ulf Magnusson
2018-08-25
Add a Kconfig.kconfig_filenames attribute
Ulf Magnusson
2018-08-24
Show include paths in menuconfig symbol information
Ulf Magnusson
2018-08-23
Exclude User-mode Linux from testing
Ulf Magnusson
2018-08-23
Fix recursive 'source' error reporting
Ulf Magnusson
2018-08-23
Flag extra tokens after 'if'/'depends on'/'visible if' expressions
Ulf Magnusson
2018-08-22
Add a generic node iterator
Ulf Magnusson
2018-08-21
Merge Symbol._checked and Symbol._written
Ulf Magnusson
2018-08-21
Handle multiple definition locations in a nicer way
Ulf Magnusson
2018-08-21
Fix header/minimal configuration ordering test
Ulf Magnusson
2018-08-21
Make header symbol order match .config symbol order again
Ulf Magnusson
2018-08-18
Look up the top-level Kconfig file relative to $srctree
Ulf Magnusson
2018-08-18
Revert "Fix $srctree logic for the top-level Kconfig file"
Ulf Magnusson
2018-08-17
Fix $srctree logic for the top-level Kconfig file
Ulf Magnusson
2018-08-10
Support custom printing of symbols/choices in expressions
Ulf Magnusson
2018-08-10
Fix minimal configuration test
Ulf Magnusson
2018-07-20
Fix detection of hex literals
Ulf Magnusson
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
[next]