Commit Graph

1265 Commits

Author SHA1 Message Date
Laurent Sansonetti
3e76ae9016 add tests for c-level block dealloc 2013-07-16 01:59:00 +02:00
Laurent Sansonetti
ae4fb41c4e sync 2013-07-15 14:55:22 +02:00
Laurent Sansonetti
373799a826 add test for dvar->lvar loop bug 2013-07-15 14:50:20 +02:00
Laurent Sansonetti
ab7c6b4a9e sync 2013-07-15 13:56:09 +02:00
Laurent Sansonetti
6da91c47d3 sync 2013-07-15 13:53:55 +02:00
Laurent Sansonetti
4f6924c931 add test for nested dvar / break bug 2013-07-15 13:40:53 +02:00
Watson
9dc1e402d6 sync 2013-07-14 08:20:31 +09:00
Watson
950cb9a4d6 add tests for NSMutableArray#{first(n), last(n), pop(n), shift(n)} (RM-205) 2013-07-14 07:38:29 +09:00
Laurent Sansonetti
6a3f916c8f Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-13 14:41:50 +02:00
Laurent Sansonetti
ff32d809d6 add test for Hash.new{} leak 2013-07-13 14:41:37 +02:00
Watson
8ed666ea68 add line in NEWS 2013-07-13 13:06:21 +09:00
Watson
3d6ac4fea6 fix warning message where it would display "ld: warning: ObjC object file xxxx"
The warning message will be displayed when use Xcode 5 even if deployment_target is not iOS 7.
This will fix c2fc9959ed

% rake
     Build ./build/iPhoneSimulator-6.1-Development
   Compile ./app/app_delegate.rb
    Create ./build/iPhoneSimulator-6.1-Development/hello.app
      Link ./build/iPhoneSimulator-6.1-Development/hello.app/hello
ld: warning: ObjC object file (./build/iPhoneSimulator-6.1-Development/objs/init.o) was compiled for iOS Simulator, but linking for MacOSX
2013-07-13 13:04:46 +09:00
Watson
c22e818c1c fix the version number in NEWS 2013-07-13 12:30:42 +09:00
Watson
a9286e81e8 add line in NEWS 2013-07-13 12:29:19 +09:00
Andrew Babichev
6ae8b7b23e String deployment_target and sdk_version comparison fix 2013-07-13 12:05:44 +09:00
Laurent Sansonetti
7cf7ec7e33 2.5 2013-07-12 13:46:58 +02:00
Laurent Sansonetti
a9ab13bdcc sync 2013-07-11 17:33:47 +02:00
Laurent Sansonetti
72bba63b13 sync 2013-07-11 16:38:12 +02:00
Laurent Sansonetti
78dc62d9c6 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-11 16:36:26 +02:00
Laurent Sansonetti
e078f9bf4a fix spec to follow vm_ivar_set commit 2013-07-11 16:36:12 +02:00
Watson
4dd9bb4319 remove .swp files from installation files 2013-07-11 13:22:31 +09:00
Laurent Sansonetti
8da8ac2a8f Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-11 00:04:22 +02:00
Laurent Sansonetti
955117fe2d sync 2013-07-11 00:01:58 +02:00
Watson
903b8bbea4 sync 2013-07-10 11:08:05 +09:00
Watson
4a0820ab83 update build.sh in order to use Xcode5-DP3 2013-07-10 11:06:27 +09:00
Watson
91b1658f32 add line in NEWS 2013-07-10 11:05:22 +09:00
Watson
a8a76ad537 fix where it does not generate 64bit type into brigesupport in 3rd-party library on MacOSX platform
http://hipbyte.myjetbrains.com/youtrack/issue/RM-192
2013-07-10 11:03:39 +09:00
Watson
b66b7c2af8 add line in NEWS 2013-07-09 20:43:19 +09:00
Watson
f388e17d47 fix a bug where `rake' command would re-launch an iOS 7 simulator every time
iOS 7 has only retina simulator and com.apple.iphonesimulator indicates "iPhone Retina (4-inch)" as default.
So, we need to use retina even if it does not configure ENV['retina']
2013-07-09 20:42:16 +09:00
Laurent Sansonetti
340d690a88 add more tests 2013-07-08 21:15:41 +02:00
Laurent Sansonetti
94f54f794d more tests 2013-07-08 17:30:36 +02:00
Watson
59a1de4647 sync 2013-07-05 23:00:41 +09:00
Laurent Sansonetti
49c5bca3b3 sync 2013-07-04 15:14:40 +02:00
Laurent Sansonetti
9416484344 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-04 15:13:15 +02:00
Laurent Sansonetti
1047948afc rake build now honors the 'keep_temps' env variable, if set, llvm bitcode and asm files will not be deleted from the build directory 2013-07-04 15:11:36 +02:00
Watson
7ed3844915 add line in NEWS 2013-07-03 13:30:52 +09:00
Watson
2948cc2a29 fix a bug where it could not build the 3rd-party library if file path of app contains the spaces
http://hipbyte.myjetbrains.com/youtrack/issue/RM-191
2013-07-03 13:29:20 +09:00
Laurent Sansonetti
a7950342f7 more tests 2013-07-02 17:27:02 +02:00
Laurent Sansonetti
a3b8334158 sync 2013-07-01 18:28:32 +02:00
Laurent Sansonetti
eea624e43d new tests 2013-07-01 18:28:23 +02:00
Watson
13b2e67fc9 add the tests which causes compile error
% rake spec
require 'motion/project' is deprecated, please require 'motion/project/template/ios' instead
     Build ./build/iPhoneSimulator-7.0-Development
     Build vendor/code
   Compile ./spec/compile/compile1_spec.rb
Instruction does not dominate all uses!
  %16 = call i32* @vm_block_dvar_slot(i8* %15, i32 0)
  %27 = load i32* %16
2013-07-01 14:15:01 +09:00
Laurent Sansonetti
193e7c7524 add test for RM-118 2013-07-01 00:34:12 +02:00
Laurent Sansonetti
c01912f28f sync 2013-07-01 00:09:47 +02:00
Laurent Sansonetti
b63fb9cbe5 add block tests 2013-07-01 00:09:39 +02:00
Watson
f37c5d37a8 sync 2013-07-01 02:20:19 +09:00
Watson
d3810ee6d8 sync 2013-07-01 01:52:32 +09:00
Watson
c5f7d55273 add line in NEWS 2013-06-30 13:07:27 +09:00
Katsuyoshi Ito
30aa719082 to setup controller using block.
I implemented @colinta 's idea which was discussed below link.
https://groups.google.com/d/msg/rubymotion/M9T6LybaEUs/AWip_Vwy5_4J

When you want to setup UIViewController, you can setup it in a block of tests method.

# Example
  describe MyViewController do

    tests MyViewController do |controller|
      # you can set data to the controller here
      controller.my_data = "foo"
    end

    .
    .
  end
2013-06-30 13:00:52 +09:00
Watson
401137639b add the target 2013-06-29 13:48:27 +09:00
Watson
436eae4b22 update to Xcode5-DP2 2013-06-29 13:41:53 +09:00