Age | Commit message (Collapse) | Author |
|
|
|
the function on the stack, so recursive functions can use setjmp/longjmp
|
|
|
|
|
|
|
|
a large program
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add erf and erfc implementations
|
|
|
|
|
|
|
|
|
|
I64_PRECISE mode 2; fixes #716
|
|
can't tell at compile time it is needed. helps with #716
|
|
process, and poll() and kill(). Fixes tests other.test_fix_closure and other.test_warn_undefined on Windows.
|
|
Try to locate emcc in cmake based on the cmake toolchain directory struc...
|
|
|
|
|
|
to avoid having to set EMSCRIPTEN environment variable on unix. Remove the temporary workaround for other.test_cmake, which shouldn't now be needed.
|
|
|
|
|
|
Cmake support.
|
|
|
|
|
|
|
|
|
|
output to console.
|
|
its functionality.
|
|
|
|
|
|
|
|
relooper updates etc.
|
|
|
|
|
|
|
|
Win test fixes
|
|
EM_SAVE_DIR=1 mode; fixes #684
|
|
The previous code assert assumed to find a string 'Overflow|.*src.cpp:6 : 60 hits, %20 failures', but building on Windows gave a string of form 'Overflow|tmpCemscripten_tempCsrc.cpp:6 : 60 hits, %20 failures', i.e. prepending the path to the source file in the result. Now using a regex to accept both forms.
|
|
|
|
|