summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30Fix warnings printed for test suiteUlf Magnusson
2018-01-30Warn if choice symbol has prompt outside choiceUlf Magnusson
2018-01-29Warn if a choice symbol has defaultsUlf Magnusson
2018-01-29Warn if menuconfig statement has no promptUlf Magnusson
2018-01-29Give tip about getting rid of warningsUlf Magnusson
2018-01-29Warn if help text is emptyUlf Magnusson
2018-01-29Refactor _check_sym_sanity()Ulf Magnusson
2018-01-29Move sym.ranges check to end of _check_sym_sanity()Ulf Magnusson
2018-01-29Warn if a symbol/choice has multiple promptsUlf Magnusson
2018-01-29Sanity-check range valuesUlf Magnusson
2018-01-29Improve int/hex sanity checkingUlf Magnusson
2018-01-28Warn if a symbol is defined with multiple typesUlf Magnusson
2018-01-28Remove redundant is_constant checkUlf Magnusson
2018-01-28Add some warnings related to selects and impliesUlf Magnusson
2018-01-28Warn if there's more than one help textUlf Magnusson
2018-01-28Add more choice type and prompt sanity checksUlf Magnusson
2018-01-28Refactor post-parsing sanity checkingUlf Magnusson
2018-01-28Error out for malformed hex/int/string defaultsUlf Magnusson
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Give symbol definition location(s) in warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-28Only check for implicit submenus for symbolsUlf Magnusson
2018-01-27Generate a parse error for extra tokens at EOLUlf Magnusson
2018-01-27Parse error consistency nitUlf Magnusson
2018-01-27Simplify help text parsing and _next_line()Ulf Magnusson
2018-01-27Tighten up syntax checkingUlf Magnusson
2018-01-26Remove long overview from kconfiglib.pyUlf Magnusson
2018-01-26Add project_urls to setup.pyUlf Magnusson
2018-01-26Clean up setup.py a bitUlf Magnusson
2018-01-26Remove BOOL and TRISTATE from _TYPE_TO_BASEUlf Magnusson
2018-01-25Add note re. custom output formatsUlf Magnusson
2018-01-25direct_dep documentation nitUlf Magnusson
2018-01-25Formatting nitUlf Magnusson
2018-01-25Mention that Windows support has been triedUlf Magnusson
2018-01-25Make 2.5.0 releasev2.5.0Ulf Magnusson
2018-01-25Comment nitUlf Magnusson
2018-01-25Tighten up regexesUlf Magnusson
2018-01-25Support <, > relational operators with tristatesUlf Magnusson
2018-01-24Mention the reltest scriptUlf Magnusson
2018-01-24Make 2.4.0 releasev2.4.0Ulf Magnusson
2018-01-24Enable universal newlines mode for Python 2Ulf Magnusson
2018-01-24Make 2.3.0 releasev2.3.0Ulf Magnusson
2018-01-24Warn if a symbol with unsatisfied deps is selectedUlf Magnusson
2018-01-23Mention loading of multiple .config filesUlf Magnusson
2018-01-22Make 2.2.4 releasev2.2.4Ulf Magnusson
2018-01-22Add some more detail to the module docstringUlf Magnusson
2018-01-22Simplify escape()Ulf Magnusson
2018-01-22Mention user_value in the load_config() docstringUlf Magnusson
2018-01-22Fix outdated comments referencing user_str/tri_valueUlf Magnusson
2018-01-22Add more detail to the write_autoconf() docstringUlf Magnusson