summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/rapidyaml: sync distfiles names with 0.6.0Ionen Wolkens2024-04-292-3/+2
| | | | | | | To avoid a duplicate manifest entry given yamlts is still the same (prefer not including ${PN}- anymore and updated these in 0.6.0). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: add 0.6.0Ionen Wolkens2024-04-293-0/+125
| | | | | | | | | | Only revdep (jsonnet) still seems fine, albeit I no longer need this for PCSX2. Also reduce amount of patches a bit for less rebasing, and merge gtest with no-download.patch. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: Keyword 0.5.0 riscv, #895644Yu Gu2023-02-211-1/+1
| | | | | Signed-off-by: Yu Gu <guyu2876@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: bump to -std=c++17Ionen Wolkens2023-02-051-0/+3
| | | | | | | | | Does not seem to be anything that requires staying on c++11. Technically the new gtest-1.13 only needs >=14 but may as well go higher with current gcc's default. Closes: https://bugs.gentoo.org/893272 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: drop 0.4.1Ionen Wolkens2023-02-052-86/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.5.0 amd64, #890350Sam James2023-01-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.5.0 x86, #890350Sam James2023-01-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.5.0 ppc64, #890350Sam James2023-01-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.5.0 arm64, #890350Sam James2023-01-111-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/rapidyaml: add 0.5.0Ionen Wolkens2022-12-192-0/+83
| | | | | | | | | | | | | | This changes API a bit, but currently only two revdeps of which only pcsx2 needs adjusting for this. Also allow to keep libc4core, removing it is misleading given this still installs the cmake files + headers (of which the headers are used by ryml.hpp). May eventually need to package c4core separately to make sense of this, albeit build system makes this rather messy (all components bundle their own c4core and link with a static copy as-needed). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: fix build without gitIonen Wolkens2022-09-221-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.4.1 x86, #850217Jakov Smolić2022-06-071-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.4.1 amd64, #850217Jakov Smolić2022-06-071-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.4.1 arm64, #850217Jakov Smolić2022-06-071-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-cpp/rapidyaml: Stabilize 0.4.1 ppc64, #850217Jakov Smolić2022-06-071-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-cpp/rapidyaml: drop 0.3.0, 0.4.0Ionen Wolkens2022-03-144-190/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: add 0.4.1Ionen Wolkens2022-03-092-0/+83
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: add 0.4.0Ionen Wolkens2022-02-243-0/+108
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-cpp/rapidyaml: Keyword 0.3.0 arm64, #830692Georgy Yakovlev2022-01-061-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/rapidyaml: Keyword 0.3.0 ppc64, #830692Georgy Yakovlev2022-01-061-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/rapidyaml: initial import, version 0.3.0Ionen Wolkens2022-01-017-0/+154
Originally thought to make c4core a separate package, but upstream's rather custom cmake files complicate this and it feels more like a private library (same upstream). It also caused PCSX2 build to fail due to needing to link with c4core as well if it's not builtin. May need revisiting if another package ever depends on c4core directly or want to package the similar test deps (c4fs/c4log). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>