Commit Graph

1333 Commits

Author SHA1 Message Date
Watson
b59e6bee89 forward a termination status in OSX environment to rake task 2013-08-07 23:50:02 +09:00
Watson
8e4e4ddb18 sync 2013-08-07 22:58:54 +09:00
Watson
d2687f2f38 fix a bug in `rake spec' which always return exit(0) status 2013-08-07 22:49:55 +09:00
Laurent Sansonetti
ca94059013 sync 2013-08-07 15:18:27 +02:00
Laurent Sansonetti
9d95a7211d refactor crash message + fix wording 2013-08-07 15:17:28 +02:00
Laurent Sansonetti
a8c7e4f6e1 sync 2013-08-07 14:33:17 +02:00
Laurent Sansonetti
ab129f4aa9 Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-07 14:31:12 +02:00
Laurent Sansonetti
ee7ceb0d1f fix escaping + print message if there are no crash logs 2013-08-07 14:30:43 +02:00
Watson
bc2d425a0f add line in NEWS 2013-08-07 20:37:03 +09:00
Chris Radford
785fd65d59 Update to add new status bar style
Added UIStatusBarStyleLightContent as an option for status_bar_style, a new option added in iOS7.
2013-08-07 20:31:47 +09:00
Watson
754180ed56 add line in NEWS 2013-08-06 22:53:17 +09:00
Watson
5285031125 add test for Range.new 2013-08-06 22:51:40 +09:00
Watson
543d8de4c3 add line in NEWS 2013-08-06 20:52:06 +09:00
Watson
060e24d349 add lldb_commands_file for the initial configuration in lldb 2013-08-06 20:39:11 +09:00
Watson
098c8c48b9 split the method in where save command into temporary file 2013-08-06 20:39:06 +09:00
Watson
2774040599 add builtin command for lldb 2013-08-06 20:38:13 +09:00
Laurent Sansonetti
f80349db06 2.7 2013-07-30 15:31:55 +02:00
Laurent Sansonetti
fea56f8f02 sync 2013-07-30 15:29:07 +02:00
Laurent Sansonetti
59c2fa6691 sync 2013-07-30 15:00:43 +02:00
Laurent Sansonetti
2ee0de0747 support pure NSExceptions 2013-07-30 14:59:25 +02:00
Laurent Sansonetti
f77b0416d1 DP4 2013-07-30 14:51:05 +02:00
Watson
a4912385b7 add line in NEWS 2013-07-30 00:56:14 +09:00
Watson
bfac409496 fix a bug in debugger where debugging process will be terminated if press CTRL + C while app is running
rake task receives the signal and it is aborted.
And, GDB process remains as zombie process.

So, rake task ignores the SIGINT if debugger is running
2013-07-30 00:54:28 +09:00
Watson
3617cc5297 add cycle test for Proc->self because there is a memory leak without #autorelease_pool 2013-07-28 14:36:44 +09:00
Laurent Sansonetti
3f0db685a3 sync 2013-07-25 19:25:21 +02:00
Laurent Sansonetti
249be50f91 sync 2013-07-25 16:30:50 +02:00
Watson
65e376d5c9 add line in NEWS 2013-07-24 23:06:53 +09:00
Clay Allsopp
ed0fcf5455 Fix shell escaping for file names 2013-07-24 23:04:07 +09:00
Watson
855e1179a3 add line in NEWS 2013-07-24 21:51:28 +09:00
Watson
6164f93ed8 improve the build system in order to compile spec files with parallel 2013-07-24 21:48:11 +09:00
Laurent Sansonetti
246ff0e616 2.6 2013-07-23 20:24:57 +02:00
Laurent Sansonetti
c1a96173a5 debug mode - only builds for recent SDKs - not activated 2013-07-23 13:28:00 +02:00
Laurent Sansonetti
f94a37e712 sync 2013-07-23 13:27:22 +02:00
Watson
b88878edd3 sync 2013-07-23 13:51:48 +09:00
Watson
f46920dc22 add test case for RM-224 2013-07-23 13:32:15 +09:00
Laurent Sansonetti
aa668c58a7 fix wording + style 2013-07-22 20:24:04 +02:00
Laurent Sansonetti
59e829527e fix wording 2013-07-22 20:19:06 +02:00
Laurent Sansonetti
049056fe66 sync 2013-07-22 20:13:27 +02:00
Laurent Sansonetti
b51f42a385 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-22 20:02:31 +02:00
Watson
81e6ee5666 show the message that crash log might have been created 2013-07-23 02:30:56 +09:00
Watson
b503784a73 terminate RELP with exit status 0 if press CTRL + C 2013-07-23 02:27:30 +09:00
Laurent Sansonetti
128e7bb129 sync 2013-07-22 17:58:30 +02:00
Laurent Sansonetti
6131ff9e03 sync 2013-07-22 13:24:38 +02:00
Laurent Sansonetti
7eff143ec0 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-22 13:23:34 +02:00
Laurent Sansonetti
d9d6c379ea more tests 2013-07-22 13:22:44 +02:00
Watson
1795f11a0f move `rake crashlog' task into project.rb 2013-07-22 20:18:18 +09:00
Watson
bdd7e1f8a9 add line in NEWS 2013-07-22 14:43:07 +09:00
Watson
83764c4c07 add `rake crashlog' task to show a last crash log
http://hipbyte.myjetbrains.com/youtrack/issue/RM-208
2013-07-22 14:41:55 +09:00
Watson
6506f5217f add line in NEWS 2013-07-22 14:17:56 +09:00
Watson
c5a62f9b34 fix a bug where it could not use NSUIntegerMax in iOS 7
http://hipbyte.myjetbrains.com/youtrack/issue/RM-222

Add objc/NSObjCRuntime.h to generate a bridgesupport because NSUIntegerMax is defined in /usr/include/objc/NSObjCRuntime.h
2013-07-22 14:14:59 +09:00