Commit Graph

1860 Commits

Author SHA1 Message Date
Watson
289e00dcf4 [test] add test for RM-368 2013-12-25 12:08:10 +09:00
Laurent Sansonetti
6c9b7aefd7 ignore .dSYM binaries 2013-12-24 18:42:25 +01:00
Laurent Sansonetti
324bf88e06 ignore data/android 2013-12-24 18:40:16 +01:00
Laurent Sansonetti
703dcf2134 sync 2013-12-24 18:39:30 +01:00
Laurent Sansonetti
bd8536dbcc libmacruby -> librubymotion 2013-12-24 18:25:19 +01:00
Watson
9fe0a81875 [NEWS] Improved Range.new performance. 20% faster 2013-12-23 20:11:44 +09:00
Laurent Sansonetti
befb73f73d better message 2013-12-21 11:46:31 +01:00
Watson
39b90a482c [NEWS] stopped supporting Xcode 4 2013-12-21 12:05:30 +09:00
Watson
9bf407e413 [sim] display message instead of assert with Xcode 4 2013-12-21 11:36:23 +09:00
Eloy Durán
d0fe2d83a1 [NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-365 2013-12-20 15:09:59 +01:00
Eloy Durán
12cf8353fe [sim] Get simulated app PID as int instead of NSNumber.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-365
2013-12-20 15:09:53 +01:00
Eloy Durán
6b75ce9014 [sim] Make app launch again with Xcode 5.1.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-365
2013-12-20 15:09:42 +01:00
Eloy Durán
bcd8e5a1b9 [vm] sync 2013-12-20 13:19:13 +01:00
Eloy Durán
94cdafaf09 [NEWS] Document spec runner app fix. PR #145. 2013-12-20 12:23:52 +01:00
Eloy Durán
210567d344 De-register spec app for notifications first. 2013-12-20 12:21:30 +01:00
Jason W. May
2033869ea3 Ignore spurious UIApplicationDidBecomeActiveNotification events.
Signed-off-by: Eloy Durán <eloy.de.enige@gmail.com>
2013-12-20 12:19:53 +01:00
Eloy Durán
2cd94ea84f [vendor] Actually add our custom XCPretty printer. 2013-12-19 16:34:55 +01:00
Watson
1317e2ad7e [NEWS] Fixed a bug where Kernel#block_given? would not work as expected if Proc object was passed into method argument 2013-12-19 16:34:40 +09:00
Watson
37e1563716 add test for RM-357 and RM-156 2013-12-19 16:33:23 +09:00
Laurent Sansonetti
9edffa8925 link the payload JNI library with the runtime, rebuild the apk file if the payload library changed 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
7ca01db686 copy the android runtime 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
882046a6de builds the android runtime 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
c22bb2d381 generate bridgesupport initializers with “<init>” as method name 2013-12-18 20:02:56 +01:00
Laurent Sansonetti
5af6b0245c propagate android ndk path to rake sub-targets 2013-12-18 20:02:56 +01:00
Watson
b5150ec05c PLATFORMS_DIR -> XCODE_PLATFORMS_DIR 2013-12-19 00:30:57 +09:00
Watson
32eb80e5c4 update build script for Xcode51-DP2 2013-12-18 23:40:48 +09:00
Laurent Sansonetti
a64f24f529 properly process classes who implement interfaces 2013-12-17 14:16:07 +01:00
Laurent Sansonetti
d2491e0f3b determine the android SDK build tools directory dynamically 2013-12-17 14:16:07 +01:00
Laurent Sansonetti
c1358d091a process JDK classes 2013-12-17 14:16:07 +01:00
Watson
6237489ebd [NEWS] Fixed a bug where Kernel#instance_variable_set will immediately release an object 2013-12-16 11:06:01 +09:00
Watson
0a47173b86 add test for RM-359 2013-12-16 11:04:56 +09:00
Watson
23ae75011e [NEWS] Fixed a bug where setter of Boxed member will immediately release an object 2013-12-16 10:08:23 +09:00
Watson
5155480c2d add test for RM-358 2013-12-16 10:07:50 +09:00
Laurent Sansonetti
897f1d003c ‘rake android’ experimental task, generates bridgesupport for the basic android package 2013-12-16 01:24:35 +01:00
Laurent Sansonetti
82c20d0b92 propagate android SDK path and API versions to all rake tasks 2013-12-15 19:09:04 +01:00
Laurent Sansonetti
50a586a30b sync 2013-12-15 18:55:37 +01:00
Laurent Sansonetti
9b6df0f32b PLATFORMS_DIR -> XCODE_PLATFORMS_DIR 2013-12-15 18:54:51 +01:00
Laurent Sansonetti
937e93e151 sync 2013-12-14 23:24:10 +01:00
Watson
cfff1147a7 [NEWS] Fixed a bug where Struct's setter will immediately release an object 2013-12-14 18:56:35 +09:00
Watson
01ca3a9b6e add test for RM-356
However, this test causes a crash as following when run with spec. so far disabled.

Assertion failed: (node->objc_imp == imp), function add_method, file vm.cpp, line 1115.
2013-12-14 18:53:48 +09:00
Watson
01c11e428f [NEWS] Fixed a bug where Struct#[]= will immediately release an object 2013-12-14 15:30:10 +09:00
Watson
cb83433d8e add test for RM-355
However, this test causes a crash as following when run with spec. so far disabled.

Assertion failed: (node->objc_imp == imp), function add_method, file vm.cpp, line 1115.
2013-12-14 15:29:09 +09:00
Watson
f84624ff81 [NEWS] Fixed a bug where Array#delete will immediately release an object 2013-12-14 14:22:03 +09:00
Watson
0105740540 add test for RM-354 2013-12-14 14:21:14 +09:00
Watson
5a9fdc517e [NEWS] Fixed a bug where Hash#removeObjectForKey will immediately release an object 2013-12-14 00:23:15 +09:00
Watson
3da3e6c090 add test for RM-352 2013-12-14 00:21:51 +09:00
Watson
489040d8dd [NEWS] Fixed a bug where Hash#clear will immediately release an object 2013-12-13 23:39:00 +09:00
Watson
b41c77d994 add test for RM-351 2013-12-13 23:38:32 +09:00
Eloy Durán
4d0fecd4c7 [NEWS] Document usage of XCPretty. 2013-12-13 15:06:06 +01:00
Eloy Durán
de9f39514b Merge branch 'XCPretty' 2013-12-13 15:04:12 +01:00