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 |
|
Watson
|
87e82fced4
|
add line in NEWS
|
2013-07-20 12:33:44 +09:00 |
|
Watson
|
3b75fb79ee
|
fix a bug in build system where app does not work on iOS5 device
http://hipbyte.myjetbrains.com/youtrack/issue/RM-221
The compile flags for device are missing.
This bug was introduced by 2617e9a3e4
|
2013-07-20 12:32:55 +09:00 |
|
Laurent Sansonetti
|
af427bd35d
|
rewrite spec
|
2013-07-19 18:09:58 +02:00 |
|
Laurent Sansonetti
|
e0aca0e09e
|
remove default exception handlers in main()
|
2013-07-19 18:05:19 +02:00 |
|
Laurent Sansonetti
|
17e464b033
|
Merge branch 'master' of github.com:lrz/RubyMotion
|
2013-07-19 14:43:13 +02:00 |
|
Watson
|
700149d734
|
sync
|
2013-07-19 16:51:55 +09:00 |
|
Watson
|
fd3d36c4df
|
add line in NEWS
|
2013-07-19 16:50:46 +09:00 |
|
Watson
|
8384e336f9
|
fix a bug in debugger where built-in debug commands are not working
http://hipbyte.myjetbrains.com/youtrack/issue/RM-187
This bug was introduced by 3847d29e31
|
2013-07-19 16:48:38 +09:00 |
|
Laurent Sansonetti
|
deceecfff3
|
more tests
|
2013-07-18 17:13:20 +02:00 |
|