summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2017-10-02Clean up _expand_sym_refs() a bitUlf Magnusson
2017-10-02Explain common 'source' gotcha in warningUlf Magnusson
2017-10-02Remove empty Comment.__init__()Ulf Magnusson
2017-10-02Rename _dep to _direct_dependentsUlf Magnusson
2017-10-02_type_and_val() nitUlf Magnusson
2017-10-02line_profile a bit moreUlf Magnusson
2017-10-02Make 'imply' consider direct dependenciesUlf Magnusson
2017-10-01Mention ranges too in commentUlf 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-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-28Refactor get_value()Ulf 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-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-24Use os.access() in get_defconfig_filename()Ulf Magnusson
2017-09-24Fix defconfig srctree absolute/relative mixup bugUlf Magnusson
2017-09-24Handle path cleanups in a cleaner wayUlf Magnusson
2017-09-24Remove defaulted open() "r" argumentUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson