aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/MCOOperation.h
Commit message (Collapse)AuthorAge
* Move unavailable initializers out of categories, so they’ll be properly ↵Gravatar Tom Harrington2017-12-29
| | | | | handled in Swift. (#1698) If NS_UNAVAILABLE is used in a category, Swift doesn’t notice, and these initializers are permitted even though they don’t work.
* Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
|
* Make -init unavailableGravatar Robert Widmann2016-01-19
|
* dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORTGravatar Andrey Isaev2014-07-03
|
* Fixed dispatch queue memory management.Gravatar Hoa V. DINH2014-03-29
|
* Fixed #608: cancelled scheduled operations that are not run will not run in ↵Gravatar Hoa V. DINH2014-02-23
| | | | the future.
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Added commentGravatar Hoa V. DINH2014-01-02
|
* Cleanup and documentationGravatar CodaFi2013-10-25
|
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
|
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
|
* Simplified implementation of ObjC setter/getter by using a common ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.
* moved MCOOperation to src/objc/utilsGravatar DINH Viet Hoa2013-03-22