<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v10.44.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.44.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.44.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-03-22T16:33:50Z</updated>
<entry>
<title>Make 10.44.0 release</title>
<updated>2019-03-22T16:33:50Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-22T16:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d78bf42923b0d2bf85dbeefb602736161ac91701'/>
<id>urn:sha1:d78bf42923b0d2bf85dbeefb602736161ac91701</id>
<content type='text'>
Makes more documentation available via pydoc(3), in commit c70a45e
("Convert some comments to module docstrings in utilities").
</content>
</entry>
<entry>
<title>Convert some comments to module docstrings in utilities</title>
<updated>2019-03-22T16:29:12Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-22T14:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c70a45eb935dc536ce59ec860c17b4c1c531a663'/>
<id>urn:sha1:c70a45eb935dc536ce59ec860c17b4c1c531a663</id>
<content type='text'>
This makes running pydoc(3) on the utilities helpful.

Reuse the module docstring for the --help text for utilities that use
argparse.

Also fix some copy-paste errors in the all*config.py descriptions and
clean up the language a bit.

Piggyback removal of an optimization in allmodconfig.py that's pretty
irrelevant now.
</content>
</entry>
<entry>
<title>README nit</title>
<updated>2019-03-22T16:11:41Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-22T16:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e4a71defef40b6ab640dedaf185562f343f963c9'/>
<id>urn:sha1:e4a71defef40b6ab640dedaf185562f343f963c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>setup: Whitespace nit</title>
<updated>2019-03-21T22:42:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-21T22:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=38099349ef609488e5a2b7dab75c0e59d6876fa6'/>
<id>urn:sha1:38099349ef609488e5a2b7dab75c0e59d6876fa6</id>
<content type='text'>
Guess setuptools strictly isn't in the stdlib...
</content>
</entry>
<entry>
<title>setup: Style nits</title>
<updated>2019-03-21T22:36:34Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-21T22:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b13d3257d27d77cda32d15c0f4531e3cc10c2edd'/>
<id>urn:sha1:b13d3257d27d77cda32d15c0f4531e3cc10c2edd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>menuconfig: Whitespace nit</title>
<updated>2019-03-21T22:36:28Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-21T00:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8c7a9d1e8dc8d3912cb5fc21595cbc49d36375e8'/>
<id>urn:sha1:8c7a9d1e8dc8d3912cb5fc21595cbc49d36375e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 10.43.0 release</title>
<updated>2019-03-20T17:32:06Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-20T17:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=d00120d8b9d92d8ceb1ba78b8a6735f73bb2600b'/>
<id>urn:sha1:d00120d8b9d92d8ceb1ba78b8a6735f73bb2600b</id>
<content type='text'>
Adds a new savedefconfig script in commit b7a1ea6 ("savedefconfig: Add
script").
</content>
</entry>
<entry>
<title>savedefconfig: Add script</title>
<updated>2019-03-20T17:29:18Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-20T17:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b7a1ea66d273a4594ee3644be52718310ee100f6'/>
<id>urn:sha1:b7a1ea66d273a4594ee3644be52718310ee100f6</id>
<content type='text'>
Minimal configuration files can already be generated from within the
menuconfig too, but having a script available can be handy for
scripting.
</content>
</entry>
<entry>
<title>menuconfig: Style nits</title>
<updated>2019-03-20T16:56:44Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-20T16:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9eda760c3dda5dd4ee48d448cc6aae5cd431284b'/>
<id>urn:sha1:9eda760c3dda5dd4ee48d448cc6aae5cd431284b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace nit</title>
<updated>2019-03-20T16:56:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-19T22:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=88ecbb7e5a28fc48c424027c9ef826d6d5f5402f'/>
<id>urn:sha1:88ecbb7e5a28fc48c424027c9ef826d6d5f5402f</id>
<content type='text'>
</content>
</entry>
</feed>
