summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-06-23Shorten __repr__() functions a bitUlf Magnusson
2019-06-09Get test coverage for --help---- and the likeUlf Magnusson
2019-06-04Remove reference to Kconfiglib 1 APIUlf Magnusson
2019-06-01Fix obscure crash with rsource and $srctree pointing to a symlinkUlf Magnusson
2019-05-25Use the '<type> "prompt"' shorthand in __str__()Ulf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-24Consistently put direct deps. last when propagatingUlf Magnusson
2018-12-08Make {load,write}_config(filename=None) implement the standard behaviorUlf Magnusson
2018-11-02Fix removal of multiple consecutive 'if' nodesUlf Magnusson
2018-10-26Support enabling the assignment-to-undef. symbol warning via the environmentUlf Magnusson
2018-10-16Make Kconfig.choices match its descriptionUlf Magnusson
2018-09-29Refactor parsing to get rid of _saved_lineUlf Magnusson
2018-09-23Fix formatting nit in user-defined Python function testsUlf Magnusson
2018-09-23Add support for user-defined Python preprocessor functionsUlf Magnusson
2018-09-04Allow macro expansion within symbol namesUlf Magnusson
2018-08-25Add a Kconfig.env_vars attribute that lists env. variablesUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-23Fix recursive 'source' error reportingUlf Magnusson
2018-08-21Make header symbol order match .config symbol order againUlf Magnusson
2018-07-20Fix detection of hex literalsUlf Magnusson
2018-07-20Add KCONFIG_STRICT flag for flagging refs. to undefined symsUlf Magnusson
2018-07-18Add def_int, def_hex, and def_string keywordsUlf Magnusson
2018-07-15Switch to more sensible globbing statements (w/ backwards compatibility)Ulf Magnusson
2018-07-10Add Kconfig preprocessorUlf Magnusson
2018-07-01Drop some compatibility and tighten up lexingUlf Magnusson
2018-06-22Add Symbol/Choice.referenced() convenience methodsUlf Magnusson
2018-06-19Add dependency loop detectionUlf Magnusson
2018-06-14Test property ordering on nested multi.def. choicesUlf Magnusson
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson
2018-06-13Add MenuNode function that returns referenced itemsUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-01Rename examples/menuconfig.py to menuconfig_example.pyUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-13Test grsource with nonexistent fileUlf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-02-27Implement 'rsource' statement ('source' with relative path)Roman
2018-02-16Include direct deps. in Symbol/Choice.__str__()Ulf Magnusson
2018-01-30Fix warnings printed for test suiteUlf Magnusson
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-05Don't write out 'option env' symbols to C headerUlf Magnusson
2017-11-12Remove unused test filesUlf Magnusson