From: <ki...@us...> - 2007-06-21 15:07:06
|
Revision: 1853 http://svn.sourceforge.net/rubycocoa/?rev=1853&view=rev Author: kimuraw Date: 2007-06-21 08:07:04 -0700 (Thu, 21 Jun 2007) Log Message: ----------- 2007-06-21 kimura wataru <kimuraw@i.nifty.jp> * package/tmpl/Info.plist: fix version cheking: cannot install from .pkg into Mac OS X 10.4.10. (10.4 <= current version <= 10.4.9) -> (10.4 <= current version < 10.5) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/tmpl/Info.plist Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-27 22:27:37
|
Revision: 1863 http://svn.sourceforge.net/rubycocoa/?rev=1863&view=rev Author: lrz Date: 2007-06-27 15:27:33 -0700 (Wed, 27 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/cls_objcptr.m: improved ObjcPtr#regard_as to accept an ObjC runtime encoding string. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-27 22:48:24
|
Revision: 1864 http://svn.sourceforge.net/rubycocoa/?rev=1864&view=rev Author: lrz Date: 2007-06-27 15:48:22 -0700 (Wed, 27 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * pre-config.rb: Fixed --build-universal for systems higher than 10.4. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-27 22:52:45
|
Revision: 1865 http://svn.sourceforge.net/rubycocoa/?rev=1865&view=rev Author: lrz Date: 2007-06-27 15:52:44 -0700 (Wed, 27 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * sample/Fortune.wdgt/SimplePlugin/SimplePlugin.xcodeproj/project.pbxproj, sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj, sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/project.pbxproj, sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj: Removed references to the 10.4u SDK and use instead the current SDK. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj trunk/src/sample/Fortune.wdgt/SimplePlugin/SimplePlugin.xcodeproj/project.pbxproj trunk/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj trunk/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-27 22:54:36
|
Revision: 1866 http://svn.sourceforge.net/rubycocoa/?rev=1866&view=rev Author: lrz Date: 2007-06-27 15:54:34 -0700 (Wed, 27 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.m, framework/src/objc/ocdata_conv.m: Fixed warnings and removed dead code. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/libffi.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: <ki...@us...> - 2007-06-28 16:06:32
|
Revision: 1867 http://svn.sourceforge.net/rubycocoa/?rev=1867&view=rev Author: kimuraw Date: 2007-06-28 09:06:23 -0700 (Thu, 28 Jun 2007) Log Message: ----------- Satoshi Nakagawa, suggestion in [rubycocoa:0438]. * framework/src/ruby/osx/objc/oc_import.rb: add acceptable types of OCTYPES: BOOL, longlong, ulonglong and cstr. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_import.rb Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-28 16:24:03
|
Revision: 1868 http://svn.sourceforge.net/rubycocoa/?rev=1868&view=rev Author: lrz Date: 2007-06-28 09:24:01 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Work around possible warnings when defining module functions, in case a function has already been defined. 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-28 16:27:32
|
Revision: 1869 http://svn.sourceforge.net/rubycocoa/?rev=1869&view=rev Author: lrz Date: 2007-06-28 09:27:31 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: If the RubyNode library is present in the system, uses it to collect the necessary IB metadata, by parsing the given Ruby source code file. If not, uses the old behavior that requires the given Ruby source code file and collect the metadata via code evaluation. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-28 17:06:13
|
Revision: 1870 http://svn.sourceforge.net/rubycocoa/?rev=1870&view=rev Author: lrz Date: 2007-06-28 10:06:11 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Naoki Hiroshima <n+r...@h7...> * framework/src/objc/cls_objcptr.m, tests/tc_objcptr.rb: - ObjcPtr.new initialize ObjcPtr.encoding as "uchar" by default and clear allocated memory ; - ObjcPtr#allocate_as_int{8,16,32} set ObjcPtr.encoding" as "char", "short", and "int", respectively. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-28 17:08:00
|
Revision: 1871 http://svn.sourceforge.net/rubycocoa/?rev=1871&view=rev Author: lrz Date: 2007-06-28 10:07:49 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * AUTHORS: Added Naoki-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-28 17:15:08
|
Revision: 1872 http://svn.sourceforge.net/rubycocoa/?rev=1872&view=rev Author: lrz Date: 2007-06-28 10:15:07 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * sample/ViewModelDemo/Controller.rb: Fixed the IB actions. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/ViewModelDemo/Controller.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-28 17:39:21
|
Revision: 1873 http://svn.sourceforge.net/rubycocoa/?rev=1873&view=rev Author: lrz Date: 2007-06-28 10:39:19 -0700 (Thu, 28 Jun 2007) Log Message: ----------- 2007-06-28 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: - Write the property list as XML ; - Support passing '-' as the source code path, which will read on stdin. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-29 14:07:41
|
Revision: 1874 http://svn.sourceforge.net/rubycocoa/?rev=1874&view=rev Author: lrz Date: 2007-06-29 07:07:37 -0700 (Fri, 29 Jun 2007) Log Message: ----------- 2007-06-29 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/ocdata_conv.m, tests/tc_bool.rb: - Fixed a PPC regression when converting small integers (less than 4 bytes) from a metadata-driven Ruby method (ex: an informal protocol method). - Better generic Ruby -> ObjC boolean conversion, now trying to respect the Ruby semantics. Ruby's true and false are converted as true and false, all integers (including 0) are converted as true and nil as false ; - Added a test case (original code written by Kimura Wataru). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/ocdata_conv.m Added Paths: ----------- trunk/src/tests/tc_bool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-06-29 22:02:34
|
Revision: 1875 http://svn.sourceforge.net/rubycocoa/?rev=1875&view=rev Author: lrz Date: 2007-06-29 15:02:29 -0700 (Fri, 29 Jun 2007) Log Message: ----------- 2007-06-30 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: When writing a plist for a given Ruby source code, make sure the outlets and actions are ordered in the same order they have been defined in the given code. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-07-01 08:15:32
|
Revision: 1876 http://svn.sourceforge.net/rubycocoa/?rev=1876&view=rev Author: psychs Date: 2007-07-01 01:15:30 -0700 (Sun, 01 Jul 2007) Log Message: ----------- 2007-07-01 Satoshi Nakagawa <art...@gm...> * Rakefile - Added package_source task. - Added '--prefix=/usr' parameter to build and package tasks. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/Rakefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-07-01 18:48:10
|
Revision: 1877 http://svn.sourceforge.net/rubycocoa/?rev=1877&view=rev Author: psychs Date: 2007-07-01 11:47:38 -0700 (Sun, 01 Jul 2007) Log Message: ----------- 2007-07-02 Satoshi Nakagawa <art...@gm...> * tests/objc_test.m, tests/tc_bool.rb, tests/ObjcTest.bridgesupport: - Added BOOL type conversion tests for both objc to ruby and ruby to objc conversions. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/objc_test.m trunk/src/tests/tc_bool.rb Added Paths: ----------- trunk/src/tests/ObjcTest.bridgesupport This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-07-02 11:57:43
|
Revision: 1878 http://svn.sourceforge.net/rubycocoa/?rev=1878&view=rev Author: psychs Date: 2007-07-02 04:57:42 -0700 (Mon, 02 Jul 2007) Log Message: ----------- 2007-07-02 Satoshi Nakagawa <art...@gm...> * tests/objc_test.m, tests/tc_bool.rb, tests/ObjcTest.bridgesupport: - Reformed type conversion tests. - Added test cases for float and double values. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/ObjcTest.bridgesupport trunk/src/tests/objc_test.m trunk/src/tests/tc_bool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-07-02 14:00:44
|
Revision: 1879 http://svn.sourceforge.net/rubycocoa/?rev=1879&view=rev Author: lrz Date: 2007-07-02 07:00:40 -0700 (Mon, 02 Jul 2007) Log Message: ----------- 2007-07-02 Laurent Sansonetti <lsa...@ap...> * tool/create-symlinks.rb: Added a convenience tool that replaces an existing RubyCocoa installation with symbolic links to the current build of RubyCocoa. Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/tool/create-symlinks.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-07-02 14:02:14
|
Revision: 1880 http://svn.sourceforge.net/rubycocoa/?rev=1880&view=rev Author: lrz Date: 2007-07-02 07:02:11 -0700 (Mon, 02 Jul 2007) Log Message: ----------- 2007-07-02 Laurent Sansonetti <lsa...@ap...> * misc/ruby-osx10_1.patch, misc/ruby-1.6.7-osx10.2.patch: Removed (these patches are for Ruby 1.6.x). Modified Paths: -------------- trunk/src/ChangeLog Removed Paths: ------------- trunk/src/misc/ruby-1.6.7-osx10.2.patch trunk/src/misc/ruby-osx10_1.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-07-02 17:42:22
|
Revision: 1881 http://svn.sourceforge.net/rubycocoa/?rev=1881&view=rev Author: lrz Date: 2007-07-02 10:42:21 -0700 (Mon, 02 Jul 2007) Log Message: ----------- 2007-07-02 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/ruby_addition.rb, framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m, tests/tc_thread.rb, tests/objc_test.m, tests/Makefile: Merged Jonathan's support to use Ruby Threads with RubyCocoa. This is for Tiger only. Made a few modifications, work is still in progress. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.h trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb trunk/src/tests/Makefile trunk/src/tests/objc_test.m trunk/src/tests/tc_thread.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-07-02 17:45:15
|
Revision: 1882 http://svn.sourceforge.net/rubycocoa/?rev=1882&view=rev Author: lrz Date: 2007-07-02 10:45:14 -0700 (Mon, 02 Jul 2007) Log Message: ----------- 2007-07-02 Laurent Sansonetti <lsa...@ap...> * misc/ruby_thread_hooks.diff, misc/ruby_thread_hooks.txt: Added the patch and some details that needs to be applied to the Ruby runtime in order to use Ruby Threads with RubyCocoa. Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/misc/ruby_thread_hooks.diff trunk/src/misc/ruby_thread_hooks.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-07-03 13:19:48
|
Revision: 1886 http://svn.sourceforge.net/rubycocoa/?rev=1886&view=rev Author: psychs Date: 2007-07-03 06:19:47 -0700 (Tue, 03 Jul 2007) Log Message: ----------- 2007-07-03 Satoshi Nakagawa <art...@gm...> * framework/src/objc/RBObject.m: Fixed the BOOL return value conversion problems on PPC. * tests/tc_bool.rb: Removed tests for char return values under bridgesupport. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBObject.m trunk/src/tests/tc_bool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-07-03 16:00:44
|
Revision: 1887 http://svn.sourceforge.net/rubycocoa/?rev=1887&view=rev Author: kimuraw Date: 2007-07-03 09:00:36 -0700 (Tue, 03 Jul 2007) Log Message: ----------- 2007-07-03 kimura wataru <kimuraw@i.nifty.jp> * framework/tool/gen_bridge_doc.rb: fix too deep path of documentations RubyCocoa/Frameworks/files. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/gen_bridge_doc.rb Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-07-04 09:03:59
|
Revision: 1888 http://svn.sourceforge.net/rubycocoa/?rev=1888&view=rev Author: psychs Date: 2007-07-04 02:03:57 -0700 (Wed, 04 Jul 2007) Log Message: ----------- 2007-07-04 Satoshi Nakagawa <art...@gm...> * framework/src/objc/RBObject.m, framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m: - Refactoring the BOOL return value conversion fixes. - Added ocdata_alloc_size() for small integer types on PPC. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/ocdata_conv.h 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-07-04 17:59:11
|
Revision: 1889 http://svn.sourceforge.net/rubycocoa/?rev=1889&view=rev Author: lrz Date: 2007-07-04 10:59:04 -0700 (Wed, 04 Jul 2007) Log Message: ----------- 2007-07-04 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBRuntime.m: More work on the Ruby threading support. Systems after Tiger are still not officially supported (code is not in the repository). 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. |