summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-02Make 'imply' consider direct dependenciesUlf Magnusson
2017-10-01Mention ranges too in commentUlf Magnusson
2017-10-01Make 1.0.5 releasev1.0.5Ulf Magnusson
2017-10-01Propagate dependencies to range conditionsUlf Magnusson
2017-10-01Micro-optimize _tokenize() some moreUlf Magnusson
2017-09-30Get rid of _referenced_symsUlf Magnusson
2017-09-30Get rid of _selected_syms and _implied_symsUlf Magnusson
2017-09-30Get rid of _all_referenced_symsUlf Magnusson
2017-09-30Clean up dependency handlingUlf Magnusson
2017-09-29Move _is_header_line to a better spotUlf Magnusson
2017-09-29Make 1.0.4 releasev1.0.4Ulf Magnusson
2017-09-29Refactor load_config() and fix minor issuesUlf Magnusson
2017-09-29.config header parsing nitsUlf Magnusson
2017-09-29Fix undef. assign warning in set_user_value()Ulf Magnusson
2017-09-29Reorganize whitespace stripping in _tokenize()Ulf Magnusson
2017-09-29Rename _kconfig_syms to _defined_symsUlf Magnusson
2017-09-29Only invalidate defined symbolsUlf Magnusson
2017-09-29Make _already_written local to write_config()Ulf Magnusson
2017-09-29_get_visibility() choice clarification nitUlf Magnusson
2017-09-28Fix unified diff output for the defconfig testsUlf Magnusson
2017-09-28Refactor get_value()Ulf Magnusson
2017-09-28Print unified diff on test suite failuresUlf Magnusson
2017-09-28Fix incorrect year in READMEUlf Magnusson
2017-09-28Get rid of _comment()Ulf Magnusson
2017-09-28Refactor and optimize .config generationUlf Magnusson
2017-09-27Undefault _parse_expr()'s 'transform_m'Ulf Magnusson
2017-09-27Rename Config._filename to Config._kconfig_filenameUlf Magnusson
2017-09-27Refactor _parse_expr(), fix get_kconfig_filename()Ulf Magnusson
2017-09-27Undefault _parse_expr()'s 'filename' and 'linenr'Ulf Magnusson
2017-09-27Make 1.0.3 releasev1.0.3Ulf Magnusson
2017-09-27Warn if the Makefile patch hasn't been appliedUlf Magnusson
2017-09-27Hide non-tristate symbols in non-y tristate choicesUlf Magnusson
2017-09-26Micro-optimize _tokenize()Ulf Magnusson
2017-09-26Simplify Symbol._make_conf() conditionalUlf Magnusson
2017-09-25Fix 'default' on non-visible choice symbolsUlf Magnusson
2017-09-25Remove redundant str()Ulf Magnusson
2017-09-25Remove unhelpful invalidation commentsUlf Magnusson
2017-09-25Don't set defaults that will always be overwrittenUlf Magnusson
2017-09-25Rename _sym_lookup() to _lookup_sym()Ulf Magnusson
2017-09-25Simplify another conditional with 'in'Ulf Magnusson
2017-09-25Only compile .config matching regexes onceUlf Magnusson
2017-09-25Make 'menuconfig' generate a _T_CONFIG tokenUlf Magnusson
2017-09-25Simplify some conditionals with 'in'Ulf Magnusson
2017-09-25Add comment motivating _already_writtenUlf Magnusson
2017-09-25Get rid of _BOOL_STRUlf Magnusson
2017-09-25Prefix module- and class-internal names with _Ulf Magnusson
2017-09-24README formatting nitUlf Magnusson
2017-09-24Fix malformed link in READMEUlf Magnusson
2017-09-24Pass 'license' param to setuptools.setup()v1.0.2Ulf Magnusson
2017-09-24Use --user with pip in the example commandUlf Magnusson