Skip to content

Commit c0ce90b

Browse files
committed
update project
1 parent e60063b commit c0ce90b

24 files changed

+128
-58
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ version.old
6060
wilted/
6161
mulle-template-composer-*
6262
mulle-markdown-preview-*.html
63+
coverage*.html
64+
*.gcda
65+
*.gcno
66+
cola/wilted/

.mulle/share/env/environment-extension.sh

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

.mulle/share/env/motd

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

.mulle/share/match/match.d/85-header--public-headers

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

.mulle/share/match/match.d/86-header--project-only-headers

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

.mulle/share/sde/version/foundation/objc

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-c/c

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-c/c-demo

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-foundation/objc

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-foundation/objc-demo

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-objc/objc-demo

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/c-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.

.mulle/share/sde/version/mulle-sde/c-demo

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/sourcetree/config

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

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
#### 💬 Decode and encode NSData with base64
44

5-
65
Adds [base64](https://en.wikipedia.org/wiki/Base64) coding and decoding support
76
to **NSData**.
87

8+
99
| Release Version | Release Notes
1010
|-------------------------------------------------------|--------------
11-
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag//MulleBase64.svg?branch=release) [![Build Status](https://github.com//MulleBase64/workflows/CI/badge.svg?branch=release)](//github.com//MulleBase64/actions)| [RELEASENOTES](RELEASENOTES.md) |
11+
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleWeb/MulleBase64.svg?branch=release) [![Build Status](https://github.com/MulleWeb/MulleBase64/workflows/CI/badge.svg?branch=release)](//github.com/MulleWeb/MulleBase64/actions) | [RELEASENOTES](RELEASENOTES.md) |
1212

1313

1414

@@ -17,13 +17,9 @@ to **NSData**.
1717

1818

1919

20-
## Overview
21-
![Overview](overview.dot.svg)
20+
### You are here
2221

23-
| Requirement | Description
24-
|----------------------------------------------|-----------------------
25-
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | 🛸 MulleFoundationBase does something
26-
| [mulle-objc-list](https://github.com/mulle-objc/mulle-objc-list) | 📒 Lists mulle-objc runtime information contained in executables.
22+
![Overview](overview.dot.svg)
2723

2824

2925
## Add
@@ -67,13 +63,13 @@ cmake --build build --config Release &&
6763
cmake --install build --config Release
6864
```
6965

70-
## Platforms and Compilers
66+
### Platforms and Compilers
7167

7268
All platforms and compilers supported by
7369
[mulle-c11](//github.com/mulle-c/mulle-c11).
7470

7571

7672
## Author
7773

78-
[Nat!](https://mulle-kybernetik.com/weblog) for Mulle kybernetiK
74+
[Nat!](https://mulle-kybernetik.com/weblog) for Mulle kybernetiK
7975

clib.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name" : "MulleBase64",
3+
"version" : "0.0.6",
4+
"description" : "💬 Decode and encode NSData with base64",
5+
"keywords" : [],
6+
"license" : "BSD-3-Clause",
7+
"repo" : "MulleWeb/MulleBase64",
8+
"src" : [
9+
"src/base64.c",
10+
"src/base64.h",
11+
"src/generic/import-private.h",
12+
"src/generic/import.h",
13+
"src/MulleBase64.h",
14+
"src/MulleBase64.m",
15+
"src/MulleObjCLoader+MulleBase64.h",
16+
"src/MulleObjCLoader+MulleBase64.m",
17+
"src/NSData+Base64.h",
18+
"src/NSData+Base64.m",
19+
"src/reflect/objc-loader.inc",
20+
"src/reflect/_MulleBase64-export.h",
21+
"src/reflect/_MulleBase64-import-private.h",
22+
"src/reflect/_MulleBase64-import.h",
23+
"src/reflect/_MulleBase64-include-private.h",
24+
"src/reflect/_MulleBase64-include.h",
25+
"src/reflect/_MulleBase64-provide.h",
26+
"src/reflect/_MulleBase64-versioncheck.h"
27+
],
28+
"dependencies" : {
29+
"MulleFoundation/MulleFoundationBase": "*",
30+
"mulle-objc/mulle-objc-list": "*"
31+
}
32+
}

cmake/share/Environment.cmake

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

cmake/share/ExecutableObjC.cmake

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

cmake/share/Headers.cmake

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

src/reflect/_MulleBase64-export.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* mulle-sde environment set MULLE_MATCH_TO_C_RUN DISABLE
1111
*/
12-
#ifndef mulle_base64_export_h__
13-
#define mulle_base64_export_h__
12+
#ifndef _mulle_base64__export_h__
13+
#define _mulle_base64__export_h__
1414

1515

1616
#import "MulleObjCLoader+MulleBase64.h"

src/reflect/_MulleBase64-import-private.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@
1111
*
1212
*/
1313
/* no headers */
14-
15-
#ifdef __has_include
16-
# if __has_include( "_MulleBase64-include-private.h")
17-
# include "_MulleBase64-include-private.h"
18-
# endif
19-
#endif

src/reflect/_MulleBase64-import.h

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,17 @@
1111
*
1212
*/
1313

14-
// You can tweak the following #import with these commands.
15-
// (Use 7B82831A-418F-4667-8881-D270B67684B3 instead of MulleFoundationBase if there are duplicate entries)
16-
// remove #import: : `mulle-sde dependency mark MulleFoundationBase no-header`
17-
// rename: `mulle-sde dependency|library set MulleFoundationBase include whatever.h`
18-
// reorder: `mulle-sde dependency move MulleFoundationBase <up|down>`
19-
// toggle #import: `mulle-sde dependency mark MulleFoundationBase [no-]import`
20-
// toggle public: `mulle-sde dependency mark MulleFoundationBase [no-]public`
21-
// toggle optional: `mulle-sde dependency mark MulleFoundationBase [no-]require`
22-
// remove for platform: `mulle-sde dependency mark MulleFoundationBase no-platform-<uname>`
14+
// To remove the following dependency (headers and library) completely:
15+
// `mulle-sde dependency remove MulleFoundationBase`
16+
// (Use 7B82831A-418F-4667-8881-D270B67684B3 instead of MulleFoundationBase, if there are duplicate entries)
17+
//
18+
// You can tweak the following #import with these commands:
19+
// remove #import : `mulle-sde dependency mark MulleFoundationBase no-header`
20+
// rename : `mulle-sde dependency|library set MulleFoundationBase include whatever.h`
21+
// reorder : `mulle-sde dependency move MulleFoundationBase <up|down>`
22+
// toggle #import : `mulle-sde dependency mark MulleFoundationBase [no-]import`
23+
// toggle public : `mulle-sde dependency mark MulleFoundationBase [no-]public`
24+
// toggle optional : `mulle-sde dependency mark MulleFoundationBase [no-]require`
25+
// remove for platform : `mulle-sde dependency mark MulleFoundationBase no-platform-<uname>`
2326
// (use `mulle-sourcetree-to-c --unames` to list known values)
2427
#import <MulleFoundationBase/MulleFoundationBase.h> // MulleFoundationBase
25-
26-
#ifdef __has_include
27-
# if __has_include( "_MulleBase64-include.h")
28-
# include "_MulleBase64-include.h"
29-
# endif
30-
#endif
31-

src/reflect/_MulleBase64-provide.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* mulle-sde environment set MULLE_MATCH_TO_C_RUN DISABLE
1111
*/
12-
#ifndef mulle_base64_provide_h__
13-
#define mulle_base64_provide_h__
12+
#ifndef _mulle_base64__provide_h__
13+
#define _mulle_base64__provide_h__
1414

1515

1616
#include "base64.h"

src/reflect/_MulleBase64-versioncheck.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
#if defined( MULLE_FOUNDATION_BASE_VERSION)
99
# ifndef MULLE_FOUNDATION_BASE_VERSION_MIN
10-
# define MULLE_FOUNDATION_BASE_VERSION_MIN ((0 << 20) | (22 << 8) | 0)
10+
# define MULLE_FOUNDATION_BASE_VERSION_MIN ((0UL << 20) | (22 << 8) | 0)
1111
# endif
1212
# ifndef MULLE_FOUNDATION_BASE_VERSION_MAX
13-
# define MULLE_FOUNDATION_BASE_VERSION_MAX ((0 << 20) | (23 << 8) | 0)
13+
# define MULLE_FOUNDATION_BASE_VERSION_MAX ((0UL << 20) | (23 << 8) | 0)
1414
# endif
1515
# if MULLE_FOUNDATION_BASE_VERSION < MULLE_FOUNDATION_BASE_VERSION_MIN
1616
# error "MulleFoundationBase is too old"

0 commit comments

Comments
 (0)