Skip to content

Commit 528feda

Browse files
committed
mulle-sde upgrade and maybe a minor fix here and there
1 parent c1ad662 commit 528feda

File tree

15 files changed

+86
-285
lines changed

15 files changed

+86
-285
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ coverage*.html
7979
*.gcda
8080
*.gcno
8181
cola/wilted/
82+
.mulle/etc/make/build-dir
83+
vgcore.*

β€Ž.mulle/etc/env/environment-host-ci-prerelease.shβ€Ž

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.mulle/share/env/versionβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.mulle/share/sde/version/mulle-sde/cmakeβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A MulleInvocationQueue is fed with NSInvocations, which it then executes in
66
serial in a separate thread.
77

88

9-
| Release Version | Release Notes
10-
|-------------------------------------------------------|--------------
11-
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleThread.svg) [![Build Status](https://github.com/MulleFoundation/MulleThread/workflows/CI/badge.svg)](//github.com/MulleFoundation/MulleThread/actions) | [RELEASENOTES](RELEASENOTES.md) |
9+
| Release Version | Release Notes | AI Documentation
10+
|-------------------------------------------------------|----------------|---------------
11+
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleThread.svg) [![Build Status](https://github.com/MulleFoundation/MulleThread/workflows/CI/badge.svg)](//github.com/MulleFoundation/MulleThread/actions) | [RELEASENOTES](RELEASENOTES.md) | [DeepWiki for MulleThread](https://deepwiki.com/MulleFoundation/MulleThread)
1212

1313

1414
## MulleThread
@@ -53,7 +53,7 @@ or `-cancelWhenIdle` before.
5353

5454
| Requirement | Release Version | Description
5555
|-----------------------|------------------|---------------
56-
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleFoundationBase.svg) [![Build Status](https://github.com/MulleFoundation/MulleFoundationBase/workflows/CI/badge.svg?branch=release)](https://github.com/MulleFoundation/MulleFoundationBase/actions/workflows/mulle-sde-ci.yml) | 🧱 MulleFoundationBase amalgamates Foundations projects
56+
| [MulleObjC](https://github.com/mulle-objc/MulleObjC) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-objc/MulleObjC.svg) [![Build Status](https://github.com/mulle-objc/MulleObjC/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-objc/MulleObjC/actions/workflows/mulle-sde-ci.yml) | πŸ’Ž A collection of Objective-C root classes for mulle-objc
5757
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-objc/mulle-objc-list.svg) [![Build Status](https://github.com/mulle-objc/mulle-objc-list/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-objc/mulle-objc-list/actions/workflows/mulle-sde-ci.yml) | πŸ“’ Lists mulle-objc runtime information contained in executables.
5858

5959
### You are here
@@ -83,7 +83,7 @@ Install the requirements:
8383

8484
| Requirements | Description
8585
|----------------------------------------------|-----------------------
86-
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🧱 MulleFoundationBase amalgamates Foundations projects
86+
| [MulleObjC](https://github.com/mulle-objc/MulleObjC) | πŸ’Ž A collection of Objective-C root classes for mulle-objc
8787
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | πŸ“’ Lists mulle-objc runtime information contained in executables.
8888

8989
Download the latest [tar](https://github.com/MulleFoundation/MulleThread/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/MulleThread/archive/refs/tags/latest.zip) archive and unpack it.

β€Žcmake/share/CMakeTweaksC.cmakeβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcmake/share/Executable.cmakeβ€Ž

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcmake/share/InstallRpath.cmakeβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcola/properties.plistβ€Ž

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{
44
description="🍝 MulleThread sleeps until nudged";
55
domain="github";
6+
language="c";
7+
dialect="objc";
68
name="MulleThread";
79
user="MulleFoundation";
810
repo="MulleThread";
@@ -12,12 +14,12 @@
1214
dependencies =
1315
(
1416
{
15-
description="🧱 MulleFoundationBase amalgamates Foundations projects";
17+
description="πŸ’Ž A collection of Objective-C root classes for mulle-objc";
1618
domain="github";
17-
name="MulleFoundationBase";
18-
repo="MulleFoundationBase";
19-
url="https://github.com/MulleFoundation/MulleFoundationBase";
20-
user="MulleFoundation";
19+
name="MulleObjC";
20+
repo="MulleObjC";
21+
url="https://github.com/mulle-objc/MulleObjC";
22+
user="mulle-objc";
2123
},
2224
{
2325
description="πŸ“’ Lists mulle-objc runtime information contained in executables.";

0 commit comments

Comments
Β (0)