<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v10.41.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.41.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.41.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-03-14T15:43:36Z</updated>
<entry>
<title>Make 10.41.0 release</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=57fd6c0375490dad70743b3857020aa2ae5bc2c8'/>
<id>urn:sha1:57fd6c0375490dad70743b3857020aa2ae5bc2c8</id>
<content type='text'>
Adds some minor optimization (and internal refactoring) in commit
c0b9b07 ("Refactor and optimize type parsing a bit").
</content>
</entry>
<entry>
<title>menuconfig: Fix some typos in comments</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e2a279bd294f8ab3a73a5b0d7286fa60bbfc1403'/>
<id>urn:sha1:e2a279bd294f8ab3a73a5b0d7286fa60bbfc1403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oldconfig: Style nit</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0fa6862931abae2f9bde4b3690d380c4ce68e84c'/>
<id>urn:sha1:0fa6862931abae2f9bde4b3690d380c4ce68e84c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment nit</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:38:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=10d9e2ffd115dacf2cf8d0d71cf7bf4eb8cf9b71'/>
<id>urn:sha1:10d9e2ffd115dacf2cf8d0d71cf7bf4eb8cf9b71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>menuconfig: Put two blank lines between top-level functions</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=bf407654df1081e7fbc3f876288cc275092cf549'/>
<id>urn:sha1:bf407654df1081e7fbc3f876288cc275092cf549</id>
<content type='text'>
Be consistent with the other utilities.
</content>
</entry>
<entry>
<title>Put two blank lines between top-level functions/classes</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T14:06:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d6e6f7aee1fa4d34ffe814ac2c0f7ea4a64de13a'/>
<id>urn:sha1:d6e6f7aee1fa4d34ffe814ac2c0f7ea4a64de13a</id>
<content type='text'>
Make kconfiglib.py consistent with the utilities.
</content>
</entry>
<entry>
<title>Refactor and optimize type parsing a bit</title>
<updated>2019-03-14T15:43:36Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-14T12:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=709fd86e86fb2c033e2f1d81bca76208dbba05a7'/>
<id>urn:sha1:709fd86e86fb2c033e2f1d81bca76208dbba05a7</id>
<content type='text'>
Have BOOL/TRISTATE/... match _T_BOOL/_T_TRISTATE/... so that _set_type()
doesn't have to do any conversion in the common case. Conversion is
still needed for _T_DEF_BOOL/_T_DEF_TRISTATE/..., but those are rare.

Also make use of UNKNOWN being falsy.

Piggyback some rearranging of global constants so that related stuff
appears closer together, for readability.
</content>
</entry>
<entry>
<title>Clarify shutil lazy import</title>
<updated>2019-03-14T12:37:26Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-11T05:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=329c941fb4057875c3cb456e5eb144afb45105eb'/>
<id>urn:sha1:329c941fb4057875c3cb456e5eb144afb45105eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 10.40.0 release</title>
<updated>2019-03-10T12:33:44Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-10T12:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c81e52b89883163059f915bc8ea73b1b7bb6c254'/>
<id>urn:sha1:c81e52b89883163059f915bc8ea73b1b7bb6c254</id>
<content type='text'>
Adds a silly small optimization in commit 8ddefea ("Import 'platform'
and 'subprocess' as needed").
</content>
</entry>
<entry>
<title>Import 'platform' and 'subprocess' as needed</title>
<updated>2019-03-10T12:28:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-10T12:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8ddefeab1fd04c74a5638ca1e2cc5dbccfad5dd8'/>
<id>urn:sha1:8ddefeab1fd04c74a5638ca1e2cc5dbccfad5dd8</id>
<content type='text'>
Saves around 10 ms of startup time when they aren't, as measured with
'-X importtime'.
</content>
</entry>
</feed>
