<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/cli11, branch mickledore</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-04-03T00:43:22+00:00</updated>
<entry>
<title>cli11: do not inherit ptest</title>
<updated>2023-04-03T00:43:22+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2023-04-02T22:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=306a92cdba0676446018cc3510b4f989747936f5'/>
<id>urn:sha1:306a92cdba0676446018cc3510b4f989747936f5</id>
<content type='text'>
This recipe provides no run-ptest script.

Signed-off-by: Tim Orling &lt;tim.orling@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: enable native/nativesdk builds</title>
<updated>2023-03-03T01:45:37+00:00</updated>
<author>
<name>Andreas Helbech Kleist</name>
<email>andreaskleist@gmail.com</email>
</author>
<published>2023-03-02T13:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd5b211eaea39806cfef9bee0d5f5b074bc61cf5'/>
<id>urn:sha1:dd5b211eaea39806cfef9bee0d5f5b074bc61cf5</id>
<content type='text'>
Signed-off-by: Andreas Helbech Kleist &lt;andreaskleist@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: upgrade 2.3.1 -&gt; 2.3.2</title>
<updated>2023-01-11T16:37:58+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-01-10T05:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8c09ffdc88e1a6c0427767987824594ecf68415f'/>
<id>urn:sha1:8c09ffdc88e1a6c0427767987824594ecf68415f</id>
<content type='text'>
Changelog:
===========
- Bugfix: Consistently use ADL for 'lexical_cast', making it easier to extend
  for custom template types [#820][]
- Bugfix: Tweak the parsing of files for flags with 'disable_flag_override'
  [#800][]
- Bugfix: Handle out of bounds long long [#807][]
- Bugfix: Spacing of 'make_description' min option output [#808][]
- Bugfix: Print last parsed subcommand's help message [#822][]
- Bugfix: Avoid floating point warning in GCC 12 [#803][]
- Bugfix: Fix a few gcc warnings [#813][]
- Backend: Max CMake tested 3.22 -&gt; 3.24 [#823][]

License-Update: Copyright updated to 2023.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: upgrade 2.3.0 -&gt; 2.3.1</title>
<updated>2022-11-07T16:40:48+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-11-07T08:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df06118e8a7b3925d43c8c4c556d32ca8d8199df'/>
<id>urn:sha1:df06118e8a7b3925d43c8c4c556d32ca8d8199df</id>
<content type='text'>
Changelog:
==========
  Bugfix: App::get_option_group implementation missing #793
  Bugfix: Fix spacing when setting an empty footer #796
  Bugfix: Address Klocwork static analysis checking issues #785

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: upgrade 2.2.0 -&gt; 2.3.0</title>
<updated>2022-10-18T15:23:44+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-10-18T01:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5b6ccc07b5d7033ee9bfc906a926d4fbeb764b92'/>
<id>urn:sha1:5b6ccc07b5d7033ee9bfc906a926d4fbeb764b92</id>
<content type='text'>
Changelog:
==========
Add CLI11_PRECOMPILED as an option. #762
Bugfix: Include &lt;functional&gt; in FormatterFwd #727
Bugfix: Add missing Macros.hpp to Error.hpp #755
Bugfix: Fix subcommand callback trigger #733
Bugfix: Variable rename to avoid warning #734
Bugfix: split_program_name single file name error #740
Bugfix: Better support for min/max overrides on MSVC #741
Bugfix: Support MSVC 2022 #748
Bugfix: Support negated flag in config file #775
Bugfix: Better errors for some confusing config file situations #781
Backend: Restore coverage testing (lost with Travis CI) #747

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: upgrade 1.9.1 -&gt; 2.2.0</title>
<updated>2022-09-07T23:44:54+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-09-07T01:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=62db1c041f8149f93f109da1102fbabbdff5094f'/>
<id>urn:sha1:62db1c041f8149f93f109da1102fbabbdff5094f</id>
<content type='text'>
License-Update: Copyright year updated to 2022.

0001-Do-not-download-the-catch-framework-during-configure.patch
added to download the catch framework before configure.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-03T13:57:49+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2021-11-02T23:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b402a3076fbafe05d0b8621e50603b65c3fe8147'/>
<id>urn:sha1:b402a3076fbafe05d0b8621e50603b65c3fe8147</id>
<content type='text'>
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-03T17:21:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c61dc077bbd81260e4f167fa2251643ba0ba6974'/>
<id>urn:sha1:c61dc077bbd81260e4f167fa2251643ba0ba6974</id>
<content type='text'>
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: 1.9.0 -&gt; 1.9.1</title>
<updated>2020-07-28T19:52:13+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2020-07-26T07:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=95ee6331c0b35387a5fcc20f1f21a1a8f10d54e0'/>
<id>urn:sha1:95ee6331c0b35387a5fcc20f1f21a1a8f10d54e0</id>
<content type='text'>
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli11: upgrade 1.8.0 -&gt; 1.9.0</title>
<updated>2020-05-14T06:40:04+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2020-05-14T03:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4e494eedfee1ad133cd15912d1b0c59349143904'/>
<id>urn:sha1:4e494eedfee1ad133cd15912d1b0c59349143904</id>
<content type='text'>
Variants of the patches are now included upstream so the local patching
can be removed.

Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
