mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-14 15:34:32 +02:00
Add CMake :( (#1041)
### Description of Changes
CMake has added a pro-AI policy. I left the last known untainted version blank because I have no idea how to find the last version. Because the policy states
> AI tools and services are not considered authors. They should not be listed as co-authors, and their review is not considered adequate for demonstrating a human author's understanding or the correctness of a proposed change.
There's a good chance of there being slop commits prior to the policy, but that cannot be identified due to the lack of co-authored-by. I'm seeing [a couple PRs mentioning claude](https://gitlab.kitware.com/search?group_id=415&project_id=541&scope=merge_requests&search=claude), one of which were made a little under a month before the pro-slop machine policy.
Meson is also at risk of falling to the slop machines. They've merged a slop machine
commit, so it technically _is_ tainted, but there's an ongoing
discussion that may lead to a ban, so holding off on it for now. For the
record:
* 74faddbb44
* https://github.com/mesonbuild/meson/issues/15761
Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1041
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
parent
3378e6a5a9
commit
939aca9688
1 changed files with 2 additions and 1 deletions
|
|
@ -659,6 +659,7 @@ This is a section for repos that are similar to this one either because they are
|
|||
| [Bazel](https://bazel.build/) | [`9.0.2`](https://github.com/bazelbuild/bazel/releases/tag/9.0.2/) | [](#permissive-ai-policy) ([1](https://github.com/bazelbuild/bazel/blob/15609ba649286bf889bbb670c00e5b899eba525d/AGENTS.md)) | [Cloud Shake] or See Below |
|
||||
| [Bloop](https://scalacenter.github.io/bloop/) | [`v2.0.19`](https://github.com/scalacenter/bloop/releases/tag/v2.0.19) | [](#permissive-ai-policy) ([1](https://github.com/scalacenter/bloop/commit/bc7bdd65396856204164cba6e803fdbc93cf1fad)) | See Below |
|
||||
| [Buck2](https://buck2.build/) | [`2025-10-15`](https://github.com/facebook/buck2/releases/tag/2025-10-15/) | [](#permissive-ai-policy) ([1](https://github.com/facebook/buck2/blob/f66124e98a6fc56a90d0a160b8988397ba04a2b2/.claude/CLAUDE.md))| [Cloud Shake] or See Below |
|
||||
| [CMake](https://cmake.org) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/Kitware/CMake/commit/475cc5487f2f17713d9b4af3ba45667f293b2a2b)) | See Below |
|
||||
| [Just](https://just.systems/) | [](#request-for-help) | [](#ai-functionality) ([1](https://just.systems/man/en/model-context-protocol.html)) | See Below |
|
||||
| [Mill](https://mill-build.org/) | [`v1.0.6`](https://github.com/com-lihaoyi/mill/releases/tag/1.0.6) | [](#permissive-ai-policy) ([1](https://github.com/com-lihaoyi/mill/blob/main/AGENTS.md), [2](https://github.com/com-lihaoyi/mill/blob/main/CLAUDE.md)) | See Below |
|
||||
| [mise-en-place](https://mise.jdx.dev/) | [`659f851`](https://github.com/jdx/mise/commit/659f851bf6e29d2ac12d64b35fff9afa9981d02e) | [](#permissive-ai-policy) ([1](https://github.com/jdx/mise/blob/main/CLAUDE.md), [2](https://github.com/jdx/mise/tree/main/.claude), [3](https://github.com/search?q=repo%3Ajdx%2Fmise%20claude&type=commits&s=committer-date&o=asc))<br />[](#ai-functionality) ([1](https://mise.jdx.dev/mcp.html)) | See Below |
|
||||
|
|
@ -682,7 +683,7 @@ This is a section for repos that are similar to this one either because they are
|
|||
> #### Alternative Build Systems
|
||||
> Various other build systems exist,
|
||||
> that try to address perceived deficiencies in `make` and its derivatives.
|
||||
> * [Ninja](https://ninja-build.org/) - standalone or as the backend of a meta-build tool like [CMake](https://cmake.org/) or [Meson](http://mesonbuild.com/)
|
||||
> * [Ninja](https://ninja-build.org/) - standalone or as the backend of a meta-build tool like [Meson](http://mesonbuild.com/)
|
||||
> * [redo](https://redo.readthedocs.io/)
|
||||
> * [tup](https://gittup.org/tup)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue