Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-foundation

Sending messages to a thread?

Getting UTC offset of system time zone on Mac (C++)

CTFramesetterSuggestFrameSizeWithConstraints: what attributes can be set?

CoreFoundation Ownership follows the CreateRule

c cocoa macos core-foundation

comparing NSCFString and NSCFBoolean

Getting raw HTTP request from CFHTTPMessageRef

How to create a CFDictionary in an OS X target?

Huge Memory Leak in CGMutablePathRef

Difference between class property mVar and instance variable self.mVar

How to use CFMutableDictionaryRef with ARC

assign properties, ARC and Core Foundation objects

CF_RETURNS_RETAINED or CF_RETURNS_NOT_RETAINED: which to use when?

How can I send a userInfo dict using CFNotificationCenterGetDarwinNotifyCenter()

What to do when "memory leaks" are caused by the Foundation framework?

Creating Core Foundation classes

Casting an NSError return to a CFErrorRef return

Why doesn't this simple CoreMIDI program produce MIDI output?

Releasing Core Foundation object references

Why would CFRelease(NULL) crash?

How to convert CFArray to Swift Array?