Eloy Durán
115fbd23e2
[NEWS] Update doc regarding zeroing weakref.
2014-01-30 14:30:43 +01:00
Eloy Durán
1b73d73f49
[NEWS] Document zeroing reference change to WeakRef.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-327 .
2014-01-30 00:15:41 +01:00
Eloy Durán
e44f6872e4
[WeakRef] Add tests for dealing with zeroing reference.
2014-01-30 00:09:36 +01:00
Eloy Durán
27369a1e18
[Vendor] Use MACOSX_DEPLOYMENT_TARGET when building for OS X.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-412
2014-01-29 15:19:30 +01:00
Watson
2c81a203b9
[NEWS] fix RM-408
2014-01-29 11:44:17 +09:00
Watson
d9accd8b83
fix a bug which `motion update --cache-version=X' is broken
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-408
2014-01-29 11:42:41 +09:00
Laurent Sansonetti
62fbb220b0
2.21
2014-01-28 13:24:44 +01:00
Laurent Sansonetti
de5de72ce9
don't install VIM swap files
2014-01-28 12:57:59 +01:00
Laurent Sansonetti
244342b62d
sync
2014-01-27 20:07:46 +01:00
Laurent Sansonetti
7c8f923d71
sync
2014-01-27 20:07:19 +01:00
Laurent Sansonetti
0a63869c74
add test for Proc#owner
2014-01-27 20:07:19 +01:00
Eloy Durán
8136a02344
[CLAide] sync
2014-01-27 20:06:25 +01:00
Eloy Durán
69ec3542ea
[CLAide] sync
2014-01-27 19:37:02 +01:00
Laurent Sansonetti
3bd5aae52e
re-organize
2014-01-27 18:55:38 +01:00
Eloy Durán
d1a9b4e0b1
[Command] Add ANSI support to CLI and use bold to prettify output.
2014-01-27 18:14:32 +01:00
Laurent Sansonetti
37a4ab669b
Merge branch 'master' of github.com:lrz/RubyMotion
...
Conflicts:
NEWS
2014-01-27 16:47:21 +01:00
Laurent Sansonetti
916733da93
reformat for release
2014-01-27 16:43:46 +01:00
Eloy Durán
eacff90889
[NEWS] Document shift to use of RubyGems for plugins.
2014-01-27 16:35:53 +01:00
Eloy Durán
f4f60cdee7
[Command] Allow gems to register templates and show in help banner.
...
Load available templates list as late as possible.
2014-01-27 16:31:52 +01:00
Eloy Durán
5afb52f99c
[Command] Use RubyGems to load plugins from gems.
2014-01-27 16:31:26 +01:00
Eloy Durán
de7c7732e8
[Command] Deprecate usage of colons in command names.
2014-01-27 13:37:52 +01:00
Watson
e0f864f8c7
[NEWS] fix RM-404
2014-01-27 17:43:49 +09:00
Watson
50fd4f6c23
sync
2014-01-27 14:16:27 +09:00
Watson
9a22ec626a
add benchmark for Object
2014-01-27 12:48:50 +09:00
Watson
e83e74eba9
add benchmark for Symbol
2014-01-27 09:56:13 +09:00
Watson
f11dd74200
add benchmark for Module
2014-01-27 09:37:38 +09:00
Watson
25648dd1a7
[NEWS] fix RM-402
2014-01-25 22:06:13 +09:00
Watson
5e0f8c4331
sync
2014-01-25 10:55:34 +09:00
Eloy Durán
8d783fa251
[NEWS] Document NS(Open|Save)Panel sandbox fix.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-401 .
2014-01-24 16:20:39 +01:00
Eloy Durán
160d28ce0c
[git] Ignore all dSYM bundles in ./bin
2014-01-24 16:18:13 +01:00
Watson
00e31c349d
sync
2014-01-24 23:22:14 +09:00
Watson
abfad82113
[NEWS] fix RM-400
2014-01-24 10:30:53 +09:00
Laurent Sansonetti
c46835a2fa
fix path
2014-01-23 16:37:33 +01:00
Watson
622cf7741a
[spec] fix the "undefined method `running_disabled_spec='" if use TAP
...
This patch should fix the following error if use TAP output format.
ERROR: NoMethodError - undefined method `running_disabled_spec=' for Bacon:Class
My jenkins CI uses TAP format <3
2014-01-23 16:30:24 +09:00
Watson
825d18a5f7
add test for RM-374
2014-01-23 14:32:41 +09:00
Watson
cc2f913268
[NEWS] fix RM-374
2014-01-23 12:36:24 +09:00
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