-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
68 additions
and
59 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 0.26.1 | ||
|
||
* Various small improvements | ||
|
||
## 0.26.0 | ||
|
||
* update version numbers to use unsigned long | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
config = | ||
{ | ||
skipAdd = YES; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
This is a collection of [mulle-sde](//github.com/mulle-sde/mulle-sde) | ||
This is a collection of [mulle-sde](//github.com/mulle-sde) | ||
*extensions* to support development of [MulleObjC](//github.com/mulle-objc) | ||
code. As a package **mulle-objc-developer** is also a convenient way to | ||
install mulle-sde and [mulle-clang](//github.com/Codeon-GmbH/mulle-clang). | ||
|
||
code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Install | ||
|
||
Install [foundation-developer](//github.com/MulleFoundation/foundation-developer) and | ||
{{ project.name }} will part of the deal. | ||
|
||
> If you really want just {{ project.name }}, | ||
> examine the "Script" approach and reduce the `OTHER_PROJECTS`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
digraph sourcetree | ||
{ | ||
rankdir = TD; | ||
node [ shape="box"; style="filled" ] | ||
"mulle-objc-developer" [ fillcolor="yellow"] | ||
// not inheriting from mulle-objc-developer | ||
"mulle-c-developer" [ fillcolor="white"] | ||
"mulle-sde-developer" [ fillcolor="white"] | ||
|
||
"mulle-objc-developer" -> "mulle-c-developer" -> "mulle-sde-developer" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.