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

14460 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 948ea802b1 add dependency of glfwSleep on sleep 2015-08-07 12:33:01 -07:00
Alon Zakai 7bb706ff09 test_cases updates 2015-08-07 12:33:00 -07:00
Alon Zakai d1725b6068 move mini printf and puts to library_formatString.js, as they are used for tests as well as bootstrapping 2015-08-07 12:32:43 -07:00
Alon Zakai 78a5ff074c add dep of setjmp support code on realloc 2015-08-07 12:32:43 -07:00
Alon Zakai d92efe09c6 remove library.js code now implemented by musl 2015-08-07 12:32:36 -07:00
Alon Zakai 94718df0b3 Merge branch 'remove-pnacl-toolchain-cruft' of https://github.com/waywardmonkeys/emscripten into incoming 2015-08-04 11:56:59 -07:00
Alon Zakai 6be12599f6 Merge pull request #3659 from waywardmonkeys/remove-incorrect-ll-file
Remove unused temporary build file.
2015-08-04 10:37:41 -07:00
Alon Zakai 795c5dd9f0 add missing semicolon 2015-08-04 10:34:56 -07:00
Alon Zakai fca9719c14 Merge branch 'update-webvr-spec' of https://github.com/line0/emscripten into incoming
Conflicts:
	AUTHORS
2015-08-04 10:34:31 -07:00
Jukka Jylänki 22b498b14d Update emrun to latest from @mlimber's commit 5668c52983. 2015-08-04 19:31:23 +03:00
Bruce Mitchener 7267211663 Fix typo in comment (respose -> response). 2015-08-04 15:53:22 +07:00
Bruce Mitchener fad920070b Remove unused temporary build file.
This probably wasn't intended to have been committed.
2015-08-04 15:35:03 +07:00
Bruce Mitchener 03b62b0769 Remove workarounds for using the pnacl toolchain.
These workarounds were added in 2013 but aren't used or supported
any longer now that we require fastcomp.
2015-08-04 15:31:14 +07:00
Alon Zakai 390dd23e80 Merge pull request #3654 from sunfishcode/no-force-eval
Disable FORCE_EVAL for Emscripten.
2015-07-31 17:26:38 -07:00
Dan Gohman 34b68a2a5c Disable FORCE_EVAL for Emscripten.
asm.js doesn't support floating-point exceptions, so there's no need to
evaluate expressions just to produce them.
2015-07-31 13:41:55 -07:00
Alon Zakai bd19ad6ade add EXTRA_EXPORTED_RUNTIME_METHODS option 2015-07-30 14:35:57 -07:00
Alon Zakai ea90737183 fix double alignment issue in formatString and emscripten_log #3647 2015-07-29 14:02:41 -07:00
Alon Zakai 9c1210058a run pthreads tests first in browser suite, which is more robust against random errors 2015-07-29 12:41:48 -07:00
Alon Zakai a13d98bde6 do not build with -g by default in test runner 2015-07-28 13:01:58 -07:00
Alon Zakai db1bc9c96a consolidate emterpreter modes asm1i and asm3i into asm2i, now that this feature is more stable we need less extra coverage 2015-07-28 11:36:29 -07:00
Alon Zakai e476217c98 fix umask syscall #3637 2015-07-27 11:09:02 -07:00
Alon Zakai af1f4ce4b0 Merge pull request #3639 from regular/incoming
reduce printErr() noise in non-ASSERTIONS builds
2015-07-23 17:57:28 -07:00
Jan Bölsche fe07847e5b Update AUTHORS 2015-07-24 02:52:33 +02:00
Jan Bölsche 1fd42affa7 Call printErr() about calling signal stubs in ASSERTIONS builds only 2015-07-23 21:54:55 +02:00
Jan Bölsche f048ce5d83 Put diagnostic messages of lesser importance behind #if ASSERTIONS to reduce noise on stderr 2015-07-23 21:53:43 +02:00
line0 dafa75e08e add myself to AUTHORS 2015-07-23 09:56:16 +02:00
line0 8136769762 WebVR: add some more debug output to the tests 2015-07-23 09:50:24 +02:00
Alon Zakai 1cf114cc24 fix memory allocation assert in pthreads worker creation code, and add testing for pthreads in -O0 #3636 2015-07-22 13:21:25 -07:00
Alon Zakai b10ddf7b8a fix EXPORTED_RUNTIME_METHODS on an empty list, and add more testing 2015-07-22 12:01:52 -07:00
Alon Zakai b6629954c1 add testing for the amount of code size reduction of closure+empty EXPORTED_RUNTIME_METHODS 2015-07-22 11:36:29 -07:00
Alon Zakai 7b22b32b50 add print to test_fs_nodefs_rw 2015-07-22 11:19:26 -07:00
Alon Zakai 343a6654ba Merge branch 'fix-node-fs-calls' of https://github.com/Kagami/emscripten into incoming 2015-07-22 11:17:55 -07:00
Alon Zakai f23f314e6e Merge branch 'WebWorkerProxyCanvasSizeOnWorkerInit' of https://github.com/hoongern/emscripten into incoming 2015-07-22 11:14:45 -07:00
Alon Zakai 74e62a6895 fix test_ccall; we should use runtime global functions like addOnExit directly, or quoted on module, not just Module.addOnExit 2015-07-22 10:37:50 -07:00
Alon Zakai 7bde9fea00 improve optimizing docs 2015-07-22 10:36:59 -07:00
Alon Zakai e73f3e21b5 document code size reduction options 2015-07-21 14:06:20 -07:00
Kagami Hiiragi 7a69fe7922 Use node externs
Fixes #3230
2015-07-22 00:03:16 +03:00
node externs authors dab17826eb Add node externs for Closure 2015-07-22 00:00:55 +03:00
Alon Zakai 3c03777dfa add preamble.js exports to EXPORTED_RUNTIME_METHODS, so they can easily be removed 2015-07-21 13:40:41 -07:00
Alon Zakai 782b9af67e generalize EXPORTED_FS_METHODS to EXPORTED_RUNTIME_METHODS, in preparation for more code reduction options 2015-07-21 13:19:14 -07:00
Kagami Hiiragi 63368dcfbb Add closure=1 tests for NODEFS and stdin
Reproduces: #3230
Relates: #3629
2015-07-21 22:15:30 +03:00
HoongErnNg 5488bce083 Proxy canvas.boundingClientRect in worker-init 2015-07-21 12:14:54 -07:00
HoongErnNg 22211581d1 Add test to ensure canvas css size is available when main() is called 2015-07-21 12:14:54 -07:00
Alon Zakai 03751aee80 Merge branch 'embind-test-warning-fix' of https://github.com/waywardmonkeys/emscripten into incoming 2015-07-21 11:49:59 -07:00
Alon Zakai 9ba4945946 generalize canvas setStyle proxy message to setObjectProperty #3623 2015-07-21 11:49:10 -07:00
Alon Zakai 0a46d089b1 Merge branch 'WebWorkerCursorStyle' of https://github.com/hoongern/emscripten into incoming 2015-07-21 11:44:29 -07:00
HoongErnNg e4e3d32215 Add test for proxying canvas style 2015-07-21 10:15:59 -07:00
HoongErnNg 5601f03027 Add support for proxying css cursor style with web workers #3568 2015-07-21 10:15:59 -07:00
HoongErnNg b8a6275425 Update AUTHORS 2015-07-21 10:15:59 -07:00
Bruce Mitchener 6d5702e38c [libc] Merge compat directories.
We already have a system/include/compat for all libc compat headers,
so we don't need a system/include/libc-compat next to it
2015-07-21 12:26:34 +07:00