<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/dc, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-12-20T19:41:03+00:00</updated>
<entry>
<title>double-conversion: upgrade 3.3.1 -&gt; 3.4.0</title>
<updated>2025-12-20T19:41:03+00:00</updated>
<author>
<name>Liu Yiding</name>
<email>liuyd.fnst@fujitsu.com</email>
</author>
<published>2025-12-17T08:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=36105067948c8752615add029da76498d6a5c26f'/>
<id>urn:sha1:36105067948c8752615add029da76498d6a5c26f</id>
<content type='text'>
Drop 0001-allow-build-with-cmake-4.patch as it was merged upstream.

Signed-off-by: Liu Yiding &lt;liuyd.fnst@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>double-conversion: Add patch for CMake 4+ compatibility</title>
<updated>2025-07-09T16:16:07+00:00</updated>
<author>
<name>Alper Ak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2025-07-08T19:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=922215ac29c883a47180cdd134ec4aa61a6167d7'/>
<id>urn:sha1:922215ac29c883a47180cdd134ec4aa61a6167d7</id>
<content type='text'>
Fix:

| CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
|   Compatibility with CMake &lt; 3.5 has been removed from CMake.
|
|   Update the VERSION argument &lt;min&gt; value.  Or, use the &lt;min&gt;...&lt;max&gt; syntax
|   to tell CMake that the project requires at least &lt;min&gt; but has been updated
|   to work with policies introduced by &lt;max&gt; or earlier.
|
|   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
|
|
| -- Configuring incomplete, errors occurred!

Signed-off-by: Alper Ak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>double-conversion: upgrade 3.3.0 -&gt; 3.3.1</title>
<updated>2025-02-26T16:30:49+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-02-25T23:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=76892a7093139ff549107ff271f8c25e4d265d1a'/>
<id>urn:sha1:76892a7093139ff549107ff271f8c25e4d265d1a</id>
<content type='text'>
Changelog:
=============
- Hash pin Github workflows
- Create dependabot.yml
- Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines
- Add bzlmod MODULE.bazel file
- Add CIFuzz Github Action
- Update MODULE.bazel and README.md.
- Remove the explicit dependency on rules_cc.
- Add missing headers

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>double-conversion: upgrade 3.2.1 -&gt; 3.3.0</title>
<updated>2023-05-25T15:57:47+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-05-25T06:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2424b1500aff6188bd7761198505962338f61a04'/>
<id>urn:sha1:2424b1500aff6188bd7761198505962338f61a04</id>
<content type='text'>
Changelog:
=========
Fix some compile warnings in Visual Studio
Set permissions for github workflows
Add flags to control trailing decimal and zero in exponent form when input has one significant digit

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>meta-oe: recipes-support: dc: Add ptest</title>
<updated>2023-04-05T22:57:09+00:00</updated>
<author>
<name>Ever ATILANO</name>
<email>ever.atilano@smile.fr</email>
</author>
<published>2023-03-24T14:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1dc02603095d4d0d0e6c856b1123526b01801b35'/>
<id>urn:sha1:1dc02603095d4d0d0e6c856b1123526b01801b35</id>
<content type='text'>
Signed-off-by: Ever ATILANO &lt;ever.atilano@smile.fr&gt;
Signed-off-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>double-conversion: added double-conversion lib</title>
<updated>2022-10-18T02:19:40+00:00</updated>
<author>
<name>Sebastian Suesens</name>
<email>sebastian.suesens@gmail.com</email>
</author>
<published>2022-10-17T06:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=528d29b4a903a95d217f050b4c95006221b74bbe'/>
<id>urn:sha1:528d29b4a903a95d217f050b4c95006221b74bbe</id>
<content type='text'>
This provides binary-decimal and decimal-binary routines for IEEE doubles.

Signed-off-by: Sebastian Suesens &lt;sebastian.suesens@baslerweb.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
