Fork of the Cocotron for Darling
Go to file
2023-04-11 08:16:16 -04:00
AppKit Fix huge memory leak 2023-04-06 10:04:49 -04:00
Cocoa Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
CoreData Fix int-conversion error 2022-11-20 10:30:36 -08:00
CoreGraphics Fix "parameter name omitted" For CGWindowLevelForKey. Add Note About CGWindowLevel. 2023-03-29 09:15:52 -07:00
CoreText Use NS_ENUM for added enums in CoreText 2023-03-27 10:25:05 +00: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 Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
QuartzCore [mtl] Only require texture memory to be host-visible if it's not framebuffer-only 2023-04-11 08:16:16 -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 Removed Unused Code 2021-05-24 21:11:48 -04: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