<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v3.2.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v3.2.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2018-02-27T08:24:29Z</updated>
<entry>
<title>Make 3.2.0 release</title>
<updated>2018-02-27T08:24:29Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-27T08:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7a1f632774c01adf4382c2d8d80859a92f78f33d'/>
<id>urn:sha1:7a1f632774c01adf4382c2d8d80859a92f78f33d</id>
<content type='text'>
Adds a Kconfig extension contributed by RomaVis: aea0232 ("Implement
'rsource' statement ('source' with relative path)").
</content>
</entry>
<entry>
<title>Implement 'rsource' statement ('source' with relative path)</title>
<updated>2018-02-27T08:04:36Z</updated>
<author>
<name>Roman</name>
<email>ztcoils@gmail.com</email>
</author>
<published>2018-02-27T08:04:36Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=aea0232a56d9a9d2611b79ea9c67e0d9d49b183f'/>
<id>urn:sha1:aea0232a56d9a9d2611b79ea9c67e0d9d49b183f</id>
<content type='text'>
The 'rsource' statement works like 'source', but looks relative to the
Kconfig file that has the 'rsource' rather than relative to the base
Kconfig file. Using 'rsource' makes it possible to move subtrees with
Kconfig files around without breaking references to other Kconfig files.

So far, this is a Kconfiglib-exclusive feature.</content>
</entry>
<entry>
<title>Clarify the purpose of _STRING_LEX</title>
<updated>2018-02-25T14:20:15Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-25T14:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=17026039bd81da7305b35c3d13b8d9cf45924a50'/>
<id>urn:sha1:17026039bd81da7305b35c3d13b8d9cf45924a50</id>
<content type='text'>
The main purpose of _STRING_LEX is being able to tell strings from
constant symbol references during tokenization. The old comment was
implying that its only purpose is handling the "missing quotes" in e.g.

    source foo/Kconfig

Update the comment to make _STRING_LEX clearer.
</content>
</entry>
<entry>
<title>menuconfig.py: More style and comment nits</title>
<updated>2018-02-25T06:39:28Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-25T06:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=befb4129f09fa5c1a6e29dbeeb26feeaf6669eda'/>
<id>urn:sha1:befb4129f09fa5c1a6e29dbeeb26feeaf6669eda</id>
<content type='text'>
 - Use generator expression rather than list comprehension

 - Fix dubious English
</content>
</entry>
<entry>
<title>menuconfig.py: Style and comment nits</title>
<updated>2018-02-25T06:30:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-25T06:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9063061e4886cdddba0059309ed478aaef20f017'/>
<id>urn:sha1:9063061e4886cdddba0059309ed478aaef20f017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>menuconfig.py: Remove unused STR_TO_TRI import</title>
<updated>2018-02-23T05:54:44Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-23T05:52:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=edffd52295541c8908810a7c5dd5cdc3fe4d6f9a'/>
<id>urn:sha1:edffd52295541c8908810a7c5dd5cdc3fe4d6f9a</id>
<content type='text'>
Piggyback a small note to clarify that symbols defined without a type
are pretty obscure.
</content>
</entry>
<entry>
<title>Make 3.1.0 release</title>
<updated>2018-02-16T09:15:50Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-16T09:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=ce43e322b57c9c62999d8941f677e5ba2f455047'/>
<id>urn:sha1:ce43e322b57c9c62999d8941f677e5ba2f455047</id>
<content type='text'>
Only includes 2a88c0c ("Include direct deps. in
Symbol/Choice.__str__()").
</content>
</entry>
<entry>
<title>Include direct deps. in Symbol/Choice.__str__()</title>
<updated>2018-02-16T09:10:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-16T09:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2a88c0cc5707eb0761d87cfd2ca171ce687258fc'/>
<id>urn:sha1:2a88c0cc5707eb0761d87cfd2ca171ce687258fc</id>
<content type='text'>
Direct dependencies are significant for 'imply' even if the symbol has
no properties, so they need to be included to get semantically
equivalent output.

Making the direct dependencies clear is helpful in general too, even if
you can usually infer them from the properties they get propagated to.
</content>
</entry>
<entry>
<title>oldconfig.py style nits</title>
<updated>2018-02-09T01:43:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-09T01:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=30ff778e52d2cd74ce624348c44651982282f07d'/>
<id>urn:sha1:30ff778e52d2cd74ce624348c44651982282f07d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify tri_value_str() in oldconfig.py</title>
<updated>2018-02-09T01:43:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-02-09T01:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=fb18dea585742f11edf3f20017966698239e7a81'/>
<id>urn:sha1:fb18dea585742f11edf3f20017966698239e7a81</id>
<content type='text'>
</content>
</entry>
</feed>
