Commit Graph

2504 Commits

Author SHA1 Message Date
Watson
31eca0ca48 Revert "Improve compile time of Ruby codes"
This reverts commit b49a8a9262.
2014-06-27 22:05:08 +09:00
Watson
961a5c6d25 Revert "[NEWS] fix typo"
This reverts commit e82b48eac2.
2014-06-27 22:05:04 +09:00
Watson
e82b48eac2 [NEWS] fix typo 2014-06-27 09:53:19 +09:00
Watson
b49a8a9262 Improve compile time of Ruby codes 2014-06-27 09:48:26 +09:00
Watson
ebc11886ef generate object file from Ruby code directly 2014-06-27 09:46:32 +09:00
Watson
cd9cd42f5e [test] add spec for RM-518 2014-06-27 09:31:27 +09:00
Eloy Durán
e0f09c546a [BS] Oops, remove hardcoded disabling of 32-bit metadata. 2014-06-25 11:36:03 +02:00
Eloy Durán
29679ff54a [BS] Generate no 32-bit annotations for Yosemite. 2014-06-25 11:35:02 +02:00
Watson
d1060f0736 [NEWS] Reduced app size 2014-06-25 10:00:44 +09:00
Watson
9ec0d98b6c [NEWS] fix RM-518 2014-06-24 22:37:39 +09:00
Ignacio Piantanida
db4b3b6020 [spec] Add spec helpers subdirs to #spec_files.
Signed-off-by: Eloy Durán <eloy.de.enige@gmail.com>
2014-06-24 14:56:35 +02:00
Eloy Durán
44f92b290a [vm] sync 2014-06-24 14:50:01 +02:00
Watson
ba83e440c0 [NEWS] fix RM-505 2014-06-20 12:46:52 +09:00
Watson
8cff0d73c2 [test] add spec for RM-505 2014-06-20 12:44:48 +09:00
Watson
7743ca7685 [test] add spec for RM-33 2014-06-19 23:54:13 +09:00
Watson
3197a9ab97 [NEWS] fix RM-33, RM-515 2014-06-19 19:52:25 +09:00
Watson
0296a7b472 Xcode6-Beta2 2014-06-18 13:28:49 +09:00
Laurent Sansonetti
6ad7586980 refactor with attr_{reader,accessor} 2014-06-15 22:34:18 +02:00
Watson
5851bbcac4 add test suite for BigDecimal 2014-06-13 23:34:37 +09:00
Watson
6da4b5a1c0 [NEWS] add some BigDecimal methods 2014-06-13 23:32:54 +09:00
Laurent Sansonetti
cdf2e1a2a0 add specs for basic java types argument/return values calling pure-java / overridden methods 2014-06-12 20:05:24 +02:00
Watson
6a4c4774fe [test] add spec for RM-511 2014-06-12 17:03:14 +09:00
Watson
1ebc0ec045 sync 2014-06-12 16:50:02 +09:00
Watson
e6b5c23be5 [NEWS] fix RM-511 2014-06-12 16:48:19 +09:00
Watson
704098fff9 [NEWS] add description about #method_missing 2014-06-11 23:11:46 +09:00
Watson
77d94f2d6d [NEWS] fix RM-220 2014-06-11 18:11:57 +09:00
Watson
c24fdc033b [NEWS] fix RM-448 2014-06-11 11:18:20 +09:00
Laurent Sansonetti
6d662e4d21 re-generate classes.dex if one of the vendored jar is newer 2014-06-11 00:28:59 +02:00
Watson
d9b327805f [NEWS] fix RM-78 2014-06-10 12:48:26 +09:00
Watson
73e2cbd967 [NEWS] fix RM-512 2014-06-09 12:17:25 +09:00
Watson
496420a84e [test] add spec for RM-512 2014-06-09 12:15:15 +09:00
Watson
2217d16eb8 reduce memory leak which caused by moving mouse cursor
So far, REPL prompt was updated via refresh_repl_prompt() even if the mouse cursor was just moved.
And, refresh_repl_prompt() evaluate the expression.

Every REPL expression causes memory leaks. (http://hipbyte.myjetbrains.com/youtrack/issue/RM-392)
This changing reduces memory leak.
2014-06-09 09:47:46 +09:00
Watson
524a65e347 [NEWS] Added Kernel#BigDecimal method 2014-06-08 15:25:26 +09:00
Watson
3deaa42fa7 [NEWS] Improved String interpolation performance 2014-06-07 17:47:57 +09:00
Watson
891d2a3e50 [NEWS] Added `device_name' parameter 2014-06-07 09:40:02 +09:00
Watson
9bfb8f4ef7 [iOS8] add "device_name" parameter
Usage:
	$ rake device_name="iPad Air"

We can use the following device name for iOS 8 simulator.
	"iPhone 4s"
	"iPhone 5"
	"iPhone 5s"
	"iPad 2"
	"iPad Retina"
	"iPad Air"
	"Resizable iPhone"
	"Resizable iPad"
2014-06-07 09:30:55 +09:00
Watson
493a06f1d7 [iOS8] fix device family string in order to select device 2014-06-07 09:22:38 +09:00
Watson
a6d698fc8c [sim] be able to select iOS simulator device 2014-06-07 09:18:44 +09:00
Watson
8b7001637a [sim] fix where detecting Xcode6
SimDevice is added since Xcode6.
2014-06-07 09:16:14 +09:00
Watson
0338960470 [NEWS] Added BigDecimal#{to_i, to_int, to_f, to_s, coerce} 2014-06-06 12:50:47 +09:00
Watson
7489d05709 [NEWS] fix RM-510 2014-06-05 17:05:46 +09:00
Watson
e91f6149a2 [NEWS] fix RM-502 2014-06-05 14:16:44 +09:00
Watson
8a37a16305 [test] add spec for RM-508 2014-06-05 14:10:32 +09:00
Watson
e93ce057aa [test] add spec for RM-502 2014-06-05 14:10:21 +09:00
Laurent Sansonetti
a5da71c3b7 2.30 2014-06-04 12:10:01 -07:00
Laurent Sansonetti
ca2ea7fcb9 install iOS 8.0 / osx 10.10 files 2014-06-04 12:09:36 -07:00
Laurent Sansonetti
046b28ad4c better line 2014-06-04 10:39:00 -07:00
Laurent Sansonetti
4eda3afe37 don't install repl dylibs when building with a beta xcode 2014-06-04 10:38:44 -07:00
Watson
d2caa4a5ac accept the lower SDK version in `app.deployment_target' on Yosemite 2014-06-04 10:20:01 +09:00
Watson
1d7886db98 should not drop "10.10" from supported sdk version list
This should allow to use "10.10" sdk on Yosemite
2014-06-04 10:05:46 +09:00