Add sqlitecpp and spdlog (#212)

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/212
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This commit is contained in:
JesseBot 2026-04-14 23:17:04 +02:00
commit 4cd27ff8cc

View file

@ -49,6 +49,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
* [Service Monitoring](#service-monitoring)
* [Programming Language-Specific Tooling](#programming-language-specific-tooling)
* [C](#c)
* [C++](#c-1)
* [CSS](#css)
* [JavaScript / TypeScript](#javascript-and-typescript)
* [Python](#python)
@ -416,6 +417,13 @@ This is a section for repos that are similar to this one either because they are
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | Not realistically replaceable currently, use earlier version. | [Core developer enthusiastically discloses LLM usage](https://typo.social/@behdad/116172838540880597) | |
| [sd-bus](https://www.freedesktop.org/software/systemd/man/latest/sd-bus.html) (via systemd) | basu (sd-bus extracted from systemd 2 years before first AI commits) | *See systemd section* | |
### C++
| Name | Last Untainted Version or Commit ID | Alternative(s) | Evidence |
| --- |:---:| --- | --- |
| [spdlog](https://github.com/gabime/spdlog) | [`v1.16.0`](https://github.com/gabime/spdlog/releases/tag/v1.16.0) | | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/gabime/spdlog/commit/b656d1ceecac83e969faaf8b35f8a5edb964b0e0), [2](https://github.com/gabime/spdlog/commit/6b240a892d40f91f30b81cae73964219ab04c55d))<br>[![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/gabime/spdlog/pull/3581#event-24197698244)) |
| [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp) | [`v3.3.3`](https://github.com/SRombauts/SQLiteCpp/releases/tag/3.3.3) | [SQLite's first-party interface](https://sqlite.org/cintro.html) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/SRombauts/SQLiteCpp/commit/9986f570bef00ca1029a2c19e4ce8fcbf206f775), [2](https://github.com/SRombauts/SQLiteCpp/commit/a9d117e0a38dc12fd49d6bcd675c67a7383fa2fa)) |
### CSS
| Name | Alternative(s) | Evidence | Notes |