aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-10Suppress useless warnings in the tests.Dan Gohman
The tests are intentionally adding absolute include paths, so add -Wno-warn-absolute-paths to suppress warnings about them.
2014-02-10Use -mllvm -disable-llvm-optzns.Dan Gohman
The -O options affect the clang front-end in a variety of ways, so allow them to be passed through to clang. To disable just the optimization passes, use -mllvm -disable-llvm-optzns.
2014-02-10add stub for mkport in non-webrtcAlon Zakai
2014-02-10fix typo in exceptions codeAlon Zakai
2014-02-10fix fake _ZTISt9exceptionAlon Zakai
2014-02-10add aborting stubs in main modules, and replace them with functions from ↵Alon Zakai
side modules
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
Fix asm3.test_longjmp_throw
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
Upstream from imvu
2014-02-10Merge pull request #1408 from rfk/move-std-fdsAlon Zakai
Make stdin/stdout/stderr be 0/1/2 per standard posix convention
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai
2014-02-10fix glGetTexParameter; fixes #2112Alon Zakai
2014-02-10comment on test suite debuggingAlon Zakai
2014-02-10validate as asm.js in fastcomp -O1 and above, not -O0 output which is very ↵Alon Zakai
unoptimized
2014-02-10make ALL work properly on fastcompAlon Zakai
2014-02-09detect .C as c; fixes #2109Alon Zakai
2014-02-09Merge pull request #2084 from amatus/push-upstreamAlon Zakai
Remove _-prefix from in6addr_*
2014-02-09add missing multibyte/internal.c in musl1.10.4Alon Zakai
2014-02-09manually define typeinfo for std::exceptionAlon Zakai
2014-02-09emit aborting stubs for all missing functions, not just in asm modeAlon Zakai
2014-02-09improve gl function copying codeAlon Zakai
2014-02-09override emscripten_ versions of gl funcs when gl emulation kicks inAlon Zakai
2014-02-09deprecate --split option and disable browser tests using it in fastcompAlon Zakai
2014-02-09map gl functions to emscripten_ versions to avoid collisions, and to work in ↵Alon Zakai
fastcomp
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-09resolve gl aliases directly, simpler for fastcompAlon Zakai
2014-02-09enable test_sdl_audio_beeps in fastcompAlon Zakai
2014-02-09handle unknown shader compilation bugs a little betterAlon Zakai
2014-02-09add -O1 testing to browser.test_cubegeom_procAlon Zakai
2014-02-09move emscripten_GetProcAddress to a C library, so that it is less hackish ↵1.10.3Alon Zakai
and can work in fastcomp
2014-02-08system libs fixesAlon Zakai
2014-02-08add test for getProcAddress that requires we allow collisions in the main ↵Alon Zakai
namespace with gl* functions
2014-02-08move system libs calculation to its own fileAlon Zakai
2014-02-07test for eglGetProcAddressAlon Zakai
2014-02-07TODOAlon Zakai
2014-02-07move deps info to fileAlon Zakai
2014-02-07make sdl malloc hack nicer, and improve back deps trickAlon Zakai
2014-02-07add mechanism to add a C library dependency from a JS library, in emccAlon Zakai
2014-02-07do not include system libs in shared libsAlon Zakai
2014-02-07do not emit i64 support code in shared libsAlon Zakai
2014-02-07comments on --embed-file being inefficient, and recommending --preload-fileAlon Zakai
2014-02-07use emcc in s_x_x tests, to get libcAlon Zakai
2014-02-07improve safe heap tests in asm modeAlon Zakai
2014-02-06Remove constants that are missing in netinet/in.h1.10.2-0amatus1David Barksdale
2014-02-06Test in6addr_* constantsDavid Barksdale
2014-02-06Remove _-prefix from in6addr_*David Barksdale
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
Add optimized versions of musl libc string and memory comparison functions.
2014-02-06Merge pull request #2100 from dreamlayers/prevent_hotkeysAlon Zakai
Always preventDefault() on keydown if keypress is not needed.
2014-02-06fix constant generation bug due to 3605f8ccAlon Zakai
2014-02-06warn when rendering without setAnimationFrameAlon Zakai
2014-02-06Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.Jukka Jylänki