mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-01 14:47:04 +02:00
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:
commit
4cd27ff8cc
1 changed files with 8 additions and 0 deletions
|
|
@ -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) ([1](https://github.com/gabime/spdlog/commit/b656d1ceecac83e969faaf8b35f8a5edb964b0e0), [2](https://github.com/gabime/spdlog/commit/6b240a892d40f91f30b81cae73964219ab04c55d))<br>[](#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) ([1](https://github.com/SRombauts/SQLiteCpp/commit/9986f570bef00ca1029a2c19e4ce8fcbf206f775), [2](https://github.com/SRombauts/SQLiteCpp/commit/a9d117e0a38dc12fd49d6bcd675c67a7383fa2fa)) |
|
||||
|
||||
### CSS
|
||||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue