From: <hi...@us...> - 2007-02-26 23:37:15
|
Revision: 1598 http://svn.sourceforge.net/rubycocoa/?rev=1598&view=rev Author: hisa Date: 2007-02-26 15:37:13 -0800 (Mon, 26 Feb 2007) Log Message: ----------- 2007-02-27 Fujimoto Hisa <hi...@fo...> * sample/CocoaRepl/ReplController.rb: fixed a bug missing ReplController. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/CocoaRepl/ReplController.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-27 18:00:20
|
Revision: 1600 http://svn.sourceforge.net/rubycocoa/?rev=1600&view=rev Author: lrz Date: 2007-02-27 10:00:04 -0800 (Tue, 27 Feb 2007) Log Message: ----------- 2007-02-27 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/CoreGraphics.xml, framework/src/objc/BridgeSupport.gperf, framework/src/objc/BridgeSupportLexer.h, framework/src/objc/BridgeSupport.m, framework/tool/gen_bridge_metadata.rb: Added function aliasing support, make sure the __CF* inline functions are still exposed. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/CoreGraphics.xml branches/apple-unstable/src/framework/src/objc/BridgeSupport.gperf branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/BridgeSupportLexer.h branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-02-27 21:40:01
|
Revision: 1601 http://svn.sourceforge.net/rubycocoa/?rev=1601&view=rev Author: kimuraw Date: 2007-02-27 13:39:48 -0800 (Tue, 27 Feb 2007) Log Message: ----------- 2007-02-28 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_import.rb: ns_override should not invoke for Objective-C classes. see [Rubycocoa-devel:765]. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb Property Changed: ---------------- branches/apple-unstable/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-27 22:09:26
|
Revision: 1602 http://svn.sourceforge.net/rubycocoa/?rev=1602&view=rev Author: lrz Date: 2007-02-27 14:09:21 -0800 (Tue, 27 Feb 2007) Log Message: ----------- 2007-02-27 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/OpenGL.xml, framework/tool/gen_bridge_metadata.rb: Fix the CGLContextObj type, this fixes the crasher in some OpenGL samples. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/OpenGL.xml branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-28 05:06:15
|
Revision: 1603 http://svn.sourceforge.net/rubycocoa/?rev=1603&view=rev Author: hisa Date: 2007-02-27 21:06:12 -0800 (Tue, 27 Feb 2007) Log Message: ----------- 2007-02-28 Fujimoto Hisa <hi...@fo...> * framework/src/ruby/osx/objc/oc_import.rb: allowed to give a block to objc_method for implementation of the method. added def_objc_method. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-28 14:08:55
|
Revision: 1604 http://svn.sourceforge.net/rubycocoa/?rev=1604&view=rev Author: lrz Date: 2007-02-28 06:08:53 -0800 (Wed, 28 Feb 2007) Log Message: ----------- 2007-02-28 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AddressBook.xml, framework/post-config.rb, framework/tool/gen_bridge_metadata.rb: - Do not explicitly specify the ObjC language when calling cpp(1) ; - Override CFTypeRef and AddressBook's ABRecordRef types with '@' ; - Misc fixes in the generator. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AddressBook.xml branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-28 16:28:27
|
Revision: 1605 http://svn.sourceforge.net/rubycocoa/?rev=1605&view=rev Author: lrz Date: 2007-02-28 08:28:25 -0800 (Wed, 28 Feb 2007) Log Message: ----------- 2007-02-28 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_wrapper.rb, tests/tc_wrapper.rb: Work around a Ruby bug when #method_missing is called when trying to call an existing Ruby private method. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.rb branches/apple-unstable/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-28 16:50:57
|
Revision: 1606 http://svn.sourceforge.net/rubycocoa/?rev=1606&view=rev Author: lrz Date: 2007-02-28 08:49:05 -0800 (Wed, 28 Feb 2007) Log Message: ----------- reverted previous commit with a better one Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.rb branches/apple-unstable/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-28 18:39:49
|
Revision: 1608 http://svn.sourceforge.net/rubycocoa/?rev=1608&view=rev Author: lrz Date: 2007-02-28 10:39:47 -0800 (Wed, 28 Feb 2007) Log Message: ----------- 2007-02-28 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Added preliminary support for 64-bit encodings. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-03-01 13:32:30
|
Revision: 1609 http://svn.sourceforge.net/rubycocoa/?rev=1609&view=rev Author: hisa Date: 2007-03-01 05:32:28 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-01 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBRuntime.m, framework/src/objc/mdl_bundle_support.m, framework/src/ruby/osx/objc/oc_bundle_support.rb: Ensured that initialization was not executed twice or more per one process. Better exception handling of Ruby program in initialization API. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-01 14:45:12
|
Revision: 1610 http://svn.sourceforge.net/rubycocoa/?rev=1610&view=rev Author: lrz Date: 2007-03-01 06:45:10 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-01 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_attachments.rb, framework/src/ruby/osx/objc/oc_wrapper.rb, framework/src/ruby/osx/objc/oc_attachments_appkit.rb, tests/tc_attachments.rb, tests/tc_wrapper.rb: - Removed old methods (to_a, to_f and to_i) in oc_wrapper ; - Refactored attachments to add methods directly to the Objective-C class and not using modules anymore ; - Fixed NSEnumerator#to_a ; - Updated test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_attachments.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_attachments_appkit.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.rb branches/apple-unstable/src/tests/tc_attachments.rb branches/apple-unstable/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-03-01 16:14:31
|
Revision: 1612 http://svn.sourceforge.net/rubycocoa/?rev=1612&view=rev Author: hisa Date: 2007-03-01 08:14:26 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-02 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBObject.m, framework/src/objc/RBRuntime.m: implemented RBNotifyException as framework of notification/logging a reasonable message with backtrace for exception. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-01 20:36:42
|
Revision: 1613 http://svn.sourceforge.net/rubycocoa/?rev=1613&view=rev Author: lrz Date: 2007-03-01 12:36:40 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-01 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Reverted change introduced by r1601 as it breaks the direct method override feature. * framework/src/objc/RBRuntime.m: Only log if $DEBUG is true. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-01 21:45:35
|
Revision: 1614 http://svn.sourceforge.net/rubycocoa/?rev=1614&view=rev Author: lrz Date: 2007-03-01 13:45:27 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-01 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_ovmix.rb: Fixed direct method override feature for Ruby > 1.8.2 and < 1.8.5. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-03-02 07:56:41
|
Revision: 1616 http://svn.sourceforge.net/rubycocoa/?rev=1616&view=rev Author: hisa Date: 2007-03-01 23:56:39 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-02 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBRuntime.m, framework/src/objc/internal_macros.h, framework/src/ruby/osx/objc/oc_exception.rb, framework/src/ruby/osx/objc/oc_bundle_support.rb, framework/src/ruby/osx/objc/oc_import.rb, tests/tc_exception.rb: - Defined global variable `$RUBYCOCOA_VERBOSE' to record the detail of RubyCocoa runtime information for debugging RubyCocoa itself. You can use $VERBOSE of Ruby's pre-defined global variable for same purpose as well. - Recorded better backtrace information of an exception which is raised from user's ruby program. It's debugging a ruby program linked with RubyCocoa. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/internal_macros.h branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_exception.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_exception.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-03-02 08:20:27
|
Revision: 1617 http://svn.sourceforge.net/rubycocoa/?rev=1617&view=rev Author: hisa Date: 2007-03-02 00:20:25 -0800 (Fri, 02 Mar 2007) Log Message: ----------- 2007-03-02 Fujimoto Hisa <hi...@fo...> * sample/Pong, sample/RubyRocks, sample/TypingTutor: rewritten with modern sytanx instead of obsoleted syntax. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/Pong/AppCtrl.rb branches/apple-unstable/src/sample/Pong/Model.rb branches/apple-unstable/src/sample/Pong/PlayingView.rb branches/apple-unstable/src/sample/RubyRocks/RubyRocks.rb branches/apple-unstable/src/sample/TypingTutor/BigLetterView.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-03-02 08:52:00
|
Revision: 1618 http://svn.sourceforge.net/rubycocoa/?rev=1618&view=rev Author: hisa Date: 2007-03-02 00:51:58 -0800 (Fri, 02 Mar 2007) Log Message: ----------- 2007-03-02 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBRuntime.m: Added Init_stack for loading multiple bundles. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-02 09:46:09
|
Revision: 1619 http://svn.sourceforge.net/rubycocoa/?rev=1619&view=rev Author: lrz Date: 2007-03-02 01:46:08 -0800 (Fri, 02 Mar 2007) Log Message: ----------- 2007-03-02 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBRuntime.m, framework/src/objc/internal_macros.h: Grab the RUBYCOCOA_VERBOSE global variable value only once. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/internal_macros.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-02 10:15:20
|
Revision: 1620 http://svn.sourceforge.net/rubycocoa/?rev=1620&view=rev Author: lrz Date: 2007-03-02 02:15:16 -0800 (Fri, 02 Mar 2007) Log Message: ----------- 2007-03-02 Laurent Sansonetti <lsa...@ap...> * tests/tc_attachments.rb, framework/src/ruby/osx/objc/oc_attachments.rb: Added Hash-like interface to NSUserDefaults. Added test cases. * sample/RaiseMan/PreferenceController.rb, sample/RaiseMan/AppController.rb, sample/RaiseMan/MyDocument.rb: Removed mixing of old NSDictionaryAttachment module in NSUserDefaults. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_attachments.rb branches/apple-unstable/src/sample/RaiseMan/AppController.rb branches/apple-unstable/src/sample/RaiseMan/MyDocument.rb branches/apple-unstable/src/sample/RaiseMan/PreferenceController.rb branches/apple-unstable/src/tests/tc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-02 10:33:17
|
Revision: 1621 http://svn.sourceforge.net/rubycocoa/?rev=1621&view=rev Author: lrz Date: 2007-03-02 02:33:15 -0800 (Fri, 02 Mar 2007) Log Message: ----------- 2007-03-02 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_osxobjc.m: When wrapping a returned ocid in a Ruby object, if the wanted class name can't be a constant (because starting with '_' or [a-z]), try to use the superclass name when possible. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-05 10:25:29
|
Revision: 1623 http://svn.sourceforge.net/rubycocoa/?rev=1623&view=rev Author: lrz Date: 2007-03-05 02:25:27 -0800 (Mon, 05 Mar 2007) Log Message: ----------- 2007-03-05 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Do not do 64-bit magic unless '--enable-64' is provided. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-05 11:09:13
|
Revision: 1624 http://svn.sourceforge.net/rubycocoa/?rev=1624&view=rev Author: lrz Date: 2007-03-05 03:09:07 -0800 (Mon, 05 Mar 2007) Log Message: ----------- 2007-03-05 Laurent Sansonetti <lsa...@ap...> * sample/CIExposureSample/.gdb_history: Removed. * sample/CocoaRepl/Info.plist: Added missing CFBundleShortVersionString. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/CocoaRepl/Info.plist Removed Paths: ------------- branches/apple-unstable/src/sample/CIExposureSample/.gdb_history This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-07 14:18:10
|
Revision: 1625 http://svn.sourceforge.net/rubycocoa/?rev=1625&view=rev Author: lrz Date: 2007-03-07 06:18:08 -0800 (Wed, 07 Mar 2007) Log Message: ----------- 2007-03-07 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: When generating the exceptions template, use 'o' instead of 'out' for the default type modifier attribute value. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-07 16:36:19
|
Revision: 1626 http://svn.sourceforge.net/rubycocoa/?rev=1626&view=rev Author: lrz Date: 2007-03-07 08:36:12 -0800 (Wed, 07 Mar 2007) Log Message: ----------- 2007-03-07 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Fail with a human-readable message when a given framework could not be located. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-03-08 14:23:25
|
Revision: 1627 http://svn.sourceforge.net/rubycocoa/?rev=1627&view=rev Author: lrz Date: 2007-03-08 06:23:22 -0800 (Thu, 08 Mar 2007) Log Message: ----------- 2007-03-08 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: - Better ignored header exceptions support ; - Properly define the import directive by keeping sub-directories within the headers directory. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |