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
c97eba1d1e
Merge branch 'master' of github.com:lrz/RubyMotion
2013-07-18 17:09:07 +02:00
Laurent Sansonetti
a4a3c4700e
sync
2013-07-18 17:08:59 +02:00
Watson
e8f957feac
sync
2013-07-18 09:54:13 +09:00
Watson
db13d8548a
fix the error in compile_spec
2013-07-18 09:53:42 +09:00
Laurent Sansonetti
38e25347b3
sync
2013-07-16 16:07:11 +02:00
Laurent Sansonetti
70e6149d0e
remove Hash.new{} test as it's now in cycle_spec.rb
2013-07-16 14:53:31 +02:00
Laurent Sansonetti
087e0fc1a4
add cycle tests
2013-07-16 14:53:09 +02:00
Laurent Sansonetti
139276ab1b
sync
2013-07-16 13:59:50 +02:00
Laurent Sansonetti
8e597348cc
sync
2013-07-16 01:59:14 +02:00
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