Watson
54a1c1fdf1
remove trailing white spaces
2014-01-23 12:33:49 +09:00
Watson
47932cd85b
[NEWS] update
2014-01-22 14:26:42 +09:00
Watson
0fd2d380d9
[NEWS] Improved calculation performance where Float objects are used
2014-01-22 14:24:23 +09:00
Watson
a24b314a13
[NEWS] Improved performance in dispatcher
2014-01-21 16:40:59 +09:00
Watson
42dc068472
[NEWS] Improved performance in dispatcher
2014-01-21 13:15:47 +09:00
Watson
c2e7c44fa0
update for Xcode 5.1 beta 4
2014-01-21 09:11:53 +09:00
Eloy Durán
501968df39
Merge branch 'claide'
2014-01-20 17:57:14 +01:00
Eloy Durán
0dc8f0cadb
[NEWS] Document CLI -> CLAide change.
2014-01-20 17:56:52 +01:00
Eloy Durán
fea2150aae
[Command] Deprecate Motion::Project::Command, long live Motion::Command!
...
Some of our commands are not related to ‘a project’ at all, so the
namespacing felt incorrect, but this also helps greatly for the
transition process. I.e. old command plugins will inherit from the
deprecated class and still work and we get to re-use the `Command` name.
2014-01-20 17:56:14 +01:00
Eloy Durán
344c811d25
[Command] Update CLAide to have support for anonymous command classes.
2014-01-20 17:56:14 +01:00
Eloy Durán
3be41f3343
[command] Change some validations to show help banner.
2014-01-20 17:56:14 +01:00
Eloy Durán
274555a2df
[command] Move all command classes into the Command namespace.
2014-01-20 17:56:14 +01:00
Eloy Durán
1a8cfef0d5
[command] Include vendored CLAide files in distribution.
2014-01-20 17:56:14 +01:00
Eloy Durán
e7839593fa
[command] Small cleanup.
2014-01-20 17:56:14 +01:00
Eloy Durán
faec9527ca
[command] Add informative error example that optionally shows backtraces.
2014-01-20 17:56:14 +01:00
Eloy Durán
2211375132
[command] Make create command work again.
2014-01-20 17:56:14 +01:00
Eloy Durán
a2f130f0b3
[command] Make the device-console command work again.
2014-01-20 17:56:14 +01:00
Eloy Durán
b65a05e142
[command] Some refactoring/cleaning.
2014-01-20 17:56:14 +01:00
Eloy Durán
2d5ac6de09
[command] Make the ri command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
3e935532d2
[command] Make RubyMotion main description a bit better.
2014-01-20 17:56:13 +01:00
Eloy Durán
27574bb6c7
[command] Take the update command apart a bit.
2014-01-20 17:56:13 +01:00
Eloy Durán
f1848a852a
[command] Make update command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
521155fa86
[command] Make support command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
c86c04ae04
[command] Make the activate command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
589a1ae2f6
[command] Make the account command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
d3db52b9c2
[command] Make the changelog command work again.
2014-01-20 17:56:13 +01:00
Eloy Durán
86c2914a44
[command] Change base class to use CLAide::Command.
2014-01-20 17:56:13 +01:00
Eloy Durán
ffe697ad53
[command] Vendor CLAide.
2014-01-20 17:56:13 +01:00
Watson
5529823243
[NEWS] Fixed a memory leak which is caused by Dispatch::Queue.new
2014-01-20 21:21:18 +09:00
Watson
d77a8e98b3
[NEWS] update
2014-01-20 18:05:34 +09:00
Watson
fc4f0d7e86
add test for AudioToolbox
2014-01-20 18:03:07 +09:00
Watson
f4b1536e38
[NEWS] Fixed that cftype constant in AudioToolbox could not be used
2014-01-20 16:55:35 +09:00
Watson
7a281a1bba
fix that cftype constant in AudioToolbox cannot be used
...
Relate to :
- http://hipbyte.myjetbrains.com/youtrack/issue/RM-50
- https://hipbyte.freshdesk.com/helpdesk/tickets/1514
2014-01-20 16:54:08 +09:00
Laurent Sansonetti
7d03affae0
quiet archiving
2014-01-20 02:05:20 +01:00
Watson
6868949def
sync
2014-01-20 09:30:28 +09:00
Laurent Sansonetti
7fe07ab3bd
pass less flags to the assembler
2014-01-20 01:29:03 +01:00
Laurent Sansonetti
4d3e8c0c70
more work on the android port
2014-01-19 23:38:32 +01:00
Watson
03b3605d6b
[NEWS] fix RM-193
2014-01-19 14:50:48 +09:00
Watson
b226e23dc0
add test for RM-193
2014-01-19 14:50:36 +09:00
Watson
eba8ca8c06
sync
2014-01-19 07:45:11 +09:00
Watson
42c477407c
[NEWS] Improve performance where Range objects are created with literal
2014-01-18 18:11:02 +09:00
Watson
4477912d56
[NEWS] update previous commit
2014-01-17 23:31:07 +09:00
Watson
463f970367
[NEWS] Fixed a bug in build system where link error was caused with ARM64
2014-01-17 23:13:27 +09:00
Andrew Larssen
aa9cdf5c98
Fix hard coded path that does not honour xcode-select in builder.
...
This is causing problems building amd64 iOS 7.1 using Xcode5.1-Beta3 as it is not in the usual path.
2014-01-17 23:10:32 +09:00
Watson
875f0ff170
[NEWS] fix RM-150
2014-01-17 06:45:24 +09:00
Eloy Durán
fb53ff0948
[test] Make iOS UI helper search from the key window instead.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-382 .
2014-01-16 12:06:31 +01:00
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