Commit Graph

1710 Commits

Author SHA1 Message Date
Eloy Durán
5be6d293e1 [spec] Deprecate block to the tests method of the view test helpers. 2013-11-19 16:55:04 +01:00
Laurent Sansonetti
d8d8487434 don't forget to install the 7.1 bits 2013-11-19 15:32:49 +01:00
Laurent Sansonetti
ea59ee5a18 sync 2013-11-19 15:30:56 +01:00
Watson
95457fe57e sync 2013-11-19 22:38:34 +09:00
Watson
e318e74970 add Fload#round spec
Related to https://hipbyte.freshdesk.com/helpdesk/tickets/1341
2013-11-19 22:38:34 +09:00
Watson
299df8fb12 update fixfloat spec
Related to 34cb542442

reduce test range because float values (not fixfloat) are mixied by increasing precision of float.
2013-11-19 22:38:34 +09:00
Laurent Sansonetti
69189fbcf9 sync 2013-11-19 13:50:09 +01:00
Laurent Sansonetti
a735faa24b OSX: support for ImageIO 2013-11-19 13:50:01 +01:00
Watson
5f8cfe2358 update for new Xcode Developer Preview 2013-11-19 10:14:36 +09:00
Watson
ef43a6df15 fix a buid error where Xcode has only one iOS SDK (ie Developer Preview) 2013-11-19 10:09:04 +09:00
Watson
05f450dc9f fix a benchmark for ASCII string where UTF8 character is contained 2013-11-19 00:12:43 +09:00
Eloy Durán
0d55e45d98 [vm] sync 2013-11-18 14:44:21 +01:00
Eloy Durán
bca3a525e9 [BS] Map linked frameworks: SearchKit and CoreText. 2013-11-18 14:44:21 +01:00
Watson
07bf56f2fb add a benchmark for string concatenation because CRuby has special optimization for short string 2013-11-18 22:35:19 +09:00
Eloy Durán
ab7f8a3cc9 Add project-specific vimrc that configures C,CPP indentation. 2013-11-18 13:23:07 +01:00
Eloy Durán
99df3e011b [rake] Raise error if cleaning does not succeed.
Fixes https://hipbyte.freshdesk.com/helpdesk/tickets/1359.
2013-11-18 11:49:09 +01:00
Watson
de38ba1086 update script to create CSV file for benchmark result 2013-11-18 01:03:53 +09:00
Watson
0a6fcd84af add benchmarks for String 2013-11-17 14:53:26 +09:00
Eloy Durán
fcde33dc3e [NEWS] Add entry about making the REPL+VM safer. 2013-11-16 11:59:05 +01:00
Watson
3a8c0f7404 add benchmarks for Hash 2013-11-16 15:35:50 +09:00
Eloy Durán
53c361f617 [vm] sync 2013-11-16 03:00:07 +01:00
Watson
6ec1dbef60 change library load path for benchmark suite 2013-11-16 10:33:32 +09:00
Watson
a749bfc648 add benchmark suite 2013-11-16 09:16:58 +09:00
Watson
d594397510 sync 2013-11-16 08:49:40 +09:00
Watson
6c85d70280 sync 2013-11-15 22:46:31 +09:00
Watson
9f0fc307ed add spec for #super
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-322
2013-11-15 22:46:31 +09:00
Laurent Sansonetti
cee7f2d260 xcode also sends this command, so we do too… 2013-11-15 14:40:07 +01:00
Laurent Sansonetti
a6e230cea1 send the appropriate command to configure symbol search paths 2013-11-15 14:39:32 +01:00
Laurent Sansonetti
76761b139d code format 2013-11-15 14:33:14 +01:00
Laurent Sansonetti
163590dff9 print a warning message in case the device support directory doesn’t have symbols, as it will slow down the debugger 2013-11-15 14:32:54 +01:00
Laurent Sansonetti
72b25c11b5 better device support directory selection, we will select the directory that matches exactly the version of iOS the device is running in priority over other directories 2013-11-15 14:31:54 +01:00
Eloy Durán
723e34bb36 [spec] Add coverage for the various types of C-blocks. 2013-11-14 12:38:07 +01:00
Watson
afce21ffad add Struct spec for converting Fixnum/Float to Objective-C value
Relate to 01311e1f88
2013-11-14 17:31:07 +09:00
Watson
db916707c5 add spec for Boxed
Related to 9d8885ec39
2013-11-14 10:48:56 +09:00
Eloy Durán
4f8266d8a2 [analyzer] Don’t try to open HTML after run on Jenkins CI. 2013-11-13 17:59:37 +01:00
Eloy Durán
b3864c0cfc [analyzer] Disable objc leaks checker. 2013-11-13 17:59:21 +01:00
Eloy Durán
44f279e68f [analyzer] Ensure normal builds have a clean env and set DEBUG. 2013-11-12 22:10:46 +01:00
Eloy Durán
a607e6fa52 [analyzer] Use CC and CXX env variables if set. 2013-11-12 22:10:41 +01:00
Eloy Durán
0c72b4e8f3 Ignore the static-analysis results dir. 2013-11-12 16:05:46 +01:00
Eloy Durán
e5f12d9a2c [rake] Add analyze task which performs a static analysis on the codebase.
Vendored relavant part from http://clang-analyzer.llvm.org/downloads/checker-275.tar.bz2
2013-11-12 16:03:38 +01:00
Eloy Durán
5f44d912af [NEWS] Changes to REPL regarding sim recognition and @2x issues. 2013-11-12 15:18:06 +01:00
Eloy Durán
ee817b561e Merge branch 'master' into repl
Conflicts:
	data/Rakefile
	vm
2013-11-12 15:14:11 +01:00
Watson
4fb084d5ea sync 2013-11-12 16:50:41 +09:00
Eloy Durán
da14a8b0eb [REPL] Use DEBUG_SIM_WINDOW_OFFSETS to print what sim is recognized. 2013-11-11 17:40:45 +01:00
Watson
c14d8b7ed8 sync 2013-11-11 23:43:25 +09:00
Eloy Durán
edb32b130f [NEWS] Add entry about OSServices -> CoreServices fix. 2013-11-11 14:43:05 +01:00
Eloy Durán
0fd0612744 [OSX] Add bridgesupport metadata for Carbon frameworks.
http://hipbyte.myjetbrains.com/youtrack/issue/RM-318
2013-11-11 14:35:43 +01:00
Watson
d0f5d6f637 sync 2013-11-11 10:22:49 +09:00
Watson
d963c6489d move special configuration for iOS/OSX platform from gen_bridge_metadata() 2013-11-11 10:16:53 +09:00
Watson
001368623a add line in NEWS 2013-11-11 08:11:24 +09:00