Граф коммитов

10065 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai e309c20770 testcase for issue #2244 2014-03-23 18:53:43 -07:00
Alon Zakai d38cd65d39 do not warn on missing emscripten_ functions 2014-03-22 14:24:36 -07:00
Alon Zakai e2e94262c8 Merge pull request #2237 from waywardmonkeys/runner-help
Update test runner help text.
2014-03-18 14:14:18 -07:00
Alon Zakai 5cd4da6dee comment on webrtc test 2014-03-18 12:25:55 -07:00
Alon Zakai 9158e9917e webrtc test fix 2014-03-18 12:21:15 -07:00
Alon Zakai 705f29464e Merge pull request #2241 from Noxalus/incoming
Complete the list of properly supported keys
2014-03-18 11:36:35 -07:00
Noxalus 450f157868 Complete the list of properly supported keys
Sort the key code and scan code maps by key and add many missing keys.
2014-03-18 19:17:56 +01:00
Alon Zakai 5abf3660a6 Merge pull request #2231 from modeswitch/incoming
Add local broker for webrtc p2p test. Fixes #1974.
2014-03-18 10:42:17 -07:00
Bruce Mitchener ca5203f032 Update test runner help text.
There is no more o1 test target.
2014-03-18 16:22:43 +07:00
Alon Zakai 0b04c1ed08 add ifs benchmark 2014-03-17 17:56:17 -07:00
Alon Zakai c998e415c6 flip a non-existent else block in simplifyIfs, if adding such a block can help 2014-03-17 17:56:17 -07:00
Alon Zakai c422f49120 flip in simplifyElses if it can help 2014-03-17 17:56:17 -07:00
Alon Zakai db3ab955c6 fuse if-elses where the relooper did not emit a label clearing 2014-03-17 17:56:17 -07:00
Alon Zakai dc797a4570 make simplifyIfs a settings option 2014-03-17 17:56:17 -07:00
Alon Zakai fb331c96b0 fix else fusing when label has multiple assigns or checks 2014-03-17 17:56:17 -07:00
Alon Zakai 9b7c27056e comment on outlining downsides 2014-03-17 17:56:17 -07:00
Alon Zakai df8919a0de fuse elses to remove unnecessary label settings and checks, after we simplified ifs 2014-03-17 17:56:17 -07:00
Alon Zakai dc70532c6a don't commaify if it doesn't help 2014-03-17 17:56:17 -07:00
Alon Zakai c4fc4453aa simplify nested ifs with identical elses 2014-03-17 17:56:17 -07:00
Alon Zakai 6c31546ced uncommaify between ifs that can potentially be simplified 2014-03-17 17:56:17 -07:00
Alon Zakai f6c2bcd2a3 remove unnecessary code from simplifyIfs 2014-03-17 17:56:17 -07:00
Alon Zakai dbb60d034c add another if testcase in relooper 2014-03-17 17:56:17 -07:00
Alon Zakai b0794537c3 add test_simplify_ifs 2014-03-17 17:56:17 -07:00
Alon Zakai e4462dc1b2 filter out empty blocks in simplifyIfs 2014-03-17 17:56:17 -07:00
Alon Zakai 3215f80b20 simplifyIfs js optimizer pass 2014-03-17 17:56:17 -07:00
Alan K cf5307c029 Cleaned up required files (some things aren't needed for this test); Run `npm install` as part of test. 2014-03-17 19:28:04 -04:00
Alan K b1f141debf Updated gitignore 2014-03-17 19:07:07 -04:00
Alan K c3a8ac0a5f Fixed accidental submodule 2014-03-17 19:04:51 -04:00
Alon Zakai 4f0e8c3aed Merge pull request #2020 from fadams/improve-websocket-config-options
Provide compile time and run time options for WebSocket URL and subproto...
2014-03-17 15:22:48 -07:00
Alon Zakai 46bf009284 Merge pull request #2234 from Noxalus/incoming
Fix numepad 0 key and add few other keys
2014-03-17 15:06:07 -07:00
Alon Zakai e8df5b5c42 Merge pull request #2228 from Daft-Freak/patch-1
Add stub for raise
2014-03-17 14:04:09 -07:00
Charlie Birks 894cae2f02 Set errno and return -1 2014-03-17 19:05:39 +00:00
Alon Zakai 6470a3033d fix relooper test 2014-03-17 10:17:53 -07:00
Charlie Birks a3d9177455 Return error in raise 2014-03-17 16:56:23 +00:00
Noxalus 4a0e43367f Fix numepad 0 key and add few other keys
The scan code of the numepad 0 key is 98, not 88 since that correspond to the scan code of KP_ENTER.

I took the opportunity to add the missing numepad keys like KP_PLUS, KP_MULTIPLY, etc...

Some other keys like caps lock weren't properly detected either.
2014-03-17 17:19:00 +01:00
Alan K 7e22558b8a Add local broker for webrtc p2p test. Fixes #1974. 2014-03-16 20:31:11 -04:00
juj a0402f5e7f Merge pull request #2229 from Daft-Freak/patch-2
Add eglWaitGL
2014-03-16 17:50:13 +02:00
Jukka Jylänki f38cc417d7 Fix unregistering of event handlers (all params of removeEventListener must *exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230. 2014-03-16 08:46:51 -07:00
Alon Zakai 2b0426004f don't needlessly add empty nodes in asm normalization/denormalization 2014-03-15 14:14:45 -07:00
Alon Zakai cb47df2db5 remove empty subnodes after aggressive variable elimination 2014-03-15 13:27:18 -07:00
Alon Zakai 3adf97ab95 remove empty subnodes after vacuum 2014-03-15 13:24:03 -07:00
Alon Zakai 7b68d960c3 remove empty subnodes after eliminate 2014-03-15 13:19:38 -07:00
Alon Zakai 0daeb7d072 fix commented-out relooper code 2014-03-15 10:04:09 -07:00
Charlie Birks f6a6754caf Add eglWaitGL 2014-03-15 12:46:31 +00:00
Charlie Birks 7c2ce4b7e4 Add stub for raise 2014-03-15 12:44:47 +00:00
Alon Zakai 355a67d3a1 add -profiling option 2014-03-14 19:56:21 -07:00
Alon Zakai ccbfbc922a test for bad triple warning 2014-03-14 19:43:18 -07:00
Alon Zakai 5c03805d68 add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2 2014-03-14 16:14:00 -07:00
Alon Zakai e56b193cee Merge pull request #2224 from juj/osx_mouse
OSX mouse support.
2014-03-14 16:10:22 -07:00
Jukka Jylänki cef72b48d5 Add better documentation to emscripten/html5.h KeyEvent structure on the current implementation and deprecation status of the various fields. See also pr #2222. 2014-03-14 21:52:26 +02:00