Watson
e108641eb9
sync
2014-01-03 23:06:16 +09:00
Laurent Sansonetti
7fd4914694
capitalize
2014-01-02 11:57:56 +01:00
Laurent Sansonetti
63a2ad50aa
2.19
2013-12-30 15:28:32 +01:00
Laurent Sansonetti
4e46f99040
re-format
2013-12-29 20:08:19 +01:00
Laurent Sansonetti
1e584eb66f
sync
2013-12-29 20:00:45 +01:00
Laurent Sansonetti
9f4d9e01c7
add 'rake crashlog:device' task, wording/UX is still a work in progress
2013-12-29 19:55:48 +01:00
Watson
cbb4cc82ea
[NEWS] fix RM-369
2013-12-29 13:39:07 +09:00
Watson
8cc8a71088
[NEWS] Improved Enumerable#grep performance
2013-12-27 18:45:23 +09:00
Watson
4f315110e5
[NEWS] Improved Numeric#{div, to_int}, Fixnum#== and Float#== performance
2013-12-27 14:52:14 +09:00
Watson
2297bc4ff2
[NEWS] Improved build system in order to compile spec files in parallel as much as possible
2013-12-27 14:07:38 +09:00
Watson
4367f3bf3c
improve build system in order to compile spec files in parallel as much as possible
...
So far, RubyMotion has two phase in compile when run spec (1. compile app files, 2. compile spec files).
it make idle cpu cores when finished to compile app files (before starting to compile spec files).
2013-12-27 14:05:49 +09:00
Watson
7ee521bf2e
[NEWS] Improved Time#strftime performance
2013-12-26 17:24:02 +09:00
Watson
c74ccc630d
[NEWS] Improved Array#flatten performance
2013-12-25 17:46:36 +09:00
Watson
44121c7b94
make sure to remove *.dylib files with `rake clean'
2013-12-25 14:53:24 +09:00
Watson
785104f21a
[NEWS] Fixed a bug where Array#clear will immediately release an object.
2013-12-25 12:09:06 +09:00
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