<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/examples, branch v1.0.1</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v1.0.1</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2015-06-20T20:06:49Z</updated>
<entry>
<title>Make all examples Python 3-friendly.</title>
<updated>2015-06-20T20:06:49Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2015-06-20T19:46:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=1c416093518c7c358096802e911c00d29a810b18'/>
<id>urn:sha1:1c416093518c7c358096802e911c00d29a810b18</id>
<content type='text'>
print -&gt; print().

Skip 'from __future__ import print_function' by only having a single
argument (to avoid interpretation as tuples in Python 2). Keeps the
examples simple.
</content>
</entry>
<entry>
<title>Add example that mirrors defconfig and oldconfig.</title>
<updated>2015-05-24T10:06:55Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2015-05-24T10:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=bc34d530f4a21b5f06228d626f446c617b9c8876'/>
<id>urn:sha1:bc34d530f4a21b5f06228d626f446c617b9c8876</id>
<content type='text'>
From https://github.com/ulfalizer/Kconfiglib/issues/15. Getting the
output to match up exactly requires emulating each step, due to Kconfig
subtleties related to which symbols have been assigned values by the
user. The output might differ with other approaches, but this is not a
bug.
</content>
</entry>
<entry>
<title>Fix examples/allnoconfig.py testsuite hang with v4.0-rc3.</title>
<updated>2015-03-13T00:13:14Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2015-03-12T23:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=668d3b80a310dfa2850f8b61bca3a15679da5ed1'/>
<id>urn:sha1:668d3b80a310dfa2850f8b61bca3a15679da5ed1</id>
<content type='text'>
Settings the user value to 'y' does not guarantee that the (actual)
value will become 'y', as the symbol's visibility still acts as an upper
bound on the value.
</content>
</entry>
<entry>
<title>Use Symbol.is_allnoconfig_y() in the examples</title>
<updated>2015-03-12T11:27:45Z</updated>
<author>
<name>Philip Craig</name>
<email>philipjcraig@gmail.com</email>
</author>
<published>2015-03-12T11:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=589d9b7fc305848df64b73eeac6bdfd76de7ce34'/>
<id>urn:sha1:589d9b7fc305848df64b73eeac6bdfd76de7ce34</id>
<content type='text'>
This is required for the 'make allnoconfig' tests.
</content>
</entry>
<entry>
<title>Rename some APIs to be more consistent and intuitive.</title>
<updated>2012-12-13T07:25:24Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-13T07:23:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dfd0bf1dc9d46818e5e1ec3c432f2b764847dfe5'/>
<id>urn:sha1:dfd0bf1dc9d46818e5e1ec3c432f2b764847dfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable set_user_value() warning for symbols with no prompts.</title>
<updated>2012-12-12T10:16:11Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-12T10:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c6c21b2455a8ffc20c8fb5b4bedbd9a2d2eb7dab'/>
<id>urn:sha1:c6c21b2455a8ffc20c8fb5b4bedbd9a2d2eb7dab</id>
<content type='text'>
Disable warnings in allnoconfig_simpler.py instead.
</content>
</entry>
<entry>
<title>Rename APIs to be more consistent and intuitive.</title>
<updated>2012-12-11T14:18:10Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T14:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e32946d785274c4d33b63a7748ca6e1f733de331'/>
<id>urn:sha1:e32946d785274c4d33b63a7748ca6e1f733de331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a grep'ing example.</title>
<updated>2012-12-11T08:42:12Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T08:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=df05d2f0251bea2c7842bebc1d2c316e3e4b8fdd'/>
<id>urn:sha1:df05d2f0251bea2c7842bebc1d2c316e3e4b8fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include allnoconfig_simpler.py in test suite.</title>
<updated>2012-12-11T04:35:46Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-11T04:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=883ae46e8a120d6dda03a4a56a544ab79cf20b3b'/>
<id>urn:sha1:883ae46e8a120d6dda03a4a56a544ab79cf20b3b</id>
<content type='text'>
Also update some comments to reflect optimizations.
</content>
</entry>
<entry>
<title>Add a simpler allnoconfig example.</title>
<updated>2012-12-08T07:03:09Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2012-12-08T07:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=38339c48ec888fed1a9838dff070a79ec00a37c7'/>
<id>urn:sha1:38339c48ec888fed1a9838dff070a79ec00a37c7</id>
<content type='text'>
</content>
</entry>
</feed>
