From: <lr...@us...> - 2007-03-30 13:07:09
|
Revision: 1691 http://svn.sourceforge.net/rubycocoa/?rev=1691&view=rev Author: lrz Date: 2007-03-30 06:07:06 -0700 (Fri, 30 Mar 2007) Log Message: ----------- 2007-03-30 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.h, framework/src/objc/RBObject.m, framework/src/objc/libffi.m, framework/src/objc/OverrideMixin.m, tests/tc_thread.rb, tests/objc_test.m: Allows RubyCocoa to be called by Objective-C from a thread that isn't the main one, by routing the NSInvocation / FFI closure into the main thread via the main run loop. Prints a warning before routing. Added some test cases. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/libffi.h trunk/src/framework/src/objc/libffi.m trunk/src/tests/objc_test.m Added Paths: ----------- trunk/src/tests/tc_thread.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |