summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-15Reorder _filestack fieldsUlf Magnusson
2018-07-15Detect recursive 'source' earlierUlf Magnusson
2018-07-13Make 8.1.1 releasev8.1.1Ulf Magnusson
2018-07-13Fix absolute $srctree prefixes showing up on gsource'd filesUlf Magnusson
2018-07-11Make 8.1.0 releasev8.1.0Ulf Magnusson
2018-07-11Massively speed up U-Boot parsingUlf Magnusson
2018-07-11Comment formatting nitUlf Magnusson
2018-07-10Add hint re. "macro expanded to blank string"Ulf Magnusson
2018-07-10Remove trailing whitespaceUlf Magnusson
2018-07-10Warn if int/hex 'default' is outside active 'range'Ulf Magnusson
2018-07-10Warn if int/hex/string symbols are evaluated logicallyUlf Magnusson
2018-07-10Make 8.0.0 releasev8.0.0Ulf Magnusson
2018-07-10Remove reference to "speedy" test suite option in READMEUlf Magnusson
2018-07-10Add Kconfig preprocessorUlf Magnusson
2018-07-10Generalize select-with-unsatisfied-deps warningUlf Magnusson
2018-07-02Refactor tokenization a bitUlf Magnusson
2018-07-02Simplify some dict.get() calls by passing defaultsUlf Magnusson
2018-07-02Simplify some _warn() callsUlf Magnusson
2018-07-02Tighten up named choice parsingUlf Magnusson
2018-07-02Number tokens from 1 to simplify some checksUlf Magnusson
2018-07-01Drop some compatibility and tighten up lexingUlf Magnusson
2018-06-24menuconfig: Style nitUlf Magnusson
2018-06-24menuconfig: Remove redundant _update_menu() callUlf Magnusson
2018-06-22genconfig: Remove unused sys importUlf Magnusson
2018-06-22oldconfig: Put standard library imports firstUlf Magnusson
2018-06-22menuconfig: Fix some pylint code nitsUlf Magnusson
2018-06-22menuconfig: Simplify [N]/[M]/[Y] implementationUlf Magnusson
2018-06-22menuconfig: Simplify is_num() a bitUlf Magnusson
2018-06-22Simplify the find_symbol and list_undefined examplesUlf Magnusson
2018-06-22Make 7.0.0 releasev7.0.0Ulf Magnusson
2018-06-22Turn MenuNode/Symbol/Choice.referenced() into a @propertyUlf Magnusson
2018-06-22Add Symbol/Choice.referenced() convenience methodsUlf Magnusson
2018-06-20Simplify MenuNode.referenced() a bitUlf Magnusson
2018-06-20Rename KconfigSyntaxError to KconfigErrorUlf Magnusson
2018-06-19Add dependency loop detectionUlf Magnusson
2018-06-19allnoconfig: Remove leftover commentUlf Magnusson
2018-06-18Add Nordic Semiconductor ASA as shared menuconfig copyright holderUlf Magnusson
2018-06-15Link to ACRN utilitiesUlf Magnusson
2018-06-15Rename _copy_props_to_sc() to _add_props_to_sc()Ulf Magnusson
2018-06-15Comment wording nitUlf Magnusson
2018-06-15Rename _copy_deps_to_sc() to _copy_props_to_sc()Ulf Magnusson
2018-06-15menuconfig: Remove redundant int() argumentUlf Magnusson
2018-06-14Make 6.1.1 releasev6.1.1Ulf Magnusson
2018-06-14Correctly report choice locations in some warningsUlf Magnusson
2018-06-14Remove redundant str()Ulf Magnusson
2018-06-14Make 6.1.0 releasev6.1.0Ulf Magnusson
2018-06-14Comment formatting nitUlf Magnusson
2018-06-14Test property ordering on nested multi.def. choicesUlf Magnusson
2018-06-14Fix MenuNode.referenced() on Kconfig.top_nodeUlf Magnusson
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson