Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
802 stars 237 forks source link

DTWeakSupport #29

Closed odrobnik closed 11 years ago

odrobnik commented 11 years ago

Implement header that defines DT_WEAK_VARIABLE and DT_WEAK_PROPERTY which automatically use zeroing weak references if the deployment target allows it.

Update DTFoundation classes that use weak refs to use it.

odrobnik commented 11 years ago

Note, affected classes in DTFoundation are:

odrobnik commented 11 years ago

Released in 1.4.2 tag.