diff --git a/.gitignore b/.gitignore index e31677e..25f5f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ wilted/ mulle-template-composer-* mulle-markdown-preview-*.html build-* +coverage*.html +*.gcda +*.gcno +cola/wilted/ diff --git a/README.md b/README.md index f5ac237..cee8276 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ code. As a package **mulle-foundation-developer** is also a convenient way to install mulle-sde and [mulle-clang](//github.com/mulle-cc/mulle-clang-project). + | Release Version | Release Notes |-------------------------------------------------------|-------------- -| ![Mulle kybernetiK tag](https://img.shields.io/github/tag//mulle-foundation-developer.svg?branch=release) [![Build Status](https://github.com//mulle-foundation-developer/workflows/CI/badge.svg?branch=release)](//github.com//mulle-foundation-developer/actions)| [RELEASENOTES](RELEASENOTES.md) | +| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/mulle-foundation-developer.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/mulle-foundation-developer/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/mulle-foundation-developer/actions) | [RELEASENOTES](RELEASENOTES.md) | @@ -78,6 +79,6 @@ cmake --install build --config Release ## Author -[Nat!](https://mulle-kybernetik.com/weblog) for Mulle kybernetiK +[Nat!](https://mulle-kybernetik.com/weblog) for Mulle kybernetiK diff --git a/src/mulle-foundation/objc-demo/demo/executable/PROJECT_SOURCE_DIR/PROJECT_NAME-version.h b/src/mulle-foundation/objc-demo/demo/executable/PROJECT_SOURCE_DIR/PROJECT_NAME-version.h index 00235ba..a88f5a0 100644 --- a/src/mulle-foundation/objc-demo/demo/executable/PROJECT_SOURCE_DIR/PROJECT_NAME-version.h +++ b/src/mulle-foundation/objc-demo/demo/executable/PROJECT_SOURCE_DIR/PROJECT_NAME-version.h @@ -5,7 +5,7 @@ * You can maintain this file with `mulle-project-version` * version: major, minor, patch */ -#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0 << 20) | (7 << 8) | 56) +#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0UL << 20) | (7 << 8) | 56) static inline unsigned int <|PROJECT_IDENTIFIER|>_get_version_major( void) diff --git a/src/mulle-foundation/objc-demo/demo/framework/PROJECT_SOURCE_DIR/PROJECT_NAME.h b/src/mulle-foundation/objc-demo/demo/framework/PROJECT_SOURCE_DIR/PROJECT_NAME.h index c65ae33..97abc94 100644 --- a/src/mulle-foundation/objc-demo/demo/framework/PROJECT_SOURCE_DIR/PROJECT_NAME.h +++ b/src/mulle-foundation/objc-demo/demo/framework/PROJECT_SOURCE_DIR/PROJECT_NAME.h @@ -7,7 +7,7 @@ * * version: major, minor, patch */ -#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0 << 20) | (7 << 8) | 56) +#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0UL << 20) | (7 << 8) | 56) static inline unsigned int <|PROJECT_IDENTIFIER|>_get_version_major( void) diff --git a/src/mulle-foundation/objc-demo/demo/library/PROJECT_SOURCE_DIR/PROJECT_NAME.h b/src/mulle-foundation/objc-demo/demo/library/PROJECT_SOURCE_DIR/PROJECT_NAME.h index a6c34f7..a89ca8c 100644 --- a/src/mulle-foundation/objc-demo/demo/library/PROJECT_SOURCE_DIR/PROJECT_NAME.h +++ b/src/mulle-foundation/objc-demo/demo/library/PROJECT_SOURCE_DIR/PROJECT_NAME.h @@ -7,7 +7,7 @@ * * version: major, minor, patch */ -#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0 << 20) | (7 << 8) | 56) +#define <|PROJECT_UPCASE_IDENTIFIER|>_VERSION ((0UL << 20) | (7 << 8) | 56) static inline unsigned int <|PROJECT_IDENTIFIER|>_get_version_major( void) diff --git a/src/mulle-foundation/objc-demo/version b/src/mulle-foundation/objc-demo/version index 2157409..ca222b7 100644 --- a/src/mulle-foundation/objc-demo/version +++ b/src/mulle-foundation/objc-demo/version @@ -1 +1 @@ -0.22.0 +0.23.0 diff --git a/src/mulle-foundation/objc/project-oneshot/all/PROJECT_SOURCE_DIR/generic/import.h b/src/mulle-foundation/objc/project-oneshot/all/PROJECT_SOURCE_DIR/generic/import.h index b1341d1..9021454 100644 --- a/src/mulle-foundation/objc/project-oneshot/all/PROJECT_SOURCE_DIR/generic/import.h +++ b/src/mulle-foundation/objc/project-oneshot/all/PROJECT_SOURCE_DIR/generic/import.h @@ -16,7 +16,7 @@ */ #ifdef __has_include # if __has_include( "_<|PROJECT_NAME|>-include.h") -# include "include-private.h" +# include "include.h" # endif #endif diff --git a/src/mulle-foundation/objc/version b/src/mulle-foundation/objc/version index a723ece..ca222b7 100644 --- a/src/mulle-foundation/objc/version +++ b/src/mulle-foundation/objc/version @@ -1 +1 @@ -0.22.1 +0.23.0