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
2024-10-04
Update various outdated links and contact information
Stephanos Ioannidis
2019-11-17
Make header strings customizable via the environment
Ulf Magnusson
2019-10-29
Add public helpers for generating "<name> (defined at ...)" strings
Ulf Magnusson
2019-10-10
testsuite: Remove unused imports
Ulf Magnusson
2019-09-26
Make preprocessor nested parens test slightly trickier
Ulf Magnusson
2019-09-26
Fix handling of parentheses in macro argument values
Ulf Magnusson
2019-09-04
Allow preprocessor user functions to access the parsing location
Ulf Magnusson
2019-07-11
'if' removal test code nit
Ulf Magnusson
2019-07-02
Catch EnvironmentError instead of OSError/IOError
Ulf Magnusson
2019-06-24
Add {Symbol,Choice}.orig_*, corresponding to the MenuNode fields
Ulf Magnusson
2019-06-23
Shorten __repr__() functions a bit
Ulf Magnusson
2019-06-03
Improve warning control API (with backwards compatibility)
Ulf Magnusson
2019-06-01
Fix obscure crash with rsource and $srctree pointing to a symlink
Ulf Magnusson
2019-05-29
Convert docstrings to comments in testsuite.py
Ulf Magnusson
2019-05-25
Use the '<type> "prompt"' shorthand in __str__()
Ulf Magnusson
2019-05-25
Display n/m/y without quotes
Ulf Magnusson
2019-05-25
Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()
Ulf Magnusson
2019-05-24
Consistently put direct deps. last when propagating
Ulf Magnusson
2019-05-24
Touch up style a bit in test suite
Ulf Magnusson
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
[next]