Laurent Sansonetti
8060bc498c
2.10
2013-09-15 23:16:07 +02:00
Laurent Sansonetti
14db01ff4f
2.9
2013-09-14 00:01:53 +02:00
Laurent Sansonetti
738371fd4a
sync
2013-09-13 23:59:32 +02:00
Laurent Sansonetti
0d717d6d30
Merge branch 'master' of github.com:lrz/RubyMotion
2013-09-12 13:03:04 +02:00
Laurent Sansonetti
584d55c517
allow users to customize archs
2013-09-12 13:02:52 +02:00
Watson
8690a34289
generate 64bit type in bridgesupport if iOS SDK >= 7.0
2013-09-12 13:34:38 +09:00
Laurent Sansonetti
6d0c15aa2b
sync
2013-09-12 00:17:04 +02:00
Laurent Sansonetti
9c5f812a77
dup the option hash as we are deleting stuff from it and might have to reuse it in case we build for a different mode (dev+release)
2013-09-11 22:38:16 +02:00
Laurent Sansonetti
09e4c81ba5
sync
2013-09-11 21:47:12 +02:00
Laurent Sansonetti
ecaee085a2
sync
2013-09-11 21:46:12 +02:00
Laurent Sansonetti
1f88aebb11
ios: in development mode, only build for i386/armv[6-7] for faster builds
2013-09-11 18:28:19 +02:00
Laurent Sansonetti
1742f1625b
more arm64 support
2013-09-11 18:08:45 +02:00
Laurent Sansonetti
4bc299d7e0
sync
2013-09-11 13:27:15 +02:00
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