From: <lr...@us...> - 2007-06-04 05:58:21
|
Revision: 1809 http://svn.sourceforge.net/rubycocoa/?rev=1809&view=rev Author: lrz Date: 2007-06-03 22:58:18 -0700 (Sun, 03 Jun 2007) Log Message: ----------- 2007-06-03 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.m: Fixed a regression introduced by last bug fix. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-06-04 10:47:20
|
Revision: 1810 http://svn.sourceforge.net/rubycocoa/?rev=1810&view=rev Author: el_oy Date: 2007-06-04 03:47:19 -0700 (Mon, 04 Jun 2007) Log Message: ----------- 2007-06-03 Eloy Duran <e....@su...> * framework/tool/gen_bridge_doc/lib/lib/hpricot_proxy.rb: Added Hpricot 0.5.x compatibility to the BridgeDoc tool. Patch by Justin Palmer. Modified Paths: -------------- trunk/src/AUTHORS trunk/src/ChangeLog trunk/src/framework/tool/gen_bridge_doc/lib/lib/hpricot_proxy.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-05 01:07:48
|
Revision: 1815 http://svn.sourceforge.net/rubycocoa/?rev=1815&view=rev Author: lrz Date: 2007-06-04 18:07:47 -0700 (Mon, 04 Jun 2007) Log Message: ----------- 2007-06-04 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.m, framework/src/objc/BridgeSupport.m: Fixed NULL to C strings and opaque types conversion. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-06-05 09:04:34
|
Revision: 1816 http://svn.sourceforge.net/rubycocoa/?rev=1816&view=rev Author: el_oy Date: 2007-06-05 02:04:33 -0700 (Tue, 05 Jun 2007) Log Message: ----------- 2007-06-05 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb: Proxy classes are now automagically defined when a ActiveRecord::Base subclass is defined. ActiveRecord::Base#to_activerecord_proxy now caches the proxy class name. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/tests/tc_active_record.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-05 17:47:30
|
Revision: 1817 http://svn.sourceforge.net/rubycocoa/?rev=1817&view=rev Author: lrz Date: 2007-06-05 10:47:28 -0700 (Tue, 05 Jun 2007) Log Message: ----------- 2007-06-05 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m, tests/tc_types.rb: Define #dup for C structures boxed types, that returns a new copy of the instance. Added test case. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-06 01:40:29
|
Revision: 1819 http://svn.sourceforge.net/rubycocoa/?rev=1819&view=rev Author: lrz Date: 2007-06-05 18:40:24 -0700 (Tue, 05 Jun 2007) Log Message: ----------- 2007-06-05 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/mdl_objwrapper.m, tests/tc_wrapper.rb: Fixed some bugs when importing NSProxy-based classes. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/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-06-07 03:53:37
|
Revision: 1820 http://svn.sourceforge.net/rubycocoa/?rev=1820&view=rev Author: lrz Date: 2007-06-06 20:53:34 -0700 (Wed, 06 Jun 2007) Log Message: ----------- 2007-06-06 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/foundation.rb: Updated the header to mention the new licensing message. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/foundation.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-08 07:16:36
|
Revision: 1821 http://svn.sourceforge.net/rubycocoa/?rev=1821&view=rev Author: lrz Date: 2007-06-08 00:16:33 -0700 (Fri, 08 Jun 2007) Log Message: ----------- 2007-06-08 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_exception.rb, framework/src/ruby/osx/objc/oc_import.rb, framework/src/ruby/osx/objc/oc_wrapper.rb, framework/src/objc/mdl_osxobjc.h, framework/src/objc/mdl_osxobjc.m, framework/src/objc/mdl_objwrapper.m, tests/tc_subclass.rb, tests/tc_wrapper.rb: When messaging Objective-C from Ruby, now auto-defining the Ruby methods by generating Libffi closures, so that #method_missing will only be called once. This renders the messaging around 3 times faster. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/framework/src/objc/mdl_osxobjc.h trunk/src/framework/src/objc/mdl_osxobjc.m trunk/src/framework/src/ruby/osx/objc/oc_exception.rb trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb trunk/src/tests/tc_subclass.rb trunk/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-06-09 17:37:38
|
Revision: 1826 http://svn.sourceforge.net/rubycocoa/?rev=1826&view=rev Author: el_oy Date: 2007-06-09 10:37:36 -0700 (Sat, 09 Jun 2007) Log Message: ----------- 2007-06-09 Eloy Duran <e....@su...> * sample/MailDemo/MailDemoActiveRecordBindings/MailboxProxy.rb, sample/MailDemo/MailDemoActiveRecordBindings/EmailProxy.rb, sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj, framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb: Added the class method ActiveRecordProxy.on_get() which can be used to define filters to be applied when a specified key is requested in rbValueForKey. So the filter will be run before returning the data. Changed EmailProxy.rb to use the new on_get class method. Removed the MailboxProxy.rb file, because the proxy class will automatically be defined whenever ActiveRecord::Base is inherited. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/EmailProxy.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/tests/tc_active_record.rb Removed Paths: ------------- trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailboxProxy.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-06-10 11:06:45
|
Revision: 1830 http://svn.sourceforge.net/rubycocoa/?rev=1830&view=rev Author: el_oy Date: 2007-06-10 04:06:43 -0700 (Sun, 10 Jun 2007) Log Message: ----------- 2007-06-10 Eloy Duran <e....@su...> * framework/tool/rubycocoa/bin/rubycocoa: Fixed the shebang which was hardcoded to /usr/bin/ruby. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-10 16:46:58
|
Revision: 1832 http://svn.sourceforge.net/rubycocoa/?rev=1832&view=rev Author: lrz Date: 2007-06-10 09:46:56 -0700 (Sun, 10 Jun 2007) Log Message: ----------- 2007-06-10 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_objwrapper.m: Enable OCM_AUTO_REGISTER. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_objwrapper.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-10 10:50:31
|
Revision: 1829 http://svn.sourceforge.net/rubycocoa/?rev=1829&view=rev Author: cho45 Date: 2007-06-10 03:50:27 -0700 (Sun, 10 Jun 2007) Log Message: ----------- * added Rakefile to template (only in "Cocoa-Ruby Application" temporary) Modified Paths: -------------- trunk/src/framework/tool/rubycocoa/bin/rubycocoa Added Paths: ----------- trunk/src/template/ProjectBuilder/Application/Cocoa-Ruby Application/Rakefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-10 14:19:08
|
Revision: 1831 http://svn.sourceforge.net/rubycocoa/?rev=1831&view=rev Author: cho45 Date: 2007-06-10 07:19:06 -0700 (Sun, 10 Jun 2007) Log Message: ----------- 2007-06-10 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/bin/rubycocoa: Show helps when command is called with a subcommand only. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-11 02:57:45
|
Revision: 1834 http://svn.sourceforge.net/rubycocoa/?rev=1834&view=rev Author: cho45 Date: 2007-06-10 19:57:41 -0700 (Sun, 10 Jun 2007) Log Message: ----------- 2007-06-11 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/bin/rubycocoa, framework/tool/rubycocoa/test/test_rubycocoa.rb: Implemented "create" subcommand which create ruby class skeltons. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa trunk/src/framework/tool/rubycocoa/test/test_rubycocoa.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-11 05:11:40
|
Revision: 1835 http://svn.sourceforge.net/rubycocoa/?rev=1835&view=rev Author: cho45 Date: 2007-06-10 22:11:38 -0700 (Sun, 10 Jun 2007) Log Message: ----------- 2007-06-11 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/bin/rubycocoa, framework/tool/rubycocoa/test/test_rubycocoa.rb, framework/tool/rubycocoa/lib/osx/xcode.rb, template/ProjectBuilder/Application/Cocoa-Ruby Application/Rakefile: Check duplicated file in Xcode project. Fixed filename bug in Rakefile task "package" . Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa trunk/src/framework/tool/rubycocoa/lib/osx/xcode.rb trunk/src/framework/tool/rubycocoa/test/test_rubycocoa.rb trunk/src/template/ProjectBuilder/Application/Cocoa-Ruby Application/Rakefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-11 08:26:58
|
Revision: 1836 http://svn.sourceforge.net/rubycocoa/?rev=1836&view=rev Author: cho45 Date: 2007-06-11 01:26:57 -0700 (Mon, 11 Jun 2007) Log Message: ----------- 2007-06-11 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/test/test_rubycocoa.rb, template/ProjectBuilder/Application/Cocoa-Ruby Application/Rakefile: Added "create", "add" and "update" task to Rakefile. Thease are wrapper for the 'rubycocoa' command. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/test/test_rubycocoa.rb trunk/src/template/ProjectBuilder/Application/Cocoa-Ruby Application/Rakefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-12 06:47:48
|
Revision: 1837 http://svn.sourceforge.net/rubycocoa/?rev=1837&view=rev Author: cho45 Date: 2007-06-11 23:47:45 -0700 (Mon, 11 Jun 2007) Log Message: ----------- 2007-06-12 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/bin/rubycocoa: Fixed "update" subcommand which didn't consider superclass. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-14 05:01:28
|
Revision: 1838 http://svn.sourceforge.net/rubycocoa/?rev=1838&view=rev Author: cho45 Date: 2007-06-13 22:01:25 -0700 (Wed, 13 Jun 2007) Log Message: ----------- 2007-06-14 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/bin/rubycocoa, framework/tool/rubycocoa/test/test_rubycocoa.rb, template/ProjectBuilder/Application/Cocoa-Ruby Application/CocoaApp.xcodeproj/TemplateInfo.plist: Fixed "new" subcommand to use TemplateInfo.plist. Added "Rakefile" to "FilesToMacroExpand" in TemplateInfo.plist. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa trunk/src/framework/tool/rubycocoa/test/test_rubycocoa.rb trunk/src/template/ProjectBuilder/Application/Cocoa-Ruby Application/CocoaApp.xcodeproj/TemplateInfo.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-18 02:26:19
|
Revision: 1839 http://svn.sourceforge.net/rubycocoa/?rev=1839&view=rev Author: lrz Date: 2007-06-17 19:26:18 -0700 (Sun, 17 Jun 2007) Log Message: ----------- 2007-06-14 Satoshi Nakagawa <sna...@in...> * framework/src/objc/RBRuntime.m, framework/src/objc/ocdata_conv.m: Now cleaning the oc2rb cache upon the NSObject dealloc. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-18 02:28:24
|
Revision: 1840 http://svn.sourceforge.net/rubycocoa/?rev=1840&view=rev Author: lrz Date: 2007-06-17 19:28:22 -0700 (Sun, 17 Jun 2007) Log Message: ----------- 2007-06-17 Laurent Sansonetti <lsa...@ap...> * AUTHORS: Added Satoshi-san. Modified Paths: -------------- trunk/src/AUTHORS trunk/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-18 02:30:57
|
Revision: 1841 http://svn.sourceforge.net/rubycocoa/?rev=1841&view=rev Author: lrz Date: 2007-06-17 19:30:55 -0700 (Sun, 17 Jun 2007) Log Message: ----------- 2007-06-17 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m, tests/tc_types.rb: Define OSX::Boxed#clone as #dup. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-18 05:33:26
|
Revision: 1842 http://svn.sourceforge.net/rubycocoa/?rev=1842&view=rev Author: lrz Date: 2007-06-17 22:33:24 -0700 (Sun, 17 Jun 2007) Log Message: ----------- 2007-06-17 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBRuntime.m: Make sure we install the NSObject dealloc hook + rewrote the hook code to use the new objc2 APIs. Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <hi...@us...> - 2007-06-19 02:44:36
|
Revision: 1844 http://svn.sourceforge.net/rubycocoa/?rev=1844&view=rev Author: hisa Date: 2007-06-18 19:44:10 -0700 (Mon, 18 Jun 2007) Log Message: ----------- 2007-06-19 Fujimoto Hisa <hi...@fo...> * framework/src/objc/ocdata_conv.m: used RTEST for rbobj_to_bool. emphasized that the convert_cary is mutable about the octype_str. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ch...@us...> - 2007-06-19 07:41:29
|
Revision: 1845 http://svn.sourceforge.net/rubycocoa/?rev=1845&view=rev Author: cho45 Date: 2007-06-19 00:41:25 -0700 (Tue, 19 Jun 2007) Log Message: ----------- 2007-06-19 SATOH Hiroh <ch...@lo...> * framework/tool/rubycocoa/test/test_rubycocoa.rb, framework/tool/rubycocoa/lib/osx/xcode.rb, framework/tool/rubycocoa/bin/rubycocoa: Modified to call to_s in xcode.rb for plist. Modified "add" subcommand to ignore directory (This considers only .rb file now) Added test for making new application. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rubycocoa/bin/rubycocoa trunk/src/framework/tool/rubycocoa/lib/osx/xcode.rb trunk/src/framework/tool/rubycocoa/test/test_rubycocoa.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-06-21 07:24:47
|
Revision: 1852 http://svn.sourceforge.net/rubycocoa/?rev=1852&view=rev Author: hisa Date: 2007-06-21 00:24:45 -0700 (Thu, 21 Jun 2007) Log Message: ----------- 2007-06-21 Fujimoto Hisa <hi...@fo...> * install.rb: added test_rubycocoa_command to test phase. * tests/tc_rubycocoacommand.rb: removed the file, because install.rb invoke the test for rubycocoa command. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb Removed Paths: ------------- trunk/src/tests/tc_rubycocoacommand.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |