summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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
2012-12-08Add a simpler allnoconfig example.Ulf Magnusson
2012-12-08Clarify allno/yesconfig.py.Ulf Magnusson
2012-12-06Move examples into separate directory.Ulf Magnusson