summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-01-20Micro-optimize _T_HELP parsingUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-19Simplify loop in _T_HELPUlf Magnusson
2018-01-19Always rstrip() when dedentingUlf Magnusson
2018-01-19Rearrange _T_HELP codeUlf Magnusson
2018-01-19Simplify _deindent()Ulf Magnusson
2018-01-18Mention how invalidation is avoided for constant symbolsUlf Magnusson
2018-01-18Fix 'source "missing"' error message for Python 3Ulf Magnusson
2018-01-18Clarify when symbols get the default n valueUlf Magnusson
2018-01-18Rearrange _T_(MENU)CONFIG parsing codeUlf Magnusson
2018-01-17Fix some typosUlf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-16Move _rec_invalidate_if_has_prompt() to after _rec_invalidate()Ulf Magnusson
2018-01-16Roll invalidation logic into _is_user_assignable()Ulf Magnusson
2018-01-16_tokenize() non-constant symbol parsing style nitUlf Magnusson
2018-01-16Fix lying implementation commentsUlf Magnusson
2018-01-16Reset _tokens_i just once in _tokenize()Ulf Magnusson
2018-01-16Do not optimize promptless choice symbolsUlf Magnusson
2018-01-15Use a neater style when returning cached valuesUlf Magnusson
2018-01-15Simplify non-bool/tristate return in tri_value()Ulf Magnusson
2018-01-15Remove redundant backslashUlf Magnusson
2018-01-15Get rid of 'keyword' assignment in _tokenize()Ulf Magnusson
2018-01-15Support disabling warnings for redundant assignmentsSebastian Bøe
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