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-22
Introduce Kconfig.unique_defined_syms and Kconfig.unique_choices
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
Make auto.conf symbol order match .config symbol order
Ulf Magnusson
2018-08-21
Fix header/minimal configuration ordering test
Ulf Magnusson
2018-08-21
Make 10.0.1 release
v10.0.1
Ulf Magnusson
2018-08-21
Make header symbol order match .config symbol order again
Ulf Magnusson
2018-08-21
Refactor write_config() a bit
Ulf Magnusson
2018-08-18
Grammar nit
Ulf Magnusson
2018-08-18
Document that MenuNode.filename is relative to $srctree
Ulf Magnusson
2018-08-18
List new Kconfig.__init__() $srctree behavior among changes in README
Ulf Magnusson
2018-08-18
Make 10.0.0 release
v10.0.0
Ulf Magnusson
2018-08-18
Look up the top-level Kconfig file relative to $srctree
Ulf Magnusson
2018-08-18
Make 9.4.2 release
v9.4.2
Ulf Magnusson
2018-08-18
Revert "Fix $srctree logic for the top-level Kconfig file"
Ulf Magnusson
2018-08-17
rsource documentation nits
Ulf Magnusson
2018-08-17
Make 9.4.1 release
v9.4.1
Ulf Magnusson
2018-08-17
Fix $srctree logic for the top-level Kconfig file
Ulf Magnusson
2018-08-14
Use += instead of extend()
Ulf Magnusson
2018-08-12
Simplify menuconfig-without-prompt warning
Ulf Magnusson
2018-08-12
Simplify _warn_select_unsatisfied_deps() a bit
Ulf Magnusson
2018-08-11
Make 9.4.0 release
v9.4.0
Ulf Magnusson
2018-08-11
Don't pass encoding= to Popen()
Ulf Magnusson
2018-08-10
Improve naming in the custom expr. printing functions
Ulf Magnusson
2018-08-10
menuconfig: Make symbol information less spammy
Ulf Magnusson
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
[next]