summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05Merge pull request #35 from carlescufi/autoconfUlf Magnusson
2018-01-05Implement autoconf.h generationCarles Cufi
2017-12-30Add merge_config.py exampleUlf Magnusson
2017-12-15Make it clear that makefile.patch needs -p1Ulf Magnusson
2017-11-30Make 2.0.3 releasev2.0.3Ulf Magnusson
2017-11-30Mention multiprocessing in READMEUlf Magnusson
2017-11-27eval_expr.py: Fix missing argument error messageUlf Magnusson
2017-11-27Fix typo in comment: s/T_IF/_T_IF/Ulf Magnusson
2017-11-26Fix _lookup_sym() docstring typoUlf Magnusson
2017-11-26menuconfig.py: indent_print() style nitUlf Magnusson
2017-11-26print_tree.py: Style nitsUlf Magnusson
2017-11-24Simplify _T_IF choice checkUlf Magnusson
2017-11-20allno/yesconfig.py: Remove unused STR_TO_TRI importsUlf Magnusson
2017-11-20Simplify menuconfig.py's value_str() a bitUlf 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-12Remove unused test filesUlf Magnusson
2017-11-12Make 'option env' parsing sanerUlf Magnusson
2017-11-11Remove more accidental RST formatting in docstringUlf Magnusson
2017-11-11Make 2.0.2 releasev2.0.2Ulf 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-10eval_expr.py: s/syms["MODULES"]/modules/Ulf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-10Simplify m->y visibility promotionUlf Magnusson
2017-11-09allnoconfig.py: s/while 1/while True/Ulf Magnusson
2017-11-09Make 2.0.1 releasev2.0.1Ulf Magnusson
2017-11-09Reenable accidentally disabled no-prompt warningUlf Magnusson
2017-11-09Remove left-over misleading property commentUlf Magnusson
2017-11-09s/subdirectory/directory/Ulf Magnusson
2017-11-09Linkify examples/ directory in READMEUlf Magnusson
2017-11-09Remove iscriptconfig "see below" in READMEUlf Magnusson
2017-11-09Make 2.0.0 releasev2.0.0Ulf Magnusson
2017-11-09Make Kconfiglib 2 officialUlf Magnusson
2017-11-08Mention that the Item base class is goneUlf Magnusson
2017-11-08Spacing nitUlf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-08Clarify that load_config() still just worksUlf Magnusson