From: <ki...@us...> - 2013-09-16 08:44:46
|
Revision: 2426 http://sourceforge.net/p/rubycocoa/svn/2426 Author: kimuraw Date: 2013-09-16 08:44:44 +0000 (Mon, 16 Sep 2013) Log Message: ----------- suppress warnings [-Wdeprecated-objc-isa-usage] - (obj->isa) -> object_getClass(obj) 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: <ki...@us...> - 2013-09-16 12:57:40
|
Revision: 2427 http://sourceforge.net/p/rubycocoa/svn/2427 Author: kimuraw Date: 2013-09-16 12:57:36 +0000 (Mon, 16 Sep 2013) Log Message: ----------- Fix missing "arch" command at testing test with --arch option runs ruby via `arch' command. `arch' command was missed in test_loadlibs() and test_testcase(). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-06 16:21:33
|
Revision: 2428 http://sourceforge.net/p/rubycocoa/svn/2428 Author: kimuraw Date: 2013-10-06 16:21:28 +0000 (Sun, 06 Oct 2013) Log Message: ----------- Refactor install.rb Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-06 16:21:38
|
Revision: 2429 http://sourceforge.net/p/rubycocoa/svn/2429 Author: kimuraw Date: 2013-10-06 16:21:36 +0000 (Sun, 06 Oct 2013) Log Message: ----------- Add a config option "--ruby-archheader-dir" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/GeneratedConfig.xcconfig.in trunk/src/metaconfig trunk/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-06 16:21:44
|
Revision: 2430 http://sourceforge.net/p/rubycocoa/svn/2430 Author: kimuraw Date: 2013-10-06 16:21:43 +0000 (Sun, 06 Oct 2013) Log Message: ----------- Fix config error with --sdkroot option an error "mkmf.rb can't find header files for ruby" may occur at config task. mkmf.rb tests whether ruby.h and config.h exists. we need to tell the location of headers under sdk when we build RubyCocoa with --sdkroot option. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/ext/rubycocoa/extconf.rb.in trunk/src/install.rb trunk/src/metaconfig This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-08 13:21:19
|
Revision: 2431 http://sourceforge.net/p/rubycocoa/svn/2431 Author: kimuraw Date: 2013-10-08 13:21:15 +0000 (Tue, 08 Oct 2013) Log Message: ----------- Correct CFLAGS "-Idir" with --sdkroot option need to add "sdkroot" dir for -I option of ffi and rexml2. -I/usr/include/ffi -> -I$(SDKROOT)/usr/include/ffi 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: <ki...@us...> - 2013-10-08 13:46:33
|
Revision: 2433 http://sourceforge.net/p/rubycocoa/svn/2433 Author: kimuraw Date: 2013-10-08 13:46:31 +0000 (Tue, 08 Oct 2013) Log Message: ----------- Remove unused code to install Project Builder templates Modified Paths: -------------- trunk/src/ChangeLog trunk/src/metaconfig trunk/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-09 13:55:38
|
Revision: 2434 http://sourceforge.net/p/rubycocoa/svn/2434 Author: kimuraw Date: 2013-10-09 13:55:33 +0000 (Wed, 09 Oct 2013) Log Message: ----------- Refactor setting "-Idir" for ffi and libxml2 Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/GeneratedConfig.xcconfig.in trunk/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-12 19:05:11
|
Revision: 2435 http://sourceforge.net/p/rubycocoa/svn/2435 Author: kimuraw Date: 2013-10-12 19:05:05 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Fix extconf error with sdkroot=nil Modified Paths: -------------- trunk/src/ChangeLog trunk/src/ext/rubycocoa/extconf.rb.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-12 19:05:17
|
Revision: 2436 http://sourceforge.net/p/rubycocoa/svn/2436 Author: kimuraw Date: 2013-10-12 19:05:15 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Add packaging with productbuild, not packagemaker Xcode 5 does not support PackageMaker.app. we need to build installer packages(.pkg) with "productbuild" command. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb trunk/src/package/pre-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-12 19:52:57
|
Revision: 2438 http://sourceforge.net/p/rubycocoa/svn/2438 Author: kimuraw Date: 2013-10-12 19:52:54 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Show "ReadMe" file on installer Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-12 21:36:26
|
Revision: 2439 http://sourceforge.net/p/rubycocoa/svn/2439 Author: kimuraw Date: 2013-10-12 21:36:16 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Deny installation into later than .pkg target version - set attributes "min" and "before" of os-version in distribution xml. - remove "os" key from product.plist. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb trunk/src/package/tmpl/product.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-13 02:05:07
|
Revision: 2441 http://sourceforge.net/p/rubycocoa/svn/2441 Author: kimuraw Date: 2013-10-13 02:04:58 +0000 (Sun, 13 Oct 2013) Log Message: ----------- Fix errors on Snow Leopard from missing definition of RFLOAT_VALUE() header file of ruby built-in Snow Leopard is version 1.8.7-p174. (libruby is version 1.8.7-p358) the version does not have RFLOAT_VALUE(). Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2013-10-13 02:05:12
|
Revision: 2442 http://sourceforge.net/p/rubycocoa/svn/2442 Author: kimuraw Date: 2013-10-13 02:05:11 +0000 (Sun, 13 Oct 2013) Log Message: ----------- Fix test test_s_dataWithContentsOfURL error on Snow Leopard Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsdata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-25 13:42:51
|
Revision: 2444 http://sourceforge.net/p/rubycocoa/svn/2444 Author: kimuraw Date: 2013-10-25 13:42:46 +0000 (Fri, 25 Oct 2013) Log Message: ----------- Add package configuration for 10.9 Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/package/config/10.9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-25 13:43:02
|
Revision: 2446 http://sourceforge.net/p/rubycocoa/svn/2446 Author: kimuraw Date: 2013-10-25 13:43:01 +0000 (Fri, 25 Oct 2013) Log Message: ----------- Remove unneeded command "strip -x" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 09:04:01
|
Revision: 2447 http://sourceforge.net/p/rubycocoa/svn/2447 Author: kimuraw Date: 2013-10-26 09:03:59 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Update NEWS Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS trunk/src/NEWS.ja This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 11:20:42
|
Revision: 2448 http://sourceforge.net/p/rubycocoa/svn/2448 Author: kimuraw Date: 2013-10-26 11:20:37 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Merge branch 'release/1.0.7' into develop Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS trunk/src/NEWS.ja trunk/src/VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 14:41:10
|
Revision: 2454 http://sourceforge.net/p/rubycocoa/svn/2454 Author: kimuraw Date: 2013-10-26 14:41:05 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Add plain text ReadMe file Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/ReadMe.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 14:52:21
|
Revision: 2455 http://sourceforge.net/p/rubycocoa/svn/2455 Author: kimuraw Date: 2013-10-26 14:52:16 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Move html version of ReadMe files under package/ dir only .pkg installer requires these files. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb trunk/src/package/pre-package.rb Added Paths: ----------- trunk/src/package/tmpl/ReadMe.html trunk/src/package/tmpl/ReadMe.ja.html Removed Paths: ------------- trunk/src/ReadMe.html trunk/src/ReadMe.ja.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 15:40:56
|
Revision: 2456 http://sourceforge.net/p/rubycocoa/svn/2456 Author: kimuraw Date: 2013-10-26 15:40:52 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Fix compile error with ruby-2.0 [WIP] this change is WIP. config and setup works, but not work. - fix importing header file, such as <ruby/ruby.h> - fix renamed symbols: - rb_frame_last_func -> rb_frame_this_func - ruby_errinfo -> rb_errinfo - is_ruby_native_thread -> ruby_native_thread_p - use alternate values for missing symbols: - rb_load_path, rb_thread_critical Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/RBThreadSwitcher.m trunk/src/framework/src/objc/libffi.m trunk/src/framework/src/objc/mdl_bundle_support.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...> - 2013-10-26 15:41:01
|
Revision: 2457 http://sourceforge.net/p/rubycocoa/svn/2457 Author: kimuraw Date: 2013-10-26 15:41:00 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Allow "install.rb config" with ruby-2.0 Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-26 15:41:12
|
Revision: 2458 http://sourceforge.net/p/rubycocoa/svn/2458 Author: kimuraw Date: 2013-10-26 15:41:11 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Fix errors with ruby-2.0 from difference between 2.0 and 1.8 - String#each -> String#each_line - require 'curdir_file' -> require './curdir_file' Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_bs.rb trunk/src/tests/tc_cache.rb trunk/src/tests/tc_exception.rb trunk/src/tests/tc_hybrid.rb trunk/src/tests/tc_objcptr.rb trunk/src/tests/tc_ovmix.rb trunk/src/tests/tc_passbyref.rb trunk/src/tests/tc_retaincount.rb trunk/src/tests/tc_subclass.rb trunk/src/tests/tc_thread.rb trunk/src/tests/tc_types.rb trunk/src/tests/tc_uniqobj.rb trunk/src/tests/testall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-27 01:03:38
|
Revision: 2459 http://sourceforge.net/p/rubycocoa/svn/2459 Author: kimuraw Date: 2013-10-27 01:03:34 +0000 (Sun, 27 Oct 2013) Log Message: ----------- Remove packagemaker code, use productbuild to generate .pkg Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-10-27 01:03:47
|
Revision: 2460 http://sourceforge.net/p/rubycocoa/svn/2460 Author: kimuraw Date: 2013-10-27 01:03:45 +0000 (Sun, 27 Oct 2013) Log Message: ----------- Refactor ruby-2.0 rename symbols define rename symbols in internal_macros.h. - ruby_errinfo -> rb_errinfo - is_ruby_native_thread -> ruby_native_thread_p - rb_frame_last_func -> rb_frame_this_func Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/mdl_bundle_support.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |