<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/libtoml11/files, 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>2026-04-17T21:15:58+00:00</updated>
<entry>
<title>libtoml11: Fix build with C23 and clang</title>
<updated>2026-04-17T21:15:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>khem.raj@oss.qualcomm.com</email>
</author>
<published>2026-04-16T23:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=574aa17a02be8b74f2d0bd49d72636c7650bbaa5'/>
<id>urn:sha1:574aa17a02be8b74f2d0bd49d72636c7650bbaa5</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>libtoml11/files/0001-Remove-whitespace-in-operator.patch: change upstream-status</title>
<updated>2026-02-18T06:42:41+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>adam.duskett@amarulasolutions.com</email>
</author>
<published>2026-02-17T15:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2681b16e8ae3ba458e1f3621fbbd86a845a257a6'/>
<id>urn:sha1:2681b16e8ae3ba458e1f3621fbbd86a845a257a6</id>
<content type='text'>
Change "Submitted" in 0001-Remove-whitespace-in-operator.patch to "Backport"
with the appropraite link to the relevant commit hash.

Signed-off-by: Adam Duskett &lt;adam.duskett@amarulasolutions.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtoml11/files/run-ptest: cleanup</title>
<updated>2026-02-18T06:42:41+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>adam.duskett@amarulasolutions.com</email>
</author>
<published>2026-02-17T15:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e1d3b9598e3a149f6f5ca323503b6e745dedf66d'/>
<id>urn:sha1:e1d3b9598e3a149f6f5ca323503b6e745dedf66d</id>
<content type='text'>
Shellcheck -oall warnings fixed:
  - exit 1 if `cd tests` failes (SC2164)

  - Double quote `./${atest}` to prevent globbing and word splitting. (SC2086)

  - Check the test exit code directly intead of using $? (SC2181)

Other fixes:
  - The shebang sould traditionally be /usr/bin/env sh in case
    sh is not located in /bin.

  - Do not remove tests.log for every test.

Signed-off-by: Adam Duskett &lt;adam.duskett@amarulasolutions.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtoml11: Upgrade to 4.4.0</title>
<updated>2025-03-08T23:06:11+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-03-07T19:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f9b58e2eaec9e79be5443cda6fc09f0e97b38b3f'/>
<id>urn:sha1:f9b58e2eaec9e79be5443cda6fc09f0e97b38b3f</id>
<content type='text'>
Fix build with clang-20 while here

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libtoml11: upgrade 4.2.0 -&gt; 4.3.0</title>
<updated>2025-01-25T02:20:00+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2025-01-20T08:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c82bfbbc2e69c68495b571de3eb60a68e2b0bfbc'/>
<id>urn:sha1:c82bfbbc2e69c68495b571de3eb60a68e2b0bfbc</id>
<content type='text'>
0001-fix-add-missing-zero-initialization-to-region.patch
removed since it's included in 4.3.0

Changlog:
=========
Added
------
Support std::optional as a template argument of toml::find
Support multiple arguments toml::visit(visitor, args...)

Fixed
------
toml::detail::region::last_ may be used uninitialized
Fix use with CMake 3.21 and older
fix: prevent size_t-max length string allocation
update README.md
Make parsing faster for very long line
Avoid known problem in MSVC
Check if source_location::file_name() is null before formatting

Changed
-------
Update hugo-book theme
Add MSVC 2017 to appveyor build

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>libtoml11: Add new recipe</title>
<updated>2024-10-12T14:57:16+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2024-10-12T08:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2248a83058959480c02bce0c6b950dfe4de9b855'/>
<id>urn:sha1:2248a83058959480c02bce0c6b950dfe4de9b855</id>
<content type='text'>
toml11 is a feature-rich TOML language library for C++11/14/17/20 [1].

 # ./run-ptest
PASS: test_comments
PASS: test_datetime
PASS: test_error_message
PASS: test_find
PASS: test_find_or
PASS: test_format_floating
PASS: test_format_integer
PASS: test_format_table
PASS: test_get
PASS: test_get_or
PASS: test_literal
PASS: test_location
PASS: test_parse_array
PASS: test_parse_boolean
PASS: test_parse_datetime
[snip]

[1] https://github.com/ToruNiina/toml11

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
