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-08-10
menuconfig: Omit tristate value hint for int/string/hex defaults
Ulf Magnusson
2018-08-10
menuconfig: Use the new custom symbol/choice string functionality
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-31
Look for '$(' instead of '$' for inline macro expansions
Ulf Magnusson
2018-07-27
Make 9.3.0 release
v9.3.0
Ulf Magnusson
2018-07-24
Restore compatibility with old kernels
Ulf Magnusson
2018-07-24
Use universal newlines mode in $(shell) implementation
Ulf Magnusson
2018-07-20
Make 9.2.1 release
v9.2.1
Ulf Magnusson
2018-07-20
Fix detection of hex literals
Ulf Magnusson
2018-07-20
Make 9.2.0 release
v9.2.0
Ulf Magnusson
2018-07-20
Mention KCONFIG_STRICT in the README
Ulf Magnusson
2018-07-20
Add KCONFIG_STRICT flag for flagging refs. to undefined syms
Ulf Magnusson
2018-07-20
Simplify self.srctree assignment
Ulf Magnusson
2018-07-19
Simplify enabling universal newlines mode
Ulf Magnusson
2018-07-18
Make 9.1.0 release
v9.1.0
Ulf Magnusson
2018-07-18
Add def_int, def_hex, and def_string keywords
Ulf Magnusson
2018-07-18
setup.py: Specify encoding when reading README.rst
Ulf Magnusson
2018-07-17
Factor out isinstance(str) check in set_value()
Ulf Magnusson
2018-07-17
Simplify defconfig_filename() returns
Ulf Magnusson
2018-07-17
Remove outdated comment
Ulf Magnusson
2018-07-16
Refactor _T_*SOURCE implementation a bit
Ulf Magnusson
2018-07-16
Fix outdated _T_*SOURCE comment
Ulf Magnusson
2018-07-15
Formatting nit
Ulf Magnusson
2018-07-15
Fix typo in README
Ulf Magnusson
2018-07-15
Make 9.0.0 release
v9.0.0
Ulf Magnusson
2018-07-15
Switch to more sensible globbing statements (w/ backwards compatibility)
Ulf Magnusson
2018-07-15
Reorder _filestack fields
Ulf Magnusson
2018-07-15
Detect recursive 'source' earlier
Ulf Magnusson
2018-07-13
Make 8.1.1 release
v8.1.1
Ulf Magnusson
2018-07-13
Fix absolute $srctree prefixes showing up on gsource'd files
Ulf Magnusson
2018-07-11
Make 8.1.0 release
v8.1.0
Ulf Magnusson
2018-07-11
Massively speed up U-Boot parsing
Ulf Magnusson
2018-07-11
Comment formatting nit
Ulf Magnusson
2018-07-10
Add hint re. "macro expanded to blank string"
Ulf Magnusson
2018-07-10
Remove trailing whitespace
Ulf Magnusson
2018-07-10
Warn if int/hex 'default' is outside active 'range'
Ulf Magnusson
2018-07-10
Warn if int/hex/string symbols are evaluated logically
Ulf Magnusson
2018-07-10
Make 8.0.0 release
v8.0.0
Ulf Magnusson
2018-07-10
Remove reference to "speedy" test suite option in README
Ulf Magnusson
2018-07-10
Add Kconfig preprocessor
Ulf Magnusson
2018-07-10
Generalize select-with-unsatisfied-deps warning
Ulf Magnusson
2018-07-02
Refactor tokenization a bit
Ulf Magnusson
2018-07-02
Simplify some dict.get() calls by passing defaults
Ulf Magnusson
2018-07-02
Simplify some _warn() calls
Ulf Magnusson
2018-07-02
Tighten up named choice parsing
Ulf Magnusson
2018-07-02
Number tokens from 1 to simplify some checks
Ulf Magnusson
2018-07-01
Drop some compatibility and tighten up lexing
Ulf Magnusson
2018-06-24
menuconfig: Style nit
Ulf Magnusson
2018-06-24
menuconfig: Remove redundant _update_menu() call
Ulf Magnusson
[next]