<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v2.0.3</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.3</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.3'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2017-11-30T10:14:48Z</updated>
<entry>
<title>Make 2.0.3 release</title>
<updated>2017-11-30T10:14:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-30T10:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=90cb539935c09975e234efcdab063108127fd89e'/>
<id>urn:sha1:90cb539935c09975e234efcdab063108127fd89e</id>
<content type='text'>
 - Small parsing performance improvements:

   80b9198 (Micro-optimize Symbol.__init__() a bit)
   626b6ea (Check for type first when parsing properties)
   d6aa5cf (Tokenize in _next_line())

 - Minor documentation nits (typos, etc.)
</content>
</entry>
<entry>
<title>Mention multiprocessing in README</title>
<updated>2017-11-30T10:12:21Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-30T10:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a2cbaa8a3b683b69a8297fb34b9f82152223fea7'/>
<id>urn:sha1:a2cbaa8a3b683b69a8297fb34b9f82152223fea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>eval_expr.py: Fix missing argument error message</title>
<updated>2017-11-27T19:07:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-27T19:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b8e23d0c5e60436774f161ee024e45a390ec6aef'/>
<id>urn:sha1:b8e23d0c5e60436774f161ee024e45a390ec6aef</id>
<content type='text'>
Copy-paste error.

Piggyback error message consistency nit for help_grep.py.
</content>
</entry>
<entry>
<title>Fix typo in comment: s/T_IF/_T_IF/</title>
<updated>2017-11-27T09:40:50Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-27T09:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=69bd2f5f67c1444fae9558ddbda09389e8d6c7ab'/>
<id>urn:sha1:69bd2f5f67c1444fae9558ddbda09389e8d6c7ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix _lookup_sym() docstring typo</title>
<updated>2017-11-26T14:11:32Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-26T14:10:36Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d63ef8aa53a1d372a38483bcbd91cbaec082378e'/>
<id>urn:sha1:d63ef8aa53a1d372a38483bcbd91cbaec082378e</id>
<content type='text'>
s/_parsing_configs/_parsing_kconfigs/
</content>
</entry>
<entry>
<title>menuconfig.py: indent_print() style nit</title>
<updated>2017-11-26T13:43:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-26T13:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7f85e810c2fd22098049cc490532f8f7c17f8315'/>
<id>urn:sha1:7f85e810c2fd22098049cc490532f8f7c17f8315</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print_tree.py: Style nits</title>
<updated>2017-11-26T13:43:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-26T13:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=882f58c7d1dfc935b22a4a9b2ae144d238d5f093'/>
<id>urn:sha1:882f58c7d1dfc935b22a4a9b2ae144d238d5f093</id>
<content type='text'>
 - Remove redundant parentheses in indent_print().

 - Use unnumbered replacement fields with format().
</content>
</entry>
<entry>
<title>Simplify _T_IF choice check</title>
<updated>2017-11-24T12:53:37Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-24T12:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=1a0cfea9b6e070540c14d7121f88612b0fb94c19'/>
<id>urn:sha1:1a0cfea9b6e070540c14d7121f88612b0fb94c19</id>
<content type='text'>
Already have the parent in 'parent'.
</content>
</entry>
<entry>
<title>allno/yesconfig.py: Remove unused STR_TO_TRI imports</title>
<updated>2017-11-20T07:08:25Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-20T07:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f2f69e6f60eb75d054383579454038a80f3d9f0e'/>
<id>urn:sha1:f2f69e6f60eb75d054383579454038a80f3d9f0e</id>
<content type='text'>
Leftovers
</content>
</entry>
<entry>
<title>Simplify menuconfig.py's value_str() a bit</title>
<updated>2017-11-20T06:31:35Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-20T06:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2e6a274d7ea13e938d42ce8f4a4ec1e5d141f8ec'/>
<id>urn:sha1:2e6a274d7ea13e938d42ce8f4a4ec1e5d141f8ec</id>
<content type='text'>
No need to use a dictionary.
</content>
</entry>
</feed>
