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

12168 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 64db81a58f add rapidjson 2014-10-29 17:16:31 -07:00
Alon Zakai 1381c289d5 REMOVE use JSON in EMCC_DEBUG=2, and time results 2014-10-29 17:16:02 -07:00
Alon Zakai b24449a907 simplify initial prettify phase in EMCC_DEBUG=2 2014-10-29 15:36:13 -07:00
Alon Zakai d594ae6894 experimental option to emit JSON in EMCC_DEBUG=2 interim phases 2014-10-29 13:53:30 -07:00
Alon Zakai f612725265 fix up test_require 2014-10-29 12:52:31 -07:00
Alon Zakai b300e569d7 Merge pull request #2936 from aidanhs/aphs-fix-nodejs-no-args
Fix 'require' for emscripten modules in nodejs
2014-10-29 12:04:17 -07:00
Aidan Hobson Sayers 5318e4c047 Only replace slashes if the argument is defined
Fixes #2920
2014-10-29 19:00:35 +00:00
Alon Zakai 16f7a73067 Merge pull request #2935 from waywardmonkeys/trace-fix
[trace] Fix copy/paste error.
2014-10-29 11:35:37 -07:00
Alon Zakai e24f6abcaf Merge pull request #2931 from caiiiycuk/sdl_setcliprect
Implement SDL_SetClipRect/SDL_GetClipRect
2014-10-29 10:55:14 -07:00
Aleksander Guryanov 2c5570f951 Implement SDL_SetClipRect/SDL_GetClipRect 2014-10-29 23:41:12 +07:00
Bruce Mitchener 482d03b59f [trace] Fix copy/paste error. 2014-10-29 21:55:31 +07:00
Alon Zakai 0681d35510 option to use zlib from ports 2014-10-28 17:30:56 -07:00
Alon Zakai 0be6440dec use system libs args processing in precompiled headers 2014-10-28 17:28:44 -07:00
Alon Zakai 89ac5f7c32 Merge pull request #2928 from waywardmonkeys/trace-extensions
Trace extensions
2014-10-28 16:28:52 -07:00
Alon Zakai 7e1a74f6b2 Merge pull request #2929 from waywardmonkeys/embind-docs
[embind docs] Reformat and cleanup whitespace.
2014-10-28 16:27:33 -07:00
Dan Gohman c4f09343f6 Implement _mm_loadu_ps and _mm_storeu_ps 2014-10-28 15:44:57 -07:00
Alon Zakai 57a0fc0816 1.26.0 2014-10-28 15:42:30 -07:00
Dan Gohman 9eb764b90a Rename simd.jd to ecmascript_simd.js
Since that's what the upstream name of this file is. Note that we are
still using a branch of upstream rather than plain upstream.
2014-10-28 10:31:26 -07:00
Bruce Mitchener 9b1a5910c4 [embind docs] Reformat and cleanup whitespace. 2014-10-28 21:32:14 +07:00
Bruce Mitchener 572b59f7f3 [tracing] Add a way to track "associated storage size".
The docs cover this in more detail.
2014-10-28 21:04:14 +07:00
Bruce Mitchener 11f9701ad7 [tracing] Context data is used on the server side now. 2014-10-28 21:04:14 +07:00
Bruce Mitchener 2fa028d4fb [tracing] Add task tracing. 2014-10-28 21:04:14 +07:00
Dan Gohman 33cbc706ee Update simd.js for upstream changes.
The main change relevant to Emscripten here is that this includes the
fix for unaligned loads and stores.
2014-10-27 18:12:59 -07:00
Alon Zakai ce63295951 Merge pull request #2924 from fhd/incoming
Implement TTF_FontLineSkip
2014-10-27 15:50:35 -07:00
Alon Zakai 81d1b20ce3 Merge pull request #2921 from caiiiycuk/incoming
SDL_CreateRGBSurfaceFrom for surfaces with depth 32
2014-10-27 15:50:27 -07:00
Alon Zakai 7394300a1e fake cfgetospeed; #2926 2014-10-27 15:50:08 -07:00
Alon Zakai 1a5934a08d disable most websockify-using parts of sockets tests; #2700 2014-10-27 15:23:11 -07:00
Alon Zakai cc936c118d add some slack to browser.test_sdl2_mouse 2014-10-27 14:30:18 -07:00
Aleksander Guryanov 88fa0d26a7 SDL_CreateRGBSurfaceFrom for surfaces with depth 32 2014-10-27 23:32:20 +07:00
Felix H. Dahlke 28b4a3f7a3 Implement TTF_FontLineSkip 2014-10-26 03:09:00 +01:00
juj 1cb77b0617 Merge pull request #2922 from waywardmonkeys/fix-typo
Fix typo.
2014-10-24 19:17:32 +03:00
Bruce Mitchener c002999674 Fix typo. 2014-10-24 14:21:40 +07:00
Alon Zakai 24db560f9d website analytics 2014-10-23 17:28:18 -07:00
Alon Zakai 1bc77f0fbf handle some corner cases in EMULATE_FUNCTION_POINTER_CASTS, and add testing 2014-10-23 13:47:52 -07:00
Alon Zakai 4a045e5c8a fix nm scanning; notice only U, C, T 2014-10-23 13:12:10 -07:00
Alon Zakai 991be0ed88 Merge pull request #2919 from waywardmonkeys/fix-random-libc-locking
Fix missing __lock / __unlock.
2014-10-23 12:59:30 -07:00
Alon Zakai 2313962cde sanity test for port version causing retrieve 2014-10-23 11:31:11 -07:00
Alon Zakai 11f1c63099 bump sdl and sdl-image port versions 2014-10-23 11:26:07 -07:00
Alon Zakai 28a06c8842 fix ports upgrades due to version changes 2014-10-23 11:25:58 -07:00
Bruce Mitchener bfd7ecd0e8 Fix missing __lock / __unlock.
This was noticed as srandom / random use those.

Fixes issue #2916.
2014-10-23 09:37:57 +07:00
Alon Zakai 5ae8b07f24 check for a missing directory in check_version in ports support code 2014-10-22 17:00:34 -07:00
Alon Zakai 90324df5b9 disable clang warnings when building sdl2 and sdl2-image 2014-10-22 16:55:06 -07:00
Alon Zakai eb6ac90760 EMULATE_FUNCTION_POINTER_CASTS option 2014-10-22 16:24:26 -07:00
Alon Zakai 292eda5538 Merge pull request #2913 from waywardmonkeys/embind-and-reserved-function-pointers
[embind] Minimum RESERVED_FUNCITON_POINTERS not needed.
2014-10-22 11:58:28 -07:00
Alon Zakai f682ca7359 Merge pull request #2915 from waywardmonkeys/add-function-docs
Add function docs
2014-10-22 11:58:18 -07:00
Alon Zakai 2c0b54a49b Merge pull request #2914 from waywardmonkeys/minor-doc-fix
Minor doc fix
2014-10-22 11:57:03 -07:00
Alon Zakai f42064a12d handle length 0 in Pointer_stringify; fixes #2912 2014-10-22 11:50:27 -07:00
Alon Zakai 27b56d76b1 if port version file does not exist, retrieve the latest 2014-10-22 11:33:55 -07:00
Alon Zakai eb2b151090 clear sdl2-image when building sdl2, and improve logging 2014-10-22 11:18:45 -07:00
Alon Zakai 3ab16c70ef avoid configure step in sdl2 port 2014-10-22 11:15:06 -07:00