Commit Graph

1908 Commits

Author SHA1 Message Date
Eloy Durán
55f1322e4e [vendor] Default to :cflags option for BS generation.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-388.
2014-01-16 11:23:11 +01:00
Watson
102389f7ea sync 2014-01-16 06:10:17 +09:00
Eloy Durán
2aa28638c0 [vendor] Accept glob patterns for the `source_files' option.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-317.
2014-01-15 14:50:51 +01:00
Eloy Durán
8d9fc8082a Fix builder when not building for OS X. 2014-01-15 14:50:50 +01:00
Laurent Sansonetti
b9b8c2fc65 sync 2014-01-15 13:30:15 +01:00
Eloy Durán
9fe2cad556 [OSX] Add external_frameworks config variable.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-254
2014-01-15 13:20:56 +01:00
Watson
15bbe6142f sync 2014-01-14 17:57:25 +09:00
Eloy Durán
09289af1b6 [NEWS] Document fix for 64-bit only enum values.
http://hipbyte.myjetbrains.com/youtrack/issue/RM-389
2014-01-13 18:17:28 +01:00
Laurent Sansonetti
b09b209b93 oops 2014-01-13 14:19:31 +01:00
Watson
ec14e22dab [NEWS] Improved Proc#new performance. 15% faster 2014-01-13 21:05:52 +09:00
Watson
637b9a79f6 [NEWS] Improved Rational performance. ~4 times faster 2014-01-13 13:04:13 +09:00
Watson
88f581dff1 add benchmark for Rational 2014-01-13 02:02:37 +09:00
Laurent Sansonetti
e7fb463e8d retrieve payload file name from the config object 2014-01-11 12:09:40 +01:00
Laurent Sansonetti
76c6c2c7f6 pass the target platform to the compiler 2014-01-10 23:54:36 +01:00
Laurent Sansonetti
9c592b4934 compile/link the payload library with clang 2014-01-10 23:54:04 +01:00
Laurent Sansonetti
2dc26beb04 android archs are now defined in the main rakefile 2014-01-10 17:58:34 +01:00
Laurent Sansonetti
bd68f2c299 copy android kernel files, use proper arch name in the sub-directory 2014-01-10 17:50:06 +01:00
Laurent Sansonetti
b0435cfb47 fix android vm path 2014-01-10 16:11:32 +01:00
Laurent Sansonetti
b76bdee81e sync 2014-01-10 14:21:09 +01:00
Eloy Durán
8243af9c4d [NEWS] Make tagged-pointer doc span all possibilities. 2014-01-10 14:20:17 +01:00
Laurent Sansonetti
d1f6429597 [OSX] fix crashlog task 2014-01-10 14:10:09 +01:00
Watson
0153767bf9 [NEWS] fix RM-72 2014-01-10 15:19:08 +09:00
Watson
590e90f858 add test for RM-72 2014-01-10 15:17:05 +09:00
Watson
64aee83919 [NEWS] fix RM-370 2014-01-09 10:45:01 +09:00
Watson
aacac95be9 fix a bug in build system that app cannot be built with Ruby 2.1 when it would use UTF-8 as app name
http://hipbyte.myjetbrains.com/youtrack/issue/RM-370
2014-01-09 10:44:17 +09:00
Watson
2031546bdf update for Xcode 5.1 beta 3 2014-01-08 15:14:24 +09:00
Eloy Durán
317c4198a6 [vm] sync 2014-01-07 12:58:31 +01:00
Laurent Sansonetti
9e6cc76844 sync 2014-01-07 12:50:32 +01:00
Watson
d4a57afac5 [NEWS] fix RM-378 2014-01-07 16:09:43 +09:00
Watson
cfc1dbbd61 2.20 2014-01-07 15:55:06 +09:00
Laurent Sansonetti
496d3e15f1 sync 2014-01-06 18:32:30 +01:00
Laurent Sansonetti
7089cc8ce5 sync 2014-01-06 13:42:35 +01:00
Eloy Durán
f6b145b495 [sim] Get simulated app PID as int instead of NSNumber.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-365
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-371
2014-01-06 12:40:34 +01:00
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