summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2025-10-20kconfiglib: track origin for symbol valuesLuca Burelli
2025-10-20kconfiglib: add loc to reverse dependenciesLuca Burelli
2025-10-20kconfiglib: add 'user_loc' to Symbol and Choice classesLuca Burelli
2025-10-20kconfiglib: refactor Kconfig._warn() to use 'loc'Luca Burelli
2025-10-20kconfiglib: node: add 'loc' attributeLuca Burelli
2024-10-04Update various outdated links and contact informationStephanos Ioannidis
2020-01-31Make 14.1.0 release to return message string from Kconfig.write_autoconf()v14.1.0Ulf Magnusson
2020-01-31Return a message from Kconfig.write_autoconf()Ulf Magnusson
2020-01-24Make 14.0.0 release to use 'python3' in hashbangsv14.0.0Ulf Magnusson
2020-01-12Make 13.7.1 release to work around macOS menuconfig resizing crashv13.7.1Ulf Magnusson
2020-01-12Fix _parse_block() comment re. next pointerUlf Magnusson
2020-01-12Put some comments at the end of lines.Ulf Magnusson
2019-12-22Make 13.7.0 releasev13.7.0Ulf Magnusson
2019-12-22Remove redundant 'node.next = None' assignment for the last node in a fileUlf Magnusson
2019-12-22Add "error: " to the error message for a missing endchoice/endif/endmenuUlf Magnusson
2019-12-21Fix typo in commentUlf Magnusson
2019-12-19Make 13.6.0 release to improve aquatic themev13.6.0Ulf Magnusson
2019-12-17Pass 'node.item' instead of 'node' to Kconfig._set_type()Ulf Magnusson
2019-12-17Make 13.5.0 release to include script name for suppress_traceback=Truev13.5.0Ulf Magnusson
2019-12-17Include sys.argv[0] in error messages when suppress_traceback=TrueUlf Magnusson
2019-12-17Remove pointless return in Kconfig.__init__()Ulf Magnusson
2019-12-17Rename _make_depend_on() to _depend_on()Ulf Magnusson
2019-12-17Rename _parse_properties() to _parse_props()Ulf Magnusson
2019-12-14Make 13.4.0 release with error reporting and listnewconfig improvementsv13.4.0Ulf Magnusson
2019-12-14Make genconfig and standard_kconfig() consistentUlf Magnusson
2019-12-14Include "error: " in parsing error messagesUlf Magnusson
2019-12-14Add Kconfig.__init__() helper flag for suppressing tracebacksUlf Magnusson
2019-12-14Add a member function version of load_allconfig()Ulf Magnusson
2019-11-27Make 13.3.2 releasev13.3.2Ulf Magnusson
2019-11-23Make 13.3.1 releasev13.3.1Ulf Magnusson
2019-11-19Make 13.3.0 release with improved header comment customizationv13.3.0Ulf Magnusson
2019-11-17Support giving the header path in KCONFIG_AUTOHEADERUlf Magnusson
2019-11-17Make header strings customizable via the environmentUlf Magnusson
2019-10-29Make 13.2.0 release with Symbol/Choice.name_and_loc helperv13.2.0Ulf Magnusson
2019-10-29Add public helpers for generating "<name> (defined at ...)" stringsUlf Magnusson
2019-10-29Add missing Choice.str_value documentationUlf Magnusson
2019-10-10Make 13.1.1 releasev13.1.1Ulf Magnusson
2019-10-10Mention that standard_kconfig() returns the Kconfig instanceUlf Magnusson
2019-10-10Make 13.1.0 releasev13.1.0Ulf Magnusson
2019-10-10Convert standard_kconfig() to argparse for better feedbackUlf Magnusson
2019-10-05Make 13.0.0 release (with Windows packaging change)v13.0.0Ulf Magnusson
2019-09-26Simplify _expand_name_iter() a tiny bitUlf Magnusson
2019-09-26Make 12.14.1 releasev12.14.1Ulf Magnusson
2019-09-26Fix handling of parentheses in macro argument valuesUlf Magnusson
2019-09-04Make 12.14.0 releasev12.14.0Ulf Magnusson
2019-09-04Allow preprocessor user functions to access the parsing locationUlf Magnusson
2019-08-03Make 12.13.0 releasev12.13.0Ulf Magnusson
2019-07-05Pass set literals instead of tuples to frozenset()Ulf Magnusson
2019-07-04Clean up Kconfig.__init__() a bitUlf Magnusson
2019-07-04_name_special_search regex consistency nitUlf Magnusson