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-11-08
Add a release test script
Ulf Magnusson
2017-11-08
Clarify that load_config() still just works
Ulf Magnusson
2017-11-08
Explain changes from Kconfiglib 1 to Kconfiglib 2
Ulf Magnusson
2017-11-07
Test for m, y assignability in a more readable way
Ulf Magnusson
2017-11-07
Clean up the test suite section a bit more
Ulf Magnusson
2017-11-07
Clean up the test suite section a bit
Ulf Magnusson
2017-11-07
Add a separate section with real-world examples
Ulf Magnusson
2017-11-07
Add separate section for real-world examples
Ulf Magnusson
2017-11-07
Fix typo
Ulf Magnusson
2017-11-07
Add a separate example script README section
Ulf Magnusson
2017-11-07
Add a sample 'make scriptconfig'
Ulf Magnusson
2017-11-07
Remove outdated notes
Ulf Magnusson
2017-11-07
Update documentation to sync. with updated README
Ulf Magnusson
2017-11-07
Reference module docstring for Linux installation
Ulf Magnusson
2017-11-07
Update the documentation section
Ulf Magnusson
2017-11-07
Clean up intro a bit
Ulf Magnusson
2017-11-07
Update intro in README.rst
Ulf Magnusson
2017-11-07
s/overriden/overridden/
Ulf Magnusson
2017-11-07
Polish Symbol, Choice, and MenuNode docs
Ulf Magnusson
2017-11-06
Simplify n/m/y to constant symbol translation
Ulf Magnusson
2017-11-06
Get rid of Choice.default_selection
Ulf Magnusson
2017-11-06
Polish some Symbol and Choice docs
Ulf Magnusson
2017-11-06
Polish the module documentation
Ulf Magnusson
2017-11-06
Refer to kconfiglib.py for iterative tree walking
Ulf Magnusson
2017-11-06
Rename _RELATION_TO_STR to _REL_TO_STR
Ulf Magnusson
2017-11-06
Use 'sym' instead of 'item' in choice-related loop
Ulf Magnusson
2017-11-06
Remove redundant n/m/y._cached_str_val assignments
Ulf Magnusson
2017-11-06
Remove redundant 'is not None' test
Ulf Magnusson
2017-11-06
Rename variable from 'add_fn' to 'append'
Ulf Magnusson
2017-11-06
Call it 'kconf' in iscriptconfig too
Ulf Magnusson
2017-11-06
Clean up examples a bit
Ulf Magnusson
2017-11-06
Simplify allyesconfig.py
Ulf Magnusson
2017-11-05
Add invalidation warning to Choice.selection
Ulf Magnusson
2017-11-05
Simplify redundant 'is (not) None' tests
Ulf Magnusson
2017-11-05
Simplify redundant 'is (not) None' tests in examples
Ulf Magnusson
2017-11-05
Simplify allnoconfig.py choice handling
Ulf Magnusson
2017-11-05
Fix find_symbol.py typo
Ulf Magnusson
2017-11-05
Add example that finds references to a symbol
Ulf Magnusson
2017-11-05
Get rid of some more tristate quotes
Ulf Magnusson
2017-11-04
Add symbolic ../kconfiglib.py link to examples/
Ulf Magnusson
2017-11-04
Fix some menuconfig.py typos
Ulf Magnusson
2017-11-04
Add documentation for menuconfig example
Ulf Magnusson
2017-11-04
Optimize tri_value() a bit
Ulf Magnusson
2017-11-04
Fix test suite Python 3 syntax error
Ulf Magnusson
2017-11-04
Add menuconfig example/proof of concept
Ulf Magnusson
2017-11-04
Don't put 0 in .assignable for y-mode choice syms
Ulf Magnusson
2017-11-04
Return False from set_value() for invalid values
Ulf Magnusson
2017-11-03
Fix error in comment
Ulf Magnusson
2017-11-03
Remove outdated comment
Ulf Magnusson
2017-11-03
Remove outdated TODO comment
Ulf Magnusson
[next]