summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-21Make header symbol order match .config symbol order againUlf Magnusson
2018-08-21Refactor write_config() a bitUlf Magnusson
2018-08-18Grammar nitUlf Magnusson
2018-08-18Document that MenuNode.filename is relative to $srctreeUlf Magnusson
2018-08-18List new Kconfig.__init__() $srctree behavior among changes in READMEUlf Magnusson
2018-08-18Make 10.0.0 releasev10.0.0Ulf Magnusson
2018-08-18Look up the top-level Kconfig file relative to $srctreeUlf Magnusson
2018-08-18Make 9.4.2 releasev9.4.2Ulf Magnusson
2018-08-18Revert "Fix $srctree logic for the top-level Kconfig file"Ulf Magnusson
2018-08-17rsource documentation nitsUlf Magnusson
2018-08-17Make 9.4.1 releasev9.4.1Ulf Magnusson
2018-08-17Fix $srctree logic for the top-level Kconfig fileUlf Magnusson
2018-08-14Use += instead of extend()Ulf Magnusson
2018-08-12Simplify menuconfig-without-prompt warningUlf Magnusson
2018-08-12Simplify _warn_select_unsatisfied_deps() a bitUlf Magnusson
2018-08-11Make 9.4.0 releasev9.4.0Ulf Magnusson
2018-08-11Don't pass encoding= to Popen()Ulf Magnusson
2018-08-10Improve naming in the custom expr. printing functionsUlf Magnusson
2018-08-10menuconfig: Make symbol information less spammyUlf Magnusson
2018-08-10menuconfig: Omit tristate value hint for int/string/hex defaultsUlf Magnusson
2018-08-10menuconfig: Use the new custom symbol/choice string functionalityUlf Magnusson
2018-08-10Support custom printing of symbols/choices in expressionsUlf Magnusson
2018-08-10Fix minimal configuration testUlf Magnusson
2018-07-31Look for '$(' instead of '$' for inline macro expansionsUlf Magnusson
2018-07-27Make 9.3.0 releasev9.3.0Ulf Magnusson
2018-07-24Restore compatibility with old kernelsUlf Magnusson
2018-07-24Use universal newlines mode in $(shell) implementationUlf Magnusson
2018-07-20Make 9.2.1 releasev9.2.1Ulf Magnusson
2018-07-20Fix detection of hex literalsUlf Magnusson
2018-07-20Make 9.2.0 releasev9.2.0Ulf Magnusson
2018-07-20Mention KCONFIG_STRICT in the READMEUlf Magnusson
2018-07-20Add KCONFIG_STRICT flag for flagging refs. to undefined symsUlf Magnusson
2018-07-20Simplify self.srctree assignmentUlf Magnusson
2018-07-19Simplify enabling universal newlines modeUlf Magnusson
2018-07-18Make 9.1.0 releasev9.1.0Ulf Magnusson
2018-07-18Add def_int, def_hex, and def_string keywordsUlf Magnusson
2018-07-18setup.py: Specify encoding when reading README.rstUlf Magnusson
2018-07-17Factor out isinstance(str) check in set_value()Ulf Magnusson
2018-07-17Simplify defconfig_filename() returnsUlf Magnusson
2018-07-17Remove outdated commentUlf Magnusson
2018-07-16Refactor _T_*SOURCE implementation a bitUlf Magnusson
2018-07-16Fix outdated _T_*SOURCE commentUlf Magnusson
2018-07-15Formatting nitUlf Magnusson
2018-07-15Fix typo in READMEUlf Magnusson
2018-07-15Make 9.0.0 releasev9.0.0Ulf Magnusson
2018-07-15Switch to more sensible globbing statements (w/ backwards compatibility)Ulf Magnusson
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