Fork of the Cocotron for Darling
Go to file
2022-03-12 14:00:05 -08:00
AppKit Partially implement orderFrontRegardless 2021-07-04 18:04:15 -04:00
Cocoa Removed Unused Code 2021-05-24 21:11:48 -04:00
CoreData Removed Unused Code 2021-05-24 21:11:48 -04:00
CoreGraphics Add/fix lots of protocols and type definitions 2021-06-28 23:30:34 -04:00
CoreText Add/fix lots of protocols and type definitions 2021-06-28 23:30:34 -04:00
examples Removed Unused Code 2021-05-24 21:11:48 -04:00
formatting Improve Patch and Format New Code 2020-05-13 11:33:22 -04:00
Onyx2D Linking with libelfloader is no longer necessary 2021-12-16 11:40:59 -05:00
QuartzCore Removed Unused Code 2021-05-24 21:11:48 -04:00
.clang-format Fix Continuation Indent 2020-05-12 17:04:16 -04:00
.gitignore Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00
CMakeLists.txt If FLATPAK_BUILDis Set, Check /usr/lib/x86_64-linux-gnu/include Directory 2022-03-12 14:00:05 -08:00
LICENSE Removed Unused Code 2021-05-24 21:11:48 -04:00
README.md Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00

The Cocotron

Darling's fork of the Cocotron

Code Formatting

clang-format requires a patch to correctly format ObjC code

Patch Instructions

Run cd formatting; ./build.sh to compile the patched clang-format from source

Formatting Instrcutions

Run cd formatting; ./format.sh to format the code