summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-11Make 4.0.0 releasev4.0.0Ulf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-11Properly remember y user values for choice symbolsUlf Magnusson
2018-03-10testsuite.py: Break out a defconfig_files() helperUlf Magnusson
2018-03-09testsuite.py: Don't count defconfig filesUlf Magnusson
2018-03-06Simplify test suite loggingUlf Magnusson
2018-03-06Avoid shadowing test_defconfig() 'srcarch' parameterUlf Magnusson
2018-03-06testsuite.py: Use 'srcarch' instead of '_arch' in test_defconfig()Ulf Magnusson
2018-03-06testsuite.py: Refactor run_compatibility_tests()Ulf Magnusson
2018-03-05Use comments instead of docstrings for internal functionsUlf Magnusson
2018-03-05Move 'val' initialization a bit later in tri_value()Ulf Magnusson
2018-03-05Remove _get_* prefix from internal worker functionsUlf Magnusson
2018-03-05Fix defconfig_list-related comment typoUlf Magnusson
2018-03-05Do not write the defconfig_list symbol to .configUlf Magnusson
2018-03-05Simplify sync_deps() value testsUlf Magnusson
2018-03-03_write_old_vals() consistency nitUlf Magnusson
2018-03-03Simplify initial auto.conf setupUlf Magnusson
2018-03-03Accept existing directory with no auto.conf in sync_deps()Ulf Magnusson
2018-03-01Simplify _parse_factor() error handlingUlf Magnusson
2018-03-01Give .config location in invalid bool/tristate value warningUlf Magnusson
2018-03-01Make expression type constants equal their corresponding tokensUlf Magnusson
2018-03-01Only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson
2018-02-28More sync_deps() docstring nitsUlf Magnusson
2018-02-28sync_deps() docstring nitUlf Magnusson
2018-02-28Rename _sync_sym_files() to _sync_deps()Ulf Magnusson
2018-02-28Add support for incremental buildsUlf Magnusson
2018-02-28Remove small write_{config,autoconf}() optimizationsUlf Magnusson
2018-02-28Return "" for unwritten symbols in Symbol.config_stringUlf Magnusson
2018-02-27Move sym._written setting earlierUlf Magnusson
2018-02-27testsuite.py: Remove write_and_verify_header()Ulf Magnusson
2018-02-27Make 3.2.0 releasev3.2.0Ulf Magnusson
2018-02-27Implement 'rsource' statement ('source' with relative path)Roman
2018-02-25Clarify the purpose of _STRING_LEXUlf Magnusson
2018-02-25menuconfig.py: More style and comment nitsUlf Magnusson
2018-02-25menuconfig.py: Style and comment nitsUlf Magnusson
2018-02-23menuconfig.py: Remove unused STR_TO_TRI importUlf Magnusson
2018-02-16Make 3.1.0 releasev3.1.0Ulf Magnusson
2018-02-16Include direct deps. in Symbol/Choice.__str__()Ulf Magnusson
2018-02-09oldconfig.py style nitsUlf Magnusson
2018-02-09Simplify tri_value_str() in oldconfig.pyUlf Magnusson
2018-02-09Simplify visibility check in Choice._get_selection()Ulf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Give hint about recognizing undefined symbolsUlf Magnusson
2018-02-08README nitUlf Magnusson
2018-02-08Fix typo in module docstringUlf Magnusson
2018-02-08_parse_expr() docstring nitUlf Magnusson
2018-02-08Make 3.0.0 releasev3.0.0Ulf Magnusson
2018-02-08Don't special-case user_value for choice symbols set to yUlf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Prompt for choices with new visible symbols in oldconfig.pyUlf Magnusson