Skip to content

Commit

Permalink
updated plists
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent 8a1d027 commit 5cafc64
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ coverage*.html
*.gcda
*.gcno
cola/wilted/
cola/coverage.json
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,35 @@ Some data structures utilize callbacks that are compatible to OS X's
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-c/mulle-container.svg?branch=release) [![Build Status](https://github.com/mulle-c/mulle-container/workflows/CI/badge.svg?branch=release)](//github.com/mulle-c/mulle-container/actions) ![Coverage](https://img.shields.io/badge/coverage-81%25%C2%A0-goldenrod) | [RELEASENOTES](RELEASENOTES.md) |


/home/src/srcO/mulle-c/mulle-container
/home/src/srcO/mulle-c/mulle-container(
"API_PRIME.md",
"API_POINTERARRAY.md",
"VERBS.md",
"DATATYPES.md",
"API_HASH.md",
"internal/_ARRAY.md",
"internal/_QUEUE.md",
"internal/_MAP.md",
"internal/_SET.md",
"API_POINTERSET.md",
"BUILD.md",
"API_CONTAINER_CALLBACK.md",
"API_POINTERPAIRARRAY.md",
"API_MAP.md",
"API_ARRAY.md",
"API_SET.md"
)| File | Description
|------------------------------|-------------------------------------
| [API_PRIME.md](dox/API_PRIME.md) |
| [API_POINTERARRAY.md](dox/API_POINTERARRAY.md) |
| [API_HASH.md](dox/API_HASH.md) |
| [API_POINTERSET.md](dox/API_POINTERSET.md) |
| [API_CONTAINER_CALLBACK.md](dox/API_CONTAINER_CALLBACK.md) |
| [API_POINTERPAIRARRAY.md](dox/API_POINTERPAIRARRAY.md) |
| [API_MAP.md](dox/API_MAP.md) |
| [API_ARRAY.md](dox/API_ARRAY.md) |
| [API_SET.md](dox/API_SET.md) |

## Data Structures

The names of the functions are consistent. Each function is a **verb**
Expand Down
7 changes: 7 additions & 0 deletions cola/config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
config = {
showButtons = YES;
showCoverage = YES;
showCodacy = NO;
}
}
18 changes: 9 additions & 9 deletions cola/properties.plist
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
config =
{
showButtons = YES;
showCoverage = YES;
showCodacy = NO;
};
project =
{
description="🛄 Arrays, hashtables and a queue";
Expand All @@ -18,14 +12,20 @@
dependencies =
(
{
description="🔄 Flexible C memory allocation scheme";
domain="github";
name="mulle-allocator";
repo="mulle-allocator";
url="https://github.com/mulle-c/mulle-allocator";
description="🔄 Flexible C memory allocation scheme";
user="mulle-c";
},
{
description="#️⃣ A collection of hash functions";
domain="github";
name="mulle-data";
repo="mulle-data";
url="https://github.com/mulle-c/mulle-data";
description="#️⃣ A collection of hash functions";
user="mulle-c";
}
)
);
}

0 comments on commit 5cafc64

Please sign in to comment.