Commit Graph

996 Commits

Author SHA1 Message Date
Watson
2a080e1ce1 sync 2013-04-21 16:12:35 +09:00
Watson
126d006625 change the template directory path 2013-04-19 23:15:03 +09:00
Watson
990e352d62 add a feature which support the template 2013-04-19 23:02:49 +09:00
Laurent Sansonetti
dd7605d2fd add 'motion account' command 2013-04-19 14:55:41 +02:00
Watson
59b40184af sync 2013-04-17 15:05:50 +09:00
Watson
ad0cbe61b0 add line in NEWS 2013-04-14 00:13:37 +09:00
Watson
829e9886c8 add line in NEWS 2013-04-13 22:18:46 +09:00
Watson
f109d6ee32 update TestUnit 2013-04-13 17:25:42 +09:00
Watson
7557639e27 add line in NEWS 2013-04-13 14:24:40 +09:00
Watson
34e50e9036 display error message if does not exist spec files in spec directory
http://hipbyte.myjetbrains.com/youtrack/issue/RM-90
2013-04-13 14:24:29 +09:00
Watson
6ab441283f sync 2013-04-12 22:12:50 +09:00
Watson
6fe48a7439 add spec to relate RM-104 and RM-105 2013-04-11 05:40:00 +09:00
Watson
1b829cd8c7 sync 2013-04-11 05:39:33 +09:00
Laurent Sansonetti
4170e3e3fa Merge branch 'master' of github.com:lrz/RubyMotion 2013-04-05 19:52:06 +02:00
Watson
1bc95e8644 add line in NEWS 2013-04-05 17:26:28 +09:00
Clay Allsopp
a38f066148 change file dependency regex to accept absolute paths 2013-04-05 17:25:20 +09:00
Watson
8e78acf915 1.36 2013-04-05 17:24:15 +09:00
Watson
2aede99c8f update NEWS 2013-04-05 17:23:02 +09:00
Laurent Sansonetti
6f83329440 sync 2013-04-04 15:14:42 +02:00
Watson
a6ac6231bc modify spec description 2013-04-04 21:38:02 +09:00
Watson
73eb628001 add `super' spec 2013-04-04 21:32:26 +09:00
Laurent Sansonetti
b9eab69d82 Merge branch 'master' of github.com:lrz/RubyMotion 2013-04-04 12:15:18 +02: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
Laurent Sansonetti
45e33e6f9a Merge branch 'master' of github.com:lrz/RubyMotion 2013-03-25 08:52:41 +01:00
Laurent Sansonetti
d3b4da10da print to stderr 2013-03-25 08:52:36 +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