<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/pugixml, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2022-02-23T17:25:19+00:00</updated>
<entry>
<title>pugixml: upgrade 1.11.4 -&gt; 1.12</title>
<updated>2022-02-23T17:25:19+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@fujitsu.com</email>
</author>
<published>2022-02-23T02:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e40eb83ded047363443eeb1b8adb67c6100f75c4'/>
<id>urn:sha1:e40eb83ded047363443eeb1b8adb67c6100f75c4</id>
<content type='text'>
License-Update: year updated to 2022.

Changelog:
=========
Bug fixes:
----------
-Fix a bug in xml_document move construction when the source of the move is empty
-Fix const-correctness issues with iterator objects to support C++20 ranges

XPath improvements:
-------------------
-Improved detection of overly complex queries that may result in stack overflow
 during parsing

Compatibility improvements:
--------------------------
-Fix Cygwin support for DLL builds
-Fix Windows CE support
-Add NuGet builds and project files for VS2022

Build system changes:
--------------------
-All CMake options now have the prefix PUGIXML_. This may require changing
 dependent build configurations.
-Many build settings are now exposed via CMake settings, most notably
 PUGIXML_COMPACT and PUGIXML_WCHAR_MODE can be set without changing pugiconfig.hpp

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: upgrade 1.11.2 -&gt; 1.11.4</title>
<updated>2022-01-05T19:10:02+00:00</updated>
<author>
<name>zhengruoqin</name>
<email>zhengrq.fnst@fujitsu.com</email>
</author>
<published>2022-01-04T12:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=79a08a94b1cd5a4714ba60b876fb08b431fe13e3'/>
<id>urn:sha1:79a08a94b1cd5a4714ba60b876fb08b431fe13e3</id>
<content type='text'>
Changelog:
=========
This patch reintroduces pugixml target for CMake when find_package is used,
which was accidentally removed from v1.11.
It's recommended that pugixml::pugixml target is used instead, but this patch
restores pugixml target for existing applications / libraries that depend on it.

The previous patch, v1.11.3, did not handle repeated attempts to call
find_package; this patch fixes that particular corner case.

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: upgrade 1.11 -&gt; 1.11.2</title>
<updated>2020-12-18T16:23:14+00:00</updated>
<author>
<name>zhengruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2020-12-18T08:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=94fe89bbafff19ff6f9b454e53928263a4fdd149'/>
<id>urn:sha1:94fe89bbafff19ff6f9b454e53928263a4fdd149</id>
<content type='text'>
Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: upgrade 1.10 -&gt; 1.11</title>
<updated>2020-12-04T06:32:56+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2020-12-04T02:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9099626c21e02f74ac0f52cadd399271538d741d'/>
<id>urn:sha1:9099626c21e02f74ac0f52cadd399271538d741d</id>
<content type='text'>
Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: fix typo for homepage</title>
<updated>2020-06-01T05:42:25+00:00</updated>
<author>
<name>Konrad Weihmann</name>
<email>kweihmann@outlook.com</email>
</author>
<published>2020-05-30T20:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31fb85103b8babfbe96b3cbf44b03882f493f268'/>
<id>urn:sha1:31fb85103b8babfbe96b3cbf44b03882f493f268</id>
<content type='text'>
Fix typo for HOMEPAGE var

Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: add native and nativesdk BBCLASSEXTEND</title>
<updated>2020-05-05T23:23:36+00:00</updated>
<author>
<name>Bartłomiej Burdukiewicz</name>
<email>bartlomiej.burdukiewicz@gmail.com</email>
</author>
<published>2020-05-04T22:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=157b563cc9842699824b16686f9803c203a193ed'/>
<id>urn:sha1:157b563cc9842699824b16686f9803c203a193ed</id>
<content type='text'>
Signed-off-by: Bartłomiej Burdukiewicz &lt;bartlomiej.burdukiewicz@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: generate pkgconfig files.</title>
<updated>2020-05-05T23:23:36+00:00</updated>
<author>
<name>Bartłomiej Burdukiewicz</name>
<email>bartlomiej.burdukiewicz@gmail.com</email>
</author>
<published>2020-05-04T22:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dcede6c504933bc0087a835d437d96866d72cfa8'/>
<id>urn:sha1:dcede6c504933bc0087a835d437d96866d72cfa8</id>
<content type='text'>
This fixes build of kodi that is expecting proper
pkgconfig files for pugixml.

Signed-off-by: Bartłomiej Burdukiewicz &lt;bartlomiej.burdukiewicz@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: fix upstream version check</title>
<updated>2020-03-05T15:11:50+00:00</updated>
<author>
<name>Pierre-Jean Texier</name>
<email>pjtexier@koncepto.io</email>
</author>
<published>2020-03-05T13:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=07196b6a8cd774538cf9b82fc9fd2c7204a36e64'/>
<id>urn:sha1:07196b6a8cd774538cf9b82fc9fd2c7204a36e64</id>
<content type='text'>
Fixes:

INFO: Skip package pugixml (status = UNKNOWN_BROKEN, current version = 1.10, next version = N/A)

After this commit:

INFO: Skip package pugixml (status = MATCH, current version = 1.10, next version = 1.10)

Signed-off-by: Pierre-Jean Texier &lt;pjtexier@koncepto.io&gt;
</content>
</entry>
<entry>
<title>pugixml: Update to version 1.10</title>
<updated>2019-11-10T15:52:39+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2019-11-10T14:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fba182f5e5c4f05b1fba52fa3bb6ef1f72608a84'/>
<id>urn:sha1:fba182f5e5c4f05b1fba52fa3bb6ef1f72608a84</id>
<content type='text'>
Licence checksum changed due to updated copyright statement.

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>pugixml: add recipe</title>
<updated>2019-08-27T19:11:16+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-08-26T23:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c15a701afdacd0d8e3026710dfb7b0746b9da1f8'/>
<id>urn:sha1:c15a701afdacd0d8e3026710dfb7b0746b9da1f8</id>
<content type='text'>
pugixml is a light-weight, simple and fast XML parser for C++ with XPath
support.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
