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
/
tests
Age
Commit message (
Expand
)
Author
2019-06-23
Shorten __repr__() functions a bit
Ulf Magnusson
2019-06-09
Get test coverage for --help---- and the like
Ulf Magnusson
2019-06-04
Remove reference to Kconfiglib 1 API
Ulf Magnusson
2019-06-01
Fix obscure crash with rsource and $srctree pointing to a symlink
Ulf Magnusson
2019-05-25
Use the '<type> "prompt"' shorthand in __str__()
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
2018-12-08
Make {load,write}_config(filename=None) implement the standard behavior
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-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
Fix formatting nit in user-defined Python function tests
Ulf Magnusson
2018-09-23
Add support for user-defined Python preprocessor functions
Ulf Magnusson
2018-09-04
Allow macro expansion within symbol names
Ulf Magnusson
2018-08-25
Add a Kconfig.env_vars attribute that lists env. variables
Ulf Magnusson
2018-08-24
Show include paths in menuconfig symbol information
Ulf Magnusson
2018-08-23
Fix recursive 'source' error reporting
Ulf Magnusson
2018-08-21
Make header symbol order match .config symbol order again
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-10
Add Kconfig preprocessor
Ulf Magnusson
2018-07-01
Drop some compatibility and tighten up lexing
Ulf Magnusson
2018-06-22
Add Symbol/Choice.referenced() convenience methods
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 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-27
Provide lists with all menus and comments
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
Rename examples/menuconfig.py to menuconfig_example.py
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-13
Test grsource with nonexistent file
Ulf Magnusson
2018-03-13
Add a globbing source statement
Ulf Magnusson
2018-02-27
Implement 'rsource' statement ('source' with relative path)
Roman
2018-02-16
Include direct deps. in Symbol/Choice.__str__()
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-20
Get rid of _next_help_line()
Ulf Magnusson
2018-01-17
Detect recursive 'source' and print backtrace
Ulf Magnusson
2018-01-05
Don't write out 'option env' symbols to C header
Ulf Magnusson
2017-11-12
Remove unused test files
Ulf Magnusson
[next]