Commit Graph

973 Commits

Author SHA1 Message Date
Watson
73eb628001 add `super' spec 2013-04-04 21:32:26 +09:00
Watson
3ff66ae72c sync 2013-04-04 14:28:35 +09:00
Watson
48b7abf172 add line in NEWS 2013-04-02 12:14:06 +09:00
Watson
42352abb44 fix a bug in build system which does not load all depended frameworks
http://hipbyte.myjetbrains.com/youtrack/issue/RM-97
2013-04-02 12:01:40 +09:00
Watson
7a8219a108 add line in NEWS 2013-03-28 17:59:45 +01:00
Watson
9cf62a20e3 fix a bug in REPL which often causes an error with "exit" command 2013-03-28 17:59:07 +01:00
Watson
3805f3de44 add line in NEWS 2013-03-23 10:06:26 +09:00
Watson
73b0a970c1 fix a bug where 'rake device debug=1' will cause a crash when contained UTF-8 characters in app name 2013-03-23 10:04:12 +09:00
Watson
ddb65efb3d update define_method_spec.rb 2013-03-21 16:51:48 +09:00
Watson
1755d2b69a add spec to relate RM-37 2013-03-21 15:47:53 +09:00
Watson
7f0d6587b5 sync 2013-03-21 15:30:39 +09:00
Watson
071823c61e fix NEWS 2013-03-19 10:41:33 +09:00
Watson
8d780a58dc add spec to relate alias/alias_method 2013-03-19 10:27:19 +09:00
Watson
e038fa7882 sync 2013-03-19 10:27:18 +09:00
Laurent Sansonetti
d5b655b0c7 Merge branch 'master' of github.com:lrz/RubyMotion 2013-03-18 15:38:41 +01:00
Laurent Sansonetti
4c18345034 more work on the device debug no_start flag 2013-03-18 15:38:24 +01:00
Watson
a44231b0ec sync 2013-03-17 20:13:57 +09:00
Watson
61b94316f3 pass "-ObjC" flags to linker to load Objective-C class when "-force_load" is not used 2013-03-16 14:44:09 +09:00
Watson
59aca119f8 add spec to relate AudioQueueBuffer (16cdc9cd3e) 2013-03-15 17:04:12 +09:00
Watson
150cdde332 add line in NEWS 2013-03-15 11:17:18 +09:00
Watson
4d5215a07c add :force_load option into configuration of `app.vendor_project'
There are 3rd-party library which would trigger "duplicate symbol" error at compile time.
It will be useful in such libraries when specify false in :force_load option.

When specify true in this option (by default), it behaves in the same manner as before.

Usage:
    app.vendor_project('vendor/OAuth2Client',
      :static,
      :force_load => false,
      :headers_dir => 'Sources/OAuth2Client'
      ....
2013-03-15 11:05:17 +09:00
Watson
1f25be21f3 sync 2013-03-14 18:31:10 +09:00
Watson
9e8c1fa14c sync 2013-03-14 13:40:24 +09:00
Dave Lee
355cb36f1f Make _spec suffix optional when running rake spec files=...
With this change, the following invocations are equivalent:

    rake spec files=integration_spec

and

    rake spec files=integration
2013-03-14 13:24:15 +09:00
Steven Webb
a79c7e3d27 Include exception message in bacon error output 2013-03-14 13:16:45 +09:00
Watson
3377f889ba sync 2013-03-12 20:27:42 +09:00
Watson
e8f80eb81c add line in NEWS 2013-03-12 11:20:17 +09:00
Watson
088080b681 fix a bug in REPL which often causes an error with "quit" command
When run "quit" command in REPL, terminates iOS simulator session.
2013-03-12 11:18:51 +09:00
Watson
2542aa1d7e sync 2013-03-11 04:03:05 +09:00
Watson
8b2f1347e1 add line in NEWS 2013-03-05 23:08:19 +09:00
Laurent Sansonetti
b91d05133e sync 2013-03-05 14:58:01 +01:00
Laurent Sansonetti
56a071aa87 Merge branch 'master' of github.com:lrz/RubyMotion 2013-03-05 14:56:41 +01:00
Laurent Sansonetti
fc1aa27ca2 add 'no_start' option to 'rake device debug=1' to let people attach their own debugger (rubymine) 2013-03-05 14:56:28 +01:00
Watson
d4ce537d07 fix a bug in REPL which can't handle the UTF8 string in history 2013-03-04 09:23:40 +09:00
Laurent Sansonetti
e25526d3bf add tests for string constants in BS files 2013-03-02 19:23:16 +01:00
Laurent Sansonetti
830e78db17 sync 2013-03-02 19:23:04 +01:00
Laurent Sansonetti
b690ad9bc0 add test for lower-case const 2013-03-02 18:54:21 +01:00
Laurent Sansonetti
8e6e7b8466 1.35 2013-03-02 18:43:09 +01:00
Laurent Sansonetti
e361fa6031 sync 2013-03-01 15:12:48 +01:00
Watson
95b6055b67 rename method 2013-02-28 09:02:30 +09:00
Watson
71d1617c9b sync 2013-02-27 23:39:17 +09:00
Watson
a24596e830 fix a bug in build system which updated resource files are not copied 2013-02-27 23:34:38 +09:00
Laurent Sansonetti
7fd796a89b 1.34 2013-02-26 21:27:21 +01:00
Laurent Sansonetti
7ffad34d60 reformat 2013-02-26 21:17:01 +01:00
Laurent Sansonetti
448a80faa3 sync 2013-02-26 16:00:00 +01:00
Watson
1466028bac slightly delay the start of spec execution
Because #tap method does not work when use a high performance machine
2013-02-26 13:51:09 +09:00
Watson
e06dc257af add line in NEWS 2013-02-26 13:32:57 +09:00
Watson
5573cc442a fix a bug which iOS simulator will be re-launched at every time with `rake'
RM-52 Should not re-launch iOS simulator at every time with `rake'
2013-02-26 13:31:00 +09:00
Watson
8d5450105f add line in NEWS 2013-02-26 11:18:06 +09:00
Watson
08341aef38 fix a bug which does not launch iOS simulator when `app.xcode_dir' is specified a path other than the '/Applications' folder 2013-02-26 11:14:22 +09:00