summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-30Add some real-world examples too.Ulf Magnusson
2015-05-29The test suite also likes PyPy.Ulf Magnusson
2015-05-29Add some more misc. notes.Ulf Magnusson
2015-05-29Fix typos in test suite.Ulf Magnusson
2015-05-29Linkify testsuite.py.Ulf Magnusson
2015-05-29List the make targets.Ulf Magnusson
2015-05-29Add "installation instructions" for non-kernel projects.Ulf Magnusson
2015-05-29Fix typo in warning.Ulf Magnusson
2015-05-29Only warn for 'option modules' on non-MODULES symbols.Ulf Magnusson
2015-05-28Linkify examples/.Ulf Magnusson
2015-05-25More readme nits.Ulf Magnusson
2015-05-25Readme nit.Ulf Magnusson
2015-05-25Linkify philipc.Ulf Magnusson
2015-05-25Remove old note about renamed methods.Ulf Magnusson
2015-05-25Allow digits in $-references to symbols.Ulf Magnusson
2015-05-25Clean up readme a bit.Ulf Magnusson
2015-05-25Fix typo in docs.Ulf Magnusson
2015-05-24Add example that mirrors defconfig and oldconfig.Ulf Magnusson
2015-05-24Add warning related to get_defconfig_filename().Ulf Magnusson
2015-03-14s/testsuite/test suite/ulfalizer
2015-03-13Grammar nit.ulfalizer
2015-03-13Clarify 'option modules' note a bitulfalizer
2015-03-13s/allconfig/allnoconfig/.ulfalizer
2015-03-13Add correctness note for comment bug.ulfalizer
2015-03-13README nitulfalizer
2015-03-13Add note on v4.0-rc3 compatibilityulfalizer
2015-03-13Make makefile.patch apply cleanly for v4.0-rc3.Ulf Magnusson
2015-03-13Update README to indicate that v4.0-rc3 works.Ulf Magnusson
2015-03-13Hint that modules are still supported despite warnings.Ulf Magnusson
2015-03-13Fix examples/allnoconfig.py testsuite hang with v4.0-rc3.Ulf Magnusson
2015-03-13Merge pull request #14 from philipc/linux-3.19ulfalizer
2015-03-12Use Symbol.is_allnoconfig_y() in the examplesPhilip Craig
2015-03-12Add Symbol.is_allnoconfig_y()Philip Craig
2015-03-12Statements in choices inherit menu/if depsPhilip Craig
2015-02-16Merge pull request #13 from jsitnicki/ignore-allnoconfigulfalizer
2015-02-16Warn about and ignore the "allnoconfig_y" Kconfig optionJakub Sitnicki
2013-09-27Improve formatting of command lines.ulfalizer
2013-08-07Add Symbol and Choice interfaces for getting prompt strings.Ulf Magnusson
2013-06-18Support ipython as the interpreter.Ulf Magnusson
2013-03-16Add license.ulfalizer
2012-12-19Test suite language nits.Ulf Magnusson
2012-12-19Use regexes instead of frozensets to lex ids/keywords.Ulf Magnusson
2012-12-18Flesh out Symbol docstring.Ulf Magnusson
2012-12-18Flesh out Config docstring.Ulf Magnusson
2012-12-18Remove redundant invalidation from load_config().Ulf Magnusson
2012-12-18Properly unescape .config string assignments.Ulf Magnusson
2012-12-18Add selftests for reading strings with escaped characters.Ulf Magnusson
2012-12-18Simplify load_config() a bit.Ulf Magnusson
2012-12-18Escape \ and " when writing .config entries for strings.Ulf Magnusson
2012-12-18Add selftests for writing strings with escaped characters.Ulf Magnusson