<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v12.4.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.4.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.4.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-06-09T12:36:52Z</updated>
<entry>
<title>Make 12.4.0 release</title>
<updated>2019-06-09T12:36:52Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-09T12:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=1d47f21e88c0faa54e1bbddfc0764bddd338bb24'/>
<id>urn:sha1:1d47f21e88c0faa54e1bbddfc0764bddd338bb24</id>
<content type='text'>
Adds a small error message improvement, in commit 49831dd ("Give the
'source ...' line being parsed when a file can't be opened").
</content>
</entry>
<entry>
<title>Move macro-related $ later in regexes</title>
<updated>2019-06-09T12:04:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-09T11:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=eb191cf9ee775bb8219027d4ba6651cbd39d24d3'/>
<id>urn:sha1:eb191cf9ee775bb8219027d4ba6651cbd39d24d3</id>
<content type='text'>
Bit cleaner-looking.
</content>
</entry>
<entry>
<title>Give the 'source ...' line being parsed when a file can't be opened</title>
<updated>2019-06-09T12:04:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-09T11:54:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=49831ddfc8610feb3979a8a72a498b1d05759453'/>
<id>urn:sha1:49831ddfc8610feb3979a8a72a498b1d05759453</id>
<content type='text'>
Helpful when env. variables are involved. Previously only shown when the
file couldn't be found.
</content>
</entry>
<entry>
<title>Move self._line setting into _tokenize()</title>
<updated>2019-06-09T12:04:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-09T11:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=efbf127e6150f5f2e02d3bb1dff86ef38bac4275'/>
<id>urn:sha1:efbf127e6150f5f2e02d3bb1dff86ef38bac4275</id>
<content type='text'>
Factors out some common code.
</content>
</entry>
<entry>
<title>Get test coverage for --help---- and the like</title>
<updated>2019-06-09T12:00:50Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-09T11:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8453c52291eda9b9d954ac480fd062010f836a3f'/>
<id>urn:sha1:8453c52291eda9b9d954ac480fd062010f836a3f</id>
<content type='text'>
Weirdly formatted _T_HELP tokens are supported for compatibility with
old versions of the C tools.

Also add a lone '#' after the tricky help text. Some reconsidered
refactoring choked on that.
</content>
</entry>
<entry>
<title>menuconfig/guiconfig: Clean up 'range' checking a bit</title>
<updated>2019-06-09T12:00:25Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-07T15:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c295c312dd76be6b61bdaccda5b70be9cb79cf5f'/>
<id>urn:sha1:c295c312dd76be6b61bdaccda5b70be9cb79cf5f</id>
<content type='text'>
Just cosmetic.
</content>
</entry>
<entry>
<title>genconfig: Code ordering nit</title>
<updated>2019-06-07T05:29:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-07T05:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=929a5981c717d2e72e4b181b1a81d0b181d6b411'/>
<id>urn:sha1:929a5981c717d2e72e4b181b1a81d0b181d6b411</id>
<content type='text'>
Match the order the flags are defined.
</content>
</entry>
<entry>
<title>Make 12.3.0 release</title>
<updated>2019-06-07T05:03:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-07T04:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3ead645398eb6a64ee606d258365d7c129cfb339'/>
<id>urn:sha1:3ead645398eb6a64ee606d258365d7c129cfb339</id>
<content type='text'>
Adds a genconfig feature that can be used to avoid needless
reconfiguration, and improves the dumpvars output format.

 - Commit dd1be54 ("genconfig: Support generating lists of files and
   environment vars.")

 - Commit f503ea3 ("dumpvars: Make the output format copy-pasteable")
</content>
</entry>
<entry>
<title>genconfig: Support generating lists of files and environment vars.</title>
<updated>2019-06-07T05:03:17Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T17:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dd1be546016b227411e50376515956ed381ee270'/>
<id>urn:sha1:dd1be546016b227411e50376515956ed381ee270</id>
<content type='text'>
This can be useful to avoid needless reconfiguration, by checking if any
Kconfig file or environment variable has changed value before running
genconfig.
</content>
</entry>
<entry>
<title>dumpvars: Make the output format copy-pasteable</title>
<updated>2019-06-07T04:10:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T18:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f503ea39a10f685bf3fc2fb21f2748aad6c5ee99'/>
<id>urn:sha1:f503ea39a10f685bf3fc2fb21f2748aad6c5ee99</id>
<content type='text'>
Have it write assignments on a single line that can be copy-pasted
before a command.
</content>
</entry>
</feed>
