Commit Graph

1538 Commits

Author SHA1 Message Date
Laurent Sansonetti
b930d2383a generate BS stubs for ios7/x86_64 2013-09-11 13:27:09 +02:00
Watson
482a48293a add `arm64' into build rule 2013-09-11 12:18:00 +09:00
Watson
61d98efed1 accept the arguments in build.sh 2013-09-10 09:37:39 +09:00
Watson
0f9ae40e44 update TestTime. skip the spec which cause the failure by 60f9022161 2013-09-09 10:13:54 +09:00
Laurent Sansonetti
05345071be add patch file 2013-09-09 02:26:09 +02:00
Laurent Sansonetti
8278bb9ebf update instructions to apply patch 2013-09-09 02:25:42 +02:00
Laurent Sansonetti
ca412676cf no longer need llc 2013-09-09 00:03:35 +02:00
Watson
098a5984e4 add line in NEWS 2013-09-08 19:47:09 +09:00
Watson
2ae1261ccf add tests of Time#{==, eql?} for RM-253 2013-09-08 19:46:17 +09:00
Laurent Sansonetti
03df7cd33b sync 2013-09-08 03:13:13 +02:00
Laurent Sansonetti
76e9c194f7 update instructions for llvm 3.3 2013-09-08 03:10:46 +02:00
Laurent Sansonetti
6da5c7f4ec now always use clang 2013-09-08 03:06:48 +02:00
Laurent Sansonetti
9e248e6706 sync 2013-09-07 17:26:12 +02:00
Watson
06d4487072 sync 2013-09-07 09:44:02 +09:00
Watson
0879310cc8 update NEWS 2013-09-07 00:31:45 +09:00
Jamon Holmgren
49145183ea Fixed issue where template working trees would not be updated upon git pull 2013-09-07 00:28:14 +09:00
Watson
f94b7ed243 update NEWS 2013-09-07 00:16:36 +09:00
Hwee-Boon Yar
f99852081d Fix: platform names generated in Info.plist (DTSDKName and DTPlatformName) 2013-09-07 00:07:02 +09:00
Watson
dd1bbcc2eb update NEWS 2013-09-06 17:11:28 +09:00
Watson
37adc5fee2 sync 2013-09-06 02:42:05 +09:00
Watson
0454314857 add line in NEWS 2013-09-02 14:33:21 +09:00
Watson
39a3308fcd add a tool to convert UTF-8 to UTF8-MAC 2013-09-02 14:30:58 +09:00
Watson
39fe258508 fix a bug in build system where it cannot build app with Korean as app.name
http://hipbyte.myjetbrains.com/youtrack/issue/RM-247

1)
  String#encode cannot convert from UTF8-MAC to UTF-8 propery.
  Looks like iconv library handles it, however Ruby 2.0 does not bundle iconv library.
  So, we need to bundle the tool/library to convert the encoding using the Objective-C API in order to convert reliably.

  If we bundled it as Ruby C extension library, it will not work between 1.8/1.9/2.0 because Ruby 1.8/1.9/2.0 have not binary compatibility.
  So, we need to bundle three binaries for 1.8/1.9/2.0.

  Therefore, we bundles an executable binary to convert the encoding.

2)
  If we converted from NFD to NFC, it might not match between original NFC and converted NFC even if we used Objective-C API.
  We should normalized with NFD where it handles the string which retrived from filesystem.
2013-09-02 14:28:51 +09:00
Watson
56e26fa8c6 add line in NEWS 2013-08-28 13:20:23 +09:00
Watson
8b683618c6 fix characters in UpdateCommand#run
see https://gist.github.com/clayallsopp/6360189
2013-08-28 13:16:30 +09:00
Watson
2c31692295 2.8 2013-08-28 13:15:49 +09:00
Laurent Sansonetti
2b6a9837d0 don't install lib/Rakefile 2013-08-26 16:17:57 +02:00
Laurent Sansonetti
24d1cc9c9a sync 2013-08-26 15:22:24 +02:00
Laurent Sansonetti
68cd7dc5a0 console mode 2013-08-26 15:20:56 +02:00
Laurent Sansonetti
2bc5b334cd add 'motion device:console' command 2013-08-26 15:20:40 +02:00
Laurent Sansonetti
9b3619c210 better indent 2013-08-26 15:20:22 +02:00
Laurent Sansonetti
d8cb48e4d0 better message 2013-08-26 14:26:43 +02:00
Laurent Sansonetti
564651c118 add message when app runs 2013-08-26 13:35:27 +02:00
Laurent Sansonetti
5b04d854a2 sync 2013-08-25 14:58:09 +02:00
Laurent Sansonetti
41d5acbb1b better messages 2013-08-25 14:57:55 +02:00
Watson
044cfd09f1 add line in NEWS 2013-08-25 15:32:14 +09:00
Watson
af3678071d fix mouse over feature, now it works in 50 % window scale. 2013-08-25 15:25:09 +09:00
Watson
6e03a42e18 add iOS7 simulator pattern 2013-08-25 15:07:55 +09:00
Laurent Sansonetti
045b39038f sync 2013-08-23 17:04:07 +02:00
Laurent Sansonetti
e7da3ea8d0 sync 2013-08-23 17:02:32 +02:00
Laurent Sansonetti
7937616373 Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-23 14:04:25 +02:00
Laurent Sansonetti
3e027886ae lldb support 2013-08-23 14:04:14 +02:00
Watson
5ae8f9532d add line in NEWS 2013-08-23 12:35:02 +09:00
Watson
c13e0afb6c fix a bug where ARR_CYCLES_DISABLE are disabled with distributed app
In order to enable ARR_CYCLES_DISABLE, we need to set ARR_CYCLES_DISABLE as environment variable when launch the app.
So, embedded ARR_CYCLES_DISABLE variable into app

http://hipbyte.myjetbrains.com/youtrack/issue/RM-245
2013-08-23 12:33:49 +09:00
Watson
ea6ddb2a52 remove the test cases where it will causes an error by removed calls to ucnv_ APIs
related to 5ca06c5716
2013-08-23 09:07:12 +09:00
Laurent Sansonetti
8b14ad9ed4 sync 2013-08-23 00:26:25 +02:00
Laurent Sansonetti
b98dead547 'rake device' now runs the app and prints app logs from device console, added work in progress code for lldb (not working yet) 2013-08-23 00:23:03 +02:00
Watson
b65f0a9f63 update NEWS and sync 2013-08-22 16:59:12 +09:00
Watson
27b5a32a12 build with Xcode5 DP6 2013-08-22 13:06:49 +09:00
Watson
78605ff7d7 add test case for new Time class implementation 2013-08-22 11:22:47 +09:00