Commit Graph

606 Commits

Author SHA1 Message Date
Eloy Durán
81c04ba0a0 [NEWS] Document no longer symbolicating when sandboxed. 2014-02-26 16:50:41 +01:00
Eloy Durán
0b020953e2 [NEWS] Document iOS rake task error reporting improvements. 2014-02-26 14:31:07 +01:00
Watson
2983b82d3b sync 2014-02-26 09:58:07 +09:00
Watson
9eb20fccc6 [NEWS] Optimized where it would convert type implicit using #to_str etc 2014-02-25 15:37:40 +09:00
Laurent Sansonetti
e9c63d9384 added a mention about jim's passing away 2014-02-24 16:57:22 +01:00
Watson
8c2f17f386 sync 2014-02-24 16:27:32 +09:00
Watson
7b60aab1a6 sync 2014-02-24 13:41:23 +09:00
Watson
ac35f1fb0e [NEWS] Improved Time#{+, -} performance 2014-02-23 21:00:29 +09:00
Watson
94964e41ee [NEWS] Improved Range literals performance 2014-02-23 15:58:17 +09:00
Watson
316d889548 [NEWS] Fixed a memory leak where an exception message would be created 2014-02-22 13:08:48 +09:00
Watson
41a8e54d75 [NEWS] fix RM-427 2014-02-20 13:14:23 +09:00
Watson
e1e6183bf9 sync 2014-02-19 15:24:49 +09:00
Watson
5fdccbe369 sync 2014-02-19 08:37:15 +09:00
Watson
9d4532f67e sync 2014-02-19 00:24:54 +09:00
Watson
d020d21993 sync 2014-02-18 23:11:52 +09:00
Watson
f391848092 sync 2014-02-18 10:27:53 +09:00
Watson
a025c7f70c [NEWS] Improved String performance where it handles short strings 2014-02-15 13:35:05 +09:00
Watson
f311bdf8e5 [NEWS] Improved String#{strip, rstrip, lstrip} performance 2014-02-15 09:46:47 +09:00
Watson
d9bc7e8481 sync 2014-02-13 21:21:41 +09:00
Watson
ae04ba9d13 [NEWS] Improved performance of methods where accepts Regexp 2014-02-12 08:36:46 +09:00
Watson
49c71e7af8 sync 2014-02-11 09:09:34 +09:00
Eloy Durán
e9e0e9b913 [NEWS] Document ignoring REPL tmp files. 2014-02-10 17:38:26 +01:00
Eloy Durán
8354e398e6 [Vendor] When an explicit BS file exists in lib root, use that.
This allows a lib author to override the BS metadata by (manually)
creating and supplying one, which seems to be the case with Joybox.
2014-02-10 17:32:34 +01:00
Watson
ade9fc1f57 [NEWS] Improved String#to_sym performance 2014-02-10 14:30:24 +09:00
Eloy Durán
d21302479b [Vendor] Cannot reuse opts[:cflags] if it has been deleted before. 2014-02-07 11:25:37 +01:00
Watson
cec928744d [NEWS] RM-419 2014-02-06 09:53:55 +09:00
Eloy Durán
7f79ecd295 [Command] Disable template validation for now.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-418.
2014-02-04 17:03:39 +01:00
Eloy Durán
086d232ba0 [REPL/OSX] Make it work when codesigned and sandboxed.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-410
2014-02-04 14:13:43 +01:00
Eloy Durán
4685e83ca7 [NEWS] Document `activate' command fix. 2014-02-04 11:56:42 +01:00
Watson
8c229aa670 [NEWS] fix RM-175 2014-02-04 08:19:24 +09:00
Watson
be2a47ea45 Revert "[NEWS] fix RM-175"
This reverts commit 136f224f40.
2014-02-04 07:15:13 +09:00
Eloy Durán
eccc83de30 [NEWS] Document fix for vendor_project with Xcode projects. 2014-02-03 19:48:12 +01:00
Watson
136f224f40 [NEWS] fix RM-175 2014-02-04 01:15:54 +09:00
Eloy Durán
a8e8f4a60c [NEWS] Document fix for BS files for static libs. 2014-02-03 16:01:46 +01:00
Laurent Sansonetti
89a34acff7 reformat 2014-02-03 14:03:53 +01:00
Eloy Durán
d4c32b110d [NEWS] Document vendor_project BS file location fix. 2014-02-03 13:21:27 +01:00
Eloy Durán
2c49a684bf [NEWS] Document DTSDKBuild & DTPlatformBuild fix. 2014-02-03 12:36:16 +01:00
Watson
c4f9ad5f08 sync 2014-02-02 21:15:11 +09:00
Watson
fe655a4424 [NEWS] fix RM-413 2014-01-31 13:38:44 +09:00
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
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
Laurent Sansonetti
7c8f923d71 sync 2014-01-27 20:07:19 +01:00
Laurent Sansonetti
3bd5aae52e re-organize 2014-01-27 18:55:38 +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
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