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
Age
Commit message (
Expand
)
Author
2018-03-13
Add a globbing source statement
Ulf Magnusson
2018-03-11
Fix broken formatting
Ulf Magnusson
2018-03-11
Make 4.0.0 release
v4.0.0
Ulf Magnusson
2018-03-11
Add minimal configuration file generation support
Ulf Magnusson
2018-03-11
Properly remember y user values for choice symbols
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-03-05
Use comments instead of docstrings for internal functions
Ulf Magnusson
2018-03-05
Move 'val' initialization a bit later in tri_value()
Ulf Magnusson
2018-03-05
Remove _get_* prefix from internal worker functions
Ulf Magnusson
2018-03-05
Fix defconfig_list-related comment typo
Ulf Magnusson
2018-03-05
Do not write the defconfig_list symbol to .config
Ulf Magnusson
2018-03-05
Simplify sync_deps() value tests
Ulf Magnusson
2018-03-03
_write_old_vals() consistency nit
Ulf Magnusson
2018-03-03
Simplify initial auto.conf setup
Ulf Magnusson
2018-03-03
Accept existing directory with no auto.conf in sync_deps()
Ulf Magnusson
2018-03-01
Simplify _parse_factor() error handling
Ulf Magnusson
2018-03-01
Give .config location in invalid bool/tristate value warning
Ulf Magnusson
2018-03-01
Make expression type constants equal their corresponding tokens
Ulf Magnusson
2018-03-01
Only write '# CONFIG_FOO is not set' for visible symbols
Ulf Magnusson
2018-02-28
More sync_deps() docstring nits
Ulf Magnusson
2018-02-28
sync_deps() docstring nit
Ulf Magnusson
2018-02-28
Rename _sync_sym_files() to _sync_deps()
Ulf Magnusson
2018-02-28
Add support for incremental builds
Ulf Magnusson
2018-02-28
Remove small write_{config,autoconf}() optimizations
Ulf Magnusson
2018-02-28
Return "" for unwritten symbols in Symbol.config_string
Ulf Magnusson
2018-02-27
Move sym._written setting earlier
Ulf Magnusson
2018-02-27
testsuite.py: Remove write_and_verify_header()
Ulf Magnusson
2018-02-27
Make 3.2.0 release
v3.2.0
Ulf Magnusson
2018-02-27
Implement 'rsource' statement ('source' with relative path)
Roman
2018-02-25
Clarify the purpose of _STRING_LEX
Ulf Magnusson
2018-02-25
menuconfig.py: More style and comment nits
Ulf Magnusson
2018-02-25
menuconfig.py: Style and comment nits
Ulf Magnusson
2018-02-23
menuconfig.py: Remove unused STR_TO_TRI import
Ulf Magnusson
2018-02-16
Make 3.1.0 release
v3.1.0
Ulf Magnusson
2018-02-16
Include direct deps. in Symbol/Choice.__str__()
Ulf Magnusson
2018-02-09
oldconfig.py style nits
Ulf Magnusson
2018-02-09
Simplify tri_value_str() in oldconfig.py
Ulf Magnusson
2018-02-09
Simplify visibility check in Choice._get_selection()
Ulf Magnusson
2018-02-08
oldconfig.py comment nit
Ulf Magnusson
2018-02-08
Give hint about recognizing undefined symbols
Ulf Magnusson
2018-02-08
README nit
Ulf Magnusson
2018-02-08
Fix typo in module docstring
Ulf Magnusson
2018-02-08
_parse_expr() docstring nit
Ulf Magnusson
2018-02-08
Make 3.0.0 release
v3.0.0
Ulf Magnusson
2018-02-08
Don't special-case user_value for choice symbols set to y
Ulf Magnusson
[next]