Fork of the Cocotron for Darling
|
2023-10-07 23:50:03 -04:00 |
AppKit
|
Correct IBCocoaFramework value
|
2023-10-07 23:50:03 -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 implicit-function-declaration
|
2023-06-19 11:30:55 -07:00 |
CoreText
|
Fix implicit-function-declaration
|
2023-06-19 11:30:55 -07: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
|
More stubs and fixes for Xcode
|
2023-09-25 16:17:44 -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