Commit Graph

2432 Commits

Author SHA1 Message Date
Watson
452e074d28 Revert "[NEWS] Improved Range literal and Module#class_variable_get performance"
This reverts commit c4b1b6c55e.
2014-05-11 12:59:05 +09:00
Watson
c4b1b6c55e [NEWS] Improved Range literal and Module#class_variable_get performance 2014-05-11 10:58:39 +09:00
Laurent Sansonetti
82b116d125 remove hacks no longer necessary to work around JNI locals stack overflow, since we now delete local refs 2014-05-11 00:40:21 +08:00
Laurent Sansonetti
e146102969 force a rebuild of .rb files if the kernel bitcode changed 2014-05-11 00:40:21 +08:00
Eloy Durán
3a45e058c6 [builder] Quote framework search paths to guard against spaces. 2014-05-08 19:39:43 +02:00
Eloy Durán
c411237b64 Add test to ensure we always convert Pointer instances. 2014-05-08 16:54:29 +02:00
Watson
7af49d2787 sync 2014-05-08 22:14:23 +09:00
Watson
1b58677c11 [test] add spec for RM-494 2014-05-08 22:14:23 +09:00
Eloy Durán
279f1e0c66 [NEWS] Document fix for methods that expect void-pointers. 2014-05-07 18:36:44 +02:00
Watson
c4e8a637e3 [test] add test for RM-491 2014-05-07 12:36:12 +09:00
Watson
26f3c7dec5 sync 2014-05-07 00:44:49 +09:00
Laurent Sansonetti
36c2b69ca2 add more language/regexp specs 2014-05-06 22:57:41 +08:00
Laurent Sansonetti
81cb2f67e5 disable stupid spec that does not pass 2014-05-06 22:57:13 +08:00
Laurent Sansonetti
c7ba9cfd8f add LanguageSpecs.punctuations 2014-05-06 22:56:54 +08:00
Laurent Sansonetti
91e857857e fix raise_error() to catch all exceptions 2014-05-05 15:49:28 +08:00
Laurent Sansonetti
898e83233e more language/regexp specs 2014-05-04 08:24:58 +08:00
Watson
370d9b5df4 [NEWS] Reduced the app boot time 2014-05-03 00:22:07 +09:00
Laurent Sansonetti
ef52932712 add more language/regexp specs 2014-05-02 09:09:51 +08:00
Laurent Sansonetti
c1795ac734 add LanguageSpecs fixture class 2014-05-02 09:09:51 +08:00
Eloy Durán
34f1862d89 [BS] Fix CoreMIDI metadata on platforms that have 64-bit support.
These types are all defined as typedefs for UInt32 (via MIDIObjectRef).

Fixes: http://hipbyte.myjetbrains.com/youtrack/issue/RM-485
2014-05-01 17:02:43 +02:00
Eloy Durán
1179ac6373 [builder] Do not try to compile completely empty .strings files.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-483
2014-05-01 12:52:17 +02:00
Watson
086224cb05 [NEWS] fix RM-482 2014-05-01 16:16:15 +09:00
Watson
377ffa50df sync 2014-05-01 16:16:05 +09:00
Watson
33711650b3 2.28 2014-05-01 12:10:00 +09:00
Watson
6d6f2354ea make sure pass ANDROID macro when build an android miniruby 2014-05-01 12:00:56 +09:00
Laurent Sansonetti
526d1d2cf4 add language/regexp spec 2014-05-01 06:58:53 +08:00
Laurent Sansonetti
a735085874 comment a Float#to_s spec that does not pass in RM, for whatever reason 2014-05-01 06:12:09 +08:00
Laurent Sansonetti
6ec3c21b55 sync 2014-04-30 07:03:45 +08:00
Laurent Sansonetti
0c92106289 comment some weird/edge case failing Float#to_s specs regarding the e-notation 2014-04-30 03:14:46 +08:00
Laurent Sansonetti
d04b92c41d fix typo in error msg 2014-04-29 20:35:35 +02:00
Laurent Sansonetti
9fe65de65e this very agile refactoring was done from a chair in the sky 2014-04-29 20:08:06 +02:00
Laurent Sansonetti
72e4bb0693 update 2014-04-29 13:57:26 +02:00
Watson
92682ccbbe [NEWS] fix RM-455 2014-04-28 14:54:32 +09:00
Watson
0800bb5dae [test] add test for RM-455 2014-04-28 14:54:32 +09:00
Laurent Sansonetti
c2da1b0c89 re-create the payload library if the librubymotion-static.a archive changed 2014-04-27 23:47:46 +02:00
Laurent Sansonetti
4675a36840 fix typo 2014-04-27 17:41:02 +02:00
Laurent Sansonetti
59d23e6217 better fix for when we need to rebuild classes.dex if a .class file changed 2014-04-27 16:26:30 +02:00
Laurent Sansonetti
8c43ad838e don’t print when creating java files, to not confuse the user with how rubymotion works 2014-04-27 16:25:55 +02:00
Laurent Sansonetti
aeba249d76 on-demand build for classes.dex, AndroidManifest.xml, apk file 2014-04-27 16:16:58 +02:00
Laurent Sansonetti
5451197a33 create the debug keystore regardless if we have to create the apk file 2014-04-27 16:07:36 +02:00
Laurent Sansonetti
0688166578 on demand build for ruby bit code, payload library, java/class files (+ remove old java/class files that are not referred in the class map anymore) 2014-04-27 16:03:51 +02:00
Laurent Sansonetti
710c3cdb55 increase stroke width 2014-04-26 18:44:49 +02:00
Laurent Sansonetti
b7d9c29553 remove trailing spaces 2014-04-26 18:36:55 +02:00
Laurent Sansonetti
e9423aa95d add Paint sample, ported to android 2014-04-26 18:30:28 +02:00
Laurent Sansonetti
c4ea147842 bigger timer label 2014-04-26 14:08:45 +02:00
Laurent Sansonetti
fc4785d58c follow java map generation change 2014-04-26 14:08:25 +02:00
Laurent Sansonetti
a7b1867cfb add Timer sample app for android 2014-04-26 01:22:34 +02:00
Laurent Sansonetti
089ec1c75e WebViewDemo.rb -> main_activity.rb 2014-04-25 15:33:12 +02:00
Laurent Sansonetti
9a3f14022c support for Java interfaces when generating the Java description of Ruby classes 2014-04-25 15:32:12 +02:00
Laurent Sansonetti
8171d8a950 now generate <interface> elements for Java interfaces 2014-04-25 15:31:45 +02:00