Skip to content

Commit

Permalink
Safer bindings of foreign values and funcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Oct 29, 2024
1 parent 6dc6f86 commit 684a55a
Show file tree
Hide file tree
Showing 6 changed files with 1,966 additions and 1,964 deletions.
4 changes: 1 addition & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ API changes:
for some params.
* Added bindings for _CoreData_, _CloudKit_, and _NaturalLanguage_ frameworks.
* AppKit and UIKit now include Foundation which doesn't need to be opened
separately. Foundation includes CoreFoundation and CoreGraphics. As a result,
GNUstep users will need to build and link the [CoreBase](https://github.com/gnustep/libs-corebase)
and [Quartz 2D/CoreGraphics](https://github.com/gnustep/libs-opal) libs.
separately, and Foundation includes CoreFoundation and CoreGraphics.


## v0.2.2
Expand Down
1,631 changes: 817 additions & 814 deletions CoreFoundation/CoreFoundation_fn.ml

Large diffs are not rendered by default.

715 changes: 358 additions & 357 deletions CoreFoundation/CoreFoundation_globals.ml

Large diffs are not rendered by default.

Loading

0 comments on commit 684a55a

Please sign in to comment.