-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial conversion to objc2
#30
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7aa824 - Browse repository at this point
Copy the full SHA f7aa824View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c246a1 - Browse repository at this point
Copy the full SHA 2c246a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4719f7 - Browse repository at this point
Copy the full SHA b4719f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d3eeb - Browse repository at this point
Copy the full SHA 86d3eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 420b6bf - Browse repository at this point
Copy the full SHA 420b6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f765f3d - Browse repository at this point
Copy the full SHA f765f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c94e4cc - Browse repository at this point
Copy the full SHA c94e4ccView commit details -
Use immutable reference in a few places where now necessary
See madsmtm/objc2#150 for a bit of background
Configuration menu - View commit details
-
Copy full SHA for 6aa8b8a - Browse repository at this point
Copy the full SHA 6aa8b8aView commit details -
Add a few Send + Sync bounds where examples require it
This is something we'll need to look into properly
Configuration menu - View commit details
-
Copy full SHA for bf787e0 - Browse repository at this point
Copy the full SHA bf787e0View commit details -
Use
&'static Class
instead of*const Class
Safer and more ergonomic. Also required for `msg_send_id!` macro
Configuration menu - View commit details
-
Copy full SHA for c7f2194 - Browse repository at this point
Copy the full SHA c7f2194View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f01ef - Browse repository at this point
Copy the full SHA c1f01efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 320c2ee - Browse repository at this point
Copy the full SHA 320c2eeView commit details -
Replace
BOOL
withBool
when declaring delegatesThis makes cacao compile on Aarch64 again
Configuration menu - View commit details
-
Copy full SHA for d7e9cfa - Browse repository at this point
Copy the full SHA d7e9cfaView commit details -
Remove a few impossible to use correctly
into_inner
functionsThese consumed `self`, and hence also dropped `Id` variable that was responsible for keeping the returned pointer alive
Configuration menu - View commit details
-
Copy full SHA for cc633da - Browse repository at this point
Copy the full SHA cc633daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce86530 - Browse repository at this point
Copy the full SHA ce86530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fc368 - Browse repository at this point
Copy the full SHA 50fc368View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7b3d8 - Browse repository at this point
Copy the full SHA db7b3d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34de5f - Browse repository at this point
Copy the full SHA a34de5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2e5d0 - Browse repository at this point
Copy the full SHA 4c2e5d0View commit details