Commit Graph

1734 Commits

Author SHA1 Message Date
Watson
985d39f43b [NEWS] Added support for dynamic name directory in template 2013-11-25 23:32:27 +09:00
toshiwo
0ba40abcb6 support nested directory
* https://github.com/HipByte/RubyMotion/pull/144#issuecomment-29203864
2013-11-25 23:28:21 +09:00
toshiwo
21574894d6 support dynamic name directory in template 2013-11-25 23:28:15 +09:00
Eloy Durán
8ac9cfb2b6 [test] Add coverage for conformsToProtocol on subclass of pure objc class. 2013-11-22 18:08:51 +01:00
Eloy Durán
6ec081da1c [vm] sync 2013-11-22 17:54:05 +01:00
Laurent Sansonetti
05b6c69051 2.17 2013-11-22 16:31:33 +01:00
Eloy Durán
da9a24b50e [NEWS] Document REPL lvar regression. 2013-11-22 16:13:22 +01:00
Laurent Sansonetti
3ebed1c425 typos 2013-11-22 16:11:22 +01:00
Watson
a886c5c0da sync 2013-11-22 23:11:54 +09:00
Eloy Durán
d41178d07b [vm] sync 2013-11-22 12:37:55 +01:00
Eloy Durán
13bdc4caf3 [vimrc] Also apply indent rules to objc files. 2013-11-22 12:17:12 +01:00
Watson
43eeb1483c sync 2013-11-22 13:18:55 +09:00
Watson
597ac2f82f sync 2013-11-22 11:05:45 +09:00
Laurent Sansonetti
170f20bd16 Merge branch 'master' of github.com:lrz/RubyMotion 2013-11-21 18:42:13 +01:00
Laurent Sansonetti
52753a7c13 create ~/.android/debug.keystore if it does not exist 2013-11-21 18:41:59 +01:00
Laurent Sansonetti
d458b2e7e5 update tools to the latest SDK/NDK versions 2013-11-21 18:41:25 +01:00
Watson
dc53fafae2 oops, forgot to reset my changing for compiler flag for vendor library 2013-11-20 23:52:31 +09:00
Watson
f0b903036e use autorelease_pool to reduce memory usage 2013-11-20 23:48:28 +09:00
Watson
664b27f18d add benchmarks for Time 2013-11-20 23:48:24 +09:00
Laurent Sansonetti
047e554eac 2.16 2013-11-20 15:45:08 +01:00
Laurent Sansonetti
18ed715996 sync 2013-11-19 20:10:06 +01:00
Laurent Sansonetti
b2b53228d6 run all LLDB debugger commands in synchronous mode: this is VERY important as we don’t want to run ANY command on the default LLDB debugger object in async mode, otherwise the state of the objects will not be properly updated when we receive commands from the GDB server on the device 2013-11-19 20:10:06 +01:00
Laurent Sansonetti
0ad5c6454f debug logging, hope we will not have to use that any time soon 2013-11-19 20:10:06 +01:00
Laurent Sansonetti
8210a5731b increase socket buffer size so that we can read most (all?) of the gdb server replies in one shot, for better performance 2013-11-19 20:10:06 +01:00
Eloy Durán
5be6d293e1 [spec] Deprecate block to the tests method of the view test helpers. 2013-11-19 16:55:04 +01:00
Laurent Sansonetti
d8d8487434 don't forget to install the 7.1 bits 2013-11-19 15:32:49 +01:00
Laurent Sansonetti
ea59ee5a18 sync 2013-11-19 15:30:56 +01:00
Watson
95457fe57e sync 2013-11-19 22:38:34 +09:00
Watson
e318e74970 add Fload#round spec
Related to https://hipbyte.freshdesk.com/helpdesk/tickets/1341
2013-11-19 22:38:34 +09:00
Watson
299df8fb12 update fixfloat spec
Related to 34cb542442

reduce test range because float values (not fixfloat) are mixied by increasing precision of float.
2013-11-19 22:38:34 +09:00
Laurent Sansonetti
69189fbcf9 sync 2013-11-19 13:50:09 +01:00
Laurent Sansonetti
a735faa24b OSX: support for ImageIO 2013-11-19 13:50:01 +01:00
Watson
5f8cfe2358 update for new Xcode Developer Preview 2013-11-19 10:14:36 +09:00
Watson
ef43a6df15 fix a buid error where Xcode has only one iOS SDK (ie Developer Preview) 2013-11-19 10:09:04 +09:00
Watson
05f450dc9f fix a benchmark for ASCII string where UTF8 character is contained 2013-11-19 00:12:43 +09:00
Eloy Durán
0d55e45d98 [vm] sync 2013-11-18 14:44:21 +01:00
Eloy Durán
bca3a525e9 [BS] Map linked frameworks: SearchKit and CoreText. 2013-11-18 14:44:21 +01:00
Watson
07bf56f2fb add a benchmark for string concatenation because CRuby has special optimization for short string 2013-11-18 22:35:19 +09:00
Eloy Durán
ab7f8a3cc9 Add project-specific vimrc that configures C,CPP indentation. 2013-11-18 13:23:07 +01:00
Eloy Durán
99df3e011b [rake] Raise error if cleaning does not succeed.
Fixes https://hipbyte.freshdesk.com/helpdesk/tickets/1359.
2013-11-18 11:49:09 +01:00
Watson
de38ba1086 update script to create CSV file for benchmark result 2013-11-18 01:03:53 +09:00
Watson
0a6fcd84af add benchmarks for String 2013-11-17 14:53:26 +09:00
Eloy Durán
fcde33dc3e [NEWS] Add entry about making the REPL+VM safer. 2013-11-16 11:59:05 +01:00
Watson
3a8c0f7404 add benchmarks for Hash 2013-11-16 15:35:50 +09:00
Eloy Durán
53c361f617 [vm] sync 2013-11-16 03:00:07 +01:00
Watson
6ec1dbef60 change library load path for benchmark suite 2013-11-16 10:33:32 +09:00
Watson
a749bfc648 add benchmark suite 2013-11-16 09:16:58 +09:00
Watson
d594397510 sync 2013-11-16 08:49:40 +09:00
Watson
6c85d70280 sync 2013-11-15 22:46:31 +09:00
Watson
9f0fc307ed add spec for #super
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-322
2013-11-15 22:46:31 +09:00