Age | Commit message (Collapse) | Author |
|
incoming
Conflicts:
AUTHORS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fastcomp
|
|
|
|
|
|
backend output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
local dir
|
|
|
|
|
|
|
|
spidermonkey shell gc() function
|
|
|
|
Further changes for issue #1732
|
|
|
|
fix a bug in the accept call in library.js whereby if accept was called ...
|
|
|
|
non-NULL addr and addrlen parameters a ReferenceError occurs because accept had a parameter of addrp but later used addr. Modified tests_sockets_echo_server.c to use non-NULL addr if TEST_ACCEPT_ADDR is defined and added test case to test_sockets.py
|
|
Custom web browser.
|
|
harness via EMSCRIPTEN_BROWSER environment variable.
|
|
|
|
|
|
|
|
Fix browser harness windows
|
|
|
|
env var, and secondarily from PATH.
|
|
name visibility issue in pickling, see http://stackoverflow.com/questions/8126654/using-multiprocessing-inside-decorator-generates-error-cant-pickle-function?rq=1 , which is fixed by hoisting the process start function to global scope.
|
|
that library.
|
|
not have Cygwin make, but does have MinGW32 make.
|
|
the full absolute path names to the splitted filenames. This fixes a Windows problem where invalid path concatenations like 'somethingC:/projects/emscripten/hello_world.js' would be generated, and shortens the path structure to not contain redundant directory names. Fixes test browser.test_split_in_source_filenames on Windows.
|
|
|
|
EM_ASM; fixes #1819
|
|
This affects builds that use absolute paths to object files when adding to library archives, causing unnecessary archives.
|
|
|
|
|
|
Don't throw an exception on SDL_ThreadID()
|