summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libcereal/files
Commit message (Collapse)AuthorAgeFilesLines
* libcereal: Fix build with clang-19Khem Raj2024-09-101-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Fix TMPDIR leaking into debug_str sectionKhem Raj2023-04-171-0/+38
| | | | | | | Fixes errors like File /usr/lib/libcereal/ptest/tests/.debug/test_unordered_map in package libcereal-dbg contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Use -idirafter instead of -isystemKhem Raj2023-01-211-0/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Do not use uniform_int_distribution<char> templateKhem Raj2022-09-051-0/+54
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: add ptest supportMingli Yu2022-03-111-0/+12
Add ptest support. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>