summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Prompt for choices with new visible symbols in oldconfig.pyUlf Magnusson
2018-02-07Give symbol locations in merge_config.py warningsUlf Magnusson
2018-02-07Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()Ulf Magnusson
2018-02-06Add help text display feature to oldconfig.pyUlf Magnusson
2018-02-06Refactor do_oldconfig() slightlyUlf Magnusson
2018-02-06Account for earlier symbols depending on later ones in oldconfig.pyUlf Magnusson
2018-02-06Consistently use 'kconf' instead of 'conf'Ulf Magnusson
2018-02-06Add oldconfig.py example scriptUlf Magnusson
2018-02-03Add example that finds references to undefined symbolsUlf Magnusson
2017-12-30Add merge_config.py exampleUlf Magnusson
2017-11-27eval_expr.py: Fix missing argument error messageUlf Magnusson
2017-11-26menuconfig.py: indent_print() style nitUlf Magnusson
2017-11-26print_tree.py: Style nitsUlf Magnusson
2017-11-20allno/yesconfig.py: Remove unused STR_TO_TRI importsUlf Magnusson
2017-11-20Simplify menuconfig.py's value_str() a bitUlf Magnusson
2017-11-10eval_expr.py: s/syms["MODULES"]/modules/Ulf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-09allnoconfig.py: s/while 1/while True/Ulf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-07Test for m, y assignability in a more readable wayUlf Magnusson
2017-11-06Refer to kconfiglib.py for iterative tree walkingUlf Magnusson
2017-11-06Clean up examples a bitUlf Magnusson
2017-11-06Simplify allyesconfig.pyUlf Magnusson
2017-11-05Simplify redundant 'is (not) None' tests in examplesUlf Magnusson
2017-11-05Simplify allnoconfig.py choice handlingUlf Magnusson
2017-11-05Fix find_symbol.py typoUlf Magnusson
2017-11-05Add example that finds references to a symbolUlf Magnusson
2017-11-05Get rid of some more tristate quotesUlf Magnusson
2017-11-04Add symbolic ../kconfiglib.py link to examples/Ulf Magnusson
2017-11-04Fix some menuconfig.py typosUlf Magnusson
2017-11-04Add documentation for menuconfig exampleUlf Magnusson
2017-11-04Add menuconfig example/proof of conceptUlf Magnusson
2017-11-01Switch to a much faster invalidation algorithmUlf Magnusson
2017-10-31Handle choices more like the C implementationUlf Magnusson
2017-10-30Merge user_str/tri_value into user_valueUlf Magnusson
2017-10-30Consistently use 0/1/2 for tristate valuesUlf Magnusson
2017-10-28Nearly finalize APIUlf Magnusson
2017-10-25BackupUlf Magnusson
2017-10-24Kconfiglib 2 backupUlf Magnusson
2015-06-20Make all examples Python 3-friendly.Ulf Magnusson
2015-05-24Add example that mirrors defconfig and oldconfig.Ulf Magnusson
2015-03-13Fix examples/allnoconfig.py testsuite hang with v4.0-rc3.Ulf Magnusson
2015-03-12Use Symbol.is_allnoconfig_y() in the examplesPhilip Craig
2012-12-13Rename some APIs to be more consistent and intuitive.Ulf Magnusson
2012-12-12Re-enable set_user_value() warning for symbols with no prompts.Ulf Magnusson
2012-12-11Rename APIs to be more consistent and intuitive.Ulf Magnusson
2012-12-11Add a grep'ing example.Ulf Magnusson
2012-12-11Include allnoconfig_simpler.py in test suite.Ulf Magnusson