Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
madsmtm
/
objc2
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
76
Star
993
Code
Issues
88
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Id improvements
- #21
#21
Merged
madsmtm
merged 16 commits into
master
madsmtm/objc2:master
from
id-improvements
madsmtm/objc2:id-improvements
Copy head branch name to clipboard
Sep 9, 2021
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Id improvements
#21
madsmtm
merged 16 commits into
master
madsmtm/objc2:master
from
id-improvements
madsmtm/objc2:id-improvements
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2021
Make Id able to use the null pointer optimization
madsmtm
committed
fc4d73b
View commit details
Copy full SHA for fc4d73b
Browse repository at this point
Add some more documentation to `Id`
madsmtm
committed
ff7952b
View commit details
Copy full SHA for ff7952b
Browse repository at this point
Change Id::share to a From implementation and add Id::from_shared
madsmtm
committed
ec47c98
View commit details
Copy full SHA for ec47c98
Browse repository at this point
Rename Id::from_ptr -> Id::retain and Id::from_retained_ptr to Id::new
Show description for 3801e6a
madsmtm
committed
3801e6a
View commit details
Copy full SHA for 3801e6a
Browse repository at this point
Add Id::autorelease (both mutable and immutable variants)
madsmtm
committed
c0e70be
View commit details
Copy full SHA for c0e70be
Browse repository at this point
Implement more common types on `Id<T, O>` when `T` implement them
Show description for 3183e75
madsmtm
committed
3183e75
View commit details
Copy full SHA for 3183e75
Browse repository at this point
Commits on Sep 9, 2021
Construct WeakId manually
Show description for 47e4749
madsmtm
committed
47e4749
View commit details
Copy full SHA for 47e4749
Browse repository at this point
Make the Ownership trait sealed
madsmtm
committed
e41d1c1
View commit details
Copy full SHA for e41d1c1
Browse repository at this point
Require the Ownership bound on Id
Show description for f41363e
madsmtm
committed
f41363e
View commit details
Copy full SHA for f41363e
Browse repository at this point
Move Id documentation to README only
madsmtm
committed
e6288e9
View commit details
Copy full SHA for e6288e9
Browse repository at this point
Add a few more links to objc2::rc documentation
madsmtm
committed
b980a1f
View commit details
Copy full SHA for b980a1f
Browse repository at this point
Merge objc2_id into objc2
Show description for 0a6e8b6
madsmtm
committed
0a6e8b6
View commit details
Copy full SHA for 0a6e8b6
Browse repository at this point
Refactor Ownership and WeakId into their own files
madsmtm
committed
470a4b7
View commit details
Copy full SHA for 470a4b7
Browse repository at this point
Remove StrongPtr and WeakPtr
Show description for e08e87d
madsmtm
committed
e08e87d
View commit details
Copy full SHA for e08e87d
Browse repository at this point
Remove ShareId and default ownership for Id
Show description for f6b341e
madsmtm
committed
f6b341e
View commit details
Copy full SHA for f6b341e
Browse repository at this point
Add a few more TODOs and docs to Id
madsmtm
committed
baff6f9
View commit details
Copy full SHA for baff6f9
Browse repository at this point
You can’t perform that action at this time.