Laurent Sansonetti
91ca83021d
sync
2013-09-21 01:45:19 +02:00
Laurent Sansonetti
22e36661bf
sync
2013-09-20 17:36:46 +02:00
Laurent Sansonetti
7ded32cf3b
escape --isysroot argument
2013-09-20 17:35:29 +02:00
Laurent Sansonetti
15b1367d93
sync
2013-09-20 15:37:54 +02:00
Laurent Sansonetti
702131b227
avoid calling -[NSMutableString appendString:] with a nil argument
2013-09-20 15:36:43 +02:00
Laurent Sansonetti
42ddcba134
by default submodule does not use master branch
2013-09-19 17:13:04 +02:00
Laurent Sansonetti
365592234a
sync
2013-09-16 17:03:32 +02:00
Watson
56a1d564ae
fix a bug in `motion update' where comparing version will do unexpected behavior using the string
...
"2.9" > "2.10" #=> true
So, when we released version 2.10,
Prompting message to update that may not be appeared.
2013-09-16 22:43:08 +09:00
Watson
f77549a728
add line in NEWS
2013-09-16 13:24:50 +09:00
Watson
9e5d9a576b
fix a bug where "motion device:console" is using same class name with "changelog" command.
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-258
2013-09-16 13:23:23 +09:00
Watson
7c78827402
add line in NEWS
2013-09-16 11:21:02 +09:00
Watson
c0635ab7b7
fix a bug where non-ascii characters causes an assertion
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-257
'あ' => \U+FFE3
When shift 0xFF (with char type) to the right,
we will retrive 0xFFFFFFFF (with int type).
So we need a mask as 0x0F.
2013-09-16 11:21:02 +09:00
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