<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/README.rst, branch v10.40.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.40.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.40.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-03-10T12:33:44Z</updated>
<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>Make 10.39.0 release</title>
<updated>2019-03-06T03:17:00Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-03-06T03:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a14fd133ed54c236289b0e11607805161f0e8415'/>
<id>urn:sha1:a14fd133ed54c236289b0e11607805161f0e8415</id>
<content type='text'>
 - Commit 132e579 ("Give more helpful error messages when files are
   missing") makes the hint in error messages for missing files more
   helpful.

 - Commit faa4476 ("setconfig: Fix help text format") fixes the format
   of 'setconfig --help'.

 - Commit 553cca8 ("Use a consistent style in small utilities") and
   commit 66557ed ("Use a consistent style in examples") cleans the
   utilities and examples up a bit and removes some unused imports.
</content>
</entry>
<entry>
<title>Make 10.38.0 release</title>
<updated>2019-02-23T14:58:01Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-23T14:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6b75d1589e06bafca7cb70205b435fe3e01b9f96'/>
<id>urn:sha1:6b75d1589e06bafca7cb70205b435fe3e01b9f96</id>
<content type='text'>
Adds a small documentation improvement in commit 99a7af7 ("Document that
kconfig_filenames keeps absolute paths as-is").
</content>
</entry>
<entry>
<title>Make 10.37.0 release</title>
<updated>2019-02-11T02:11:27Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-11T02:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6469c0544035026d63866e280b6726006170a25e'/>
<id>urn:sha1:6469c0544035026d63866e280b6726006170a25e</id>
<content type='text'>
Adds a utility for setting configuration values from the command line,
in commit 22d3cc3 ("setconfig: Add script").
</content>
</entry>
<entry>
<title>setconfig: Add script</title>
<updated>2019-02-11T02:07:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-02-11T01:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=22d3cc30fd6bc38da2af2a446a8babe28e79701c'/>
<id>urn:sha1:22d3cc30fd6bc38da2af2a446a8babe28e79701c</id>
<content type='text'>
This is a simple script for updating configuration values from the
command line, with (optional) checking that the assigned value matches
the actual symbol value afterwards (which it might not if there are
unsatisfied dependencies).

Sample usage:

  $ setconfig FOO_SUPPORT=y BAR_BITS=8

This is useful for patching the configuration in automated build
systems, in a way that's safer than directly patching configuration
files.
</content>
</entry>
<entry>
<title>Bump latest version to 10.36.0 in README</title>
<updated>2019-01-15T22:54:59Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-01-15T22:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=6dc0a22d0de5f00eb5c2bfa2adc202d5c6712efb'/>
<id>urn:sha1:6dc0a22d0de5f00eb5c2bfa2adc202d5c6712efb</id>
<content type='text'>
Forgot when pushing out the release.
</content>
</entry>
<entry>
<title>Make 10.35.0 release</title>
<updated>2018-12-24T19:52:41Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-12-24T19:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=16539b4f223fa5ea0afef409e5bd3fd62b90cfde'/>
<id>urn:sha1:16539b4f223fa5ea0afef409e5bd3fd62b90cfde</id>
<content type='text'>
 - Commit 3a3559f ("menuconfig: Prompt for save if a different .config
   would be saved") improves the behavior of menuconfig.py when Kconfig
   files are modified between sessions, fixing issue #63.

   Modifying Kconfig files in a way that would affect the written
   .config now always makes the menuconfig prompts for saving the
   configuration on exit.

   A new Kconfig.missing_syms attribute is added as well, which was
   needed to implement the improved behavior with public APIs.

 - Commit b64c961 ("Warn for '# CONFIG_FOO is not set' when FOO is
   referenced but undefined") fixes a small oversight re. the
   assignment-to-undefined-symbol warning.
</content>
</entry>
<entry>
<title>Make 10.34.0 release</title>
<updated>2018-12-15T21:04:44Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-12-15T21:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e629c33d31e223ca1284aa77efce4628bbf50e21'/>
<id>urn:sha1:e629c33d31e223ca1284aa77efce4628bbf50e21</id>
<content type='text'>
Adds commit dcb6f12 ("menuconfig: Add show-help mode"), which adds a new
mode to the menuconfig that replaces the key listing at the bottom with
the help text of the selected item.
</content>
</entry>
<entry>
<title>menuconfig: Add show-help mode</title>
<updated>2018-12-15T20:59:05Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-12-15T19:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dcb6f1234a7864dab196d0ff504aef891865ad87'/>
<id>urn:sha1:dcb6f1234a7864dab196d0ff504aef891865ad87</id>
<content type='text'>
Pressing F toggles show-help mode, where the help window at the bottom
displays the help text of the currently selected item, if any. Can be
handy when browsing through symbols.

Also mention the different modes that are available in the module
docstring.
</content>
</entry>
<entry>
<title>Make 10.33.0 release</title>
<updated>2018-12-15T13:08:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-12-15T13:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dc7fd40647f6b824d032a07d174402ad315214e2'/>
<id>urn:sha1:dc7fd40647f6b824d032a07d174402ad315214e2</id>
<content type='text'>
Adds an error reporting improvement and an example code fix:

 - Commit 0266924 ("Improve error for missing endchoice/endif/endmenu")

 - Commit a88302b ("Fix user-defined preprocessor function example
   code")

Some minor performance improvements are included as well.
</content>
</entry>
</feed>
