summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-01-11Mention that $CONFIG_ is used for C headers tooUlf Magnusson
2018-01-05Iterate over defined_syms in write_autoconf()Ulf Magnusson
2018-01-05Formatting and comment nitsUlf Magnusson
2018-01-05Don't write out 'option env' symbols to C headerUlf Magnusson
2018-01-05Implement autoconf.h generationCarles Cufi
2017-12-15Make it clear that makefile.patch needs -p1Ulf Magnusson
2017-11-27Fix typo in comment: s/T_IF/_T_IF/Ulf Magnusson
2017-11-26Fix _lookup_sym() docstring typoUlf Magnusson
2017-11-24Simplify _T_IF choice checkUlf Magnusson
2017-11-18Fix typo in commentUlf Magnusson
2017-11-18Tokenize in _next_line()Ulf Magnusson
2017-11-17Check for type first when parsing propertiesUlf Magnusson
2017-11-17Simplify _parse_properties() loopUlf Magnusson
2017-11-13Micro-optimize Symbol.__init__() a bitUlf Magnusson
2017-11-13Add a Choice._get_selection() helperUlf Magnusson
2017-11-12Simplify licensingUlf Magnusson
2017-11-12Make 'option env' parsing sanerUlf Magnusson
2017-11-11Remove more accidental RST formatting in docstringUlf Magnusson
2017-11-11Remove outdated choice invalidation commentUlf Magnusson
2017-11-11Micro-optimize write_config() a bitUlf Magnusson
2017-11-11Rename _already_written to _writtenUlf Magnusson
2017-11-11Get rid of _get_config_strings()Ulf Magnusson
2017-11-10Remove accidental RST formatting in docstringUlf Magnusson
2017-11-10Fix misleading invalidation commentUlf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-10Simplify m->y visibility promotionUlf Magnusson
2017-11-09Reenable accidentally disabled no-prompt warningUlf Magnusson
2017-11-09Remove left-over misleading property commentUlf Magnusson
2017-11-07Update documentation to sync. with updated READMEUlf Magnusson
2017-11-07s/overriden/overridden/Ulf Magnusson
2017-11-07Polish Symbol, Choice, and MenuNode docsUlf Magnusson
2017-11-06Simplify n/m/y to constant symbol translationUlf Magnusson
2017-11-06Get rid of Choice.default_selectionUlf Magnusson
2017-11-06Polish some Symbol and Choice docsUlf Magnusson
2017-11-06Polish the module documentationUlf Magnusson
2017-11-06Rename _RELATION_TO_STR to _REL_TO_STRUlf Magnusson
2017-11-06Use 'sym' instead of 'item' in choice-related loopUlf Magnusson
2017-11-06Remove redundant n/m/y._cached_str_val assignmentsUlf Magnusson
2017-11-06Remove redundant 'is not None' testUlf Magnusson
2017-11-06Rename variable from 'add_fn' to 'append'Ulf Magnusson
2017-11-05Add invalidation warning to Choice.selectionUlf Magnusson
2017-11-05Simplify redundant 'is (not) None' testsUlf Magnusson
2017-11-04Optimize tri_value() a bitUlf Magnusson
2017-11-04Add menuconfig example/proof of conceptUlf Magnusson
2017-11-04Don't put 0 in .assignable for y-mode choice symsUlf Magnusson
2017-11-04Return False from set_value() for invalid valuesUlf Magnusson
2017-11-03Test Choice.assignable, fix for optional choicesUlf Magnusson
2017-11-03Add initial selftests for .assignableUlf Magnusson
2017-11-02Always save user values if they're validUlf Magnusson
2017-11-02Don't set promptless symbols when loading .configUlf Magnusson