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
2017-09-24
Make 1.0.1 release
v1.0.1
Ulf Magnusson
2017-09-24
Use os.access() in get_defconfig_filename()
Ulf Magnusson
2017-09-24
Fix defconfig srctree absolute/relative mixup bug
Ulf Magnusson
2017-09-24
Handle path cleanups in a cleaner way
Ulf Magnusson
2017-09-24
Remove defaulted open() "r" argument
Ulf Magnusson
2017-09-24
Fix get_defconfig_filename() $srctree search order
Ulf Magnusson
2017-09-24
Add _parse_cond() helper for some 'if <y>' cases
Ulf Magnusson
2017-09-23
Make the PyPI link point to the Kconfiglib page
Ulf Magnusson
2017-09-23
Fix README typo
Ulf Magnusson
2017-09-23
Linkify another kconfiglib.py in the README
Ulf Magnusson
2017-09-23
Add installation instructions for PyPI
v1.0.0
Ulf Magnusson
2017-09-23
Modernize and update installation files
Ulf Magnusson
2017-09-23
Use a separate LICENSE.txt for the ISC license
Ulf Magnusson
2017-09-23
README formatting nit
Ulf Magnusson
2017-09-23
Switch README format to reStructuredText
Ulf Magnusson
2017-09-22
Fix README typo
Ulf Magnusson
2017-09-22
Explain why _make_and() can return None
Ulf Magnusson
2017-09-22
Explain the expression structure clearer
Ulf Magnusson
2017-09-22
Simplify _expr_to_str()
Ulf Magnusson
2017-09-21
Simplify expression representation
Ulf Magnusson
2017-09-21
README formatting nit
Ulf Magnusson
2017-09-21
Improve README formatting
Ulf Magnusson
2017-09-21
Mention support for non-*nix platforms
Ulf Magnusson
2017-09-21
Another README nit
Ulf Magnusson
2017-09-21
README nit
Ulf Magnusson
2017-09-21
Fix minor README nits
Ulf Magnusson
2017-09-21
Touch up the README a bit
Ulf Magnusson
2017-09-21
Massively reduce test suite memory usage
Ulf Magnusson
2017-09-21
Use non-numbered {} with format()
Ulf Magnusson
2017-09-20
_parse_properties() nit
Ulf Magnusson
2017-09-20
Simplify 'end_line' handling
Ulf Magnusson
2017-09-20
Merge T_DEF_BOOL and T_DEF_TRISTATE cases
Ulf Magnusson
2017-09-20
Use tri_greater() where applicable
Ulf Magnusson
2017-09-20
Add support for less/greater than comparisons
Ulf Magnusson
2017-09-19
Add note on tokenization unhandled character hack
Ulf Magnusson
2017-09-19
File writing nit
Ulf Magnusson
2017-09-19
Simplify dependency propagation for prompts
Ulf Magnusson
2017-09-19
Include 'if' deps. in _determine_actual_symbols()
Ulf Magnusson
2017-09-19
Clean up _parse_block() cases
Ulf Magnusson
2017-09-19
Simplify block parsing logic
Ulf Magnusson
2017-09-19
testsuite: Use platform.uname() instead of os.uname()
Ulf Magnusson
2017-09-18
Try a manual approach for referencing the commit
Ulf Magnusson
2017-09-18
Hopefully make commit link work
Ulf Magnusson
2017-09-18
Add note on running tests with older kernls
Ulf Magnusson
2017-09-18
Update copyright date
Ulf Magnusson
2017-09-18
Add 'imply' support
Ulf Magnusson
2017-09-18
Force M visibility to N in choices with mode Y
Ulf Magnusson
2017-09-08
Use platform.uname() instead of os.uname()
Ulf Magnusson
2017-02-14
Add support for the CONFIG_ environment variable
Chris Dornsife
2016-08-07
Micro-optimize conditional in get_value()
Ulf Magnusson
[next]