aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-28disable v8 stack size increase because of windows instability; make it easy t...Alon Zakai
2013-02-28fix test_white_list_exceptionAlon Zakai
2013-02-28fix test_uncaught_exceptionAlon Zakai
2013-02-28add missing calloc dependency in gcAlon Zakai
2013-02-28fix test_exit_stackAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28enlarge v8/node stack size, to avoid relooper stack overflows on huge projectsAlon Zakai
2013-02-28test updatesAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-28translate undef to 0 in toNiceIdent, so it never gets emitted as an identifierAlon Zakai
2013-02-28disable llvm lto except for -O3, due to issues we have been seeingAlon Zakai
2013-02-28support multiple arguments to default html print, printErrAlon Zakai
2013-02-27Merge pull request #882 from lptr/function-lookup-from-moduleAlon Zakai
2013-02-27Merge pull request #887 from MichaelRiss/glVertex2iAlon Zakai
2013-02-27fix and enable gles2 testsAlon Zakai
2013-02-27comment out hardcoded debug pathsAlon Zakai
2013-02-27fix glIs*Alon Zakai
2013-02-27expose current buffers outside of FULL_ES2 - needed for gl emulationAlon Zakai
2013-02-27refactor byteSizeByTypeRoot and use it in FULL_ES2Alon Zakai
2013-02-27cleanupsAlon Zakai
2013-02-27Add client-side vertex attribs and index buffersVladimir Vukicevic
2013-02-27Merge pull request #889 from ehsan/sdl_textinputAlon Zakai
2013-02-27add the rest of the gles2 emulation testsAlon Zakai
2013-02-27Implement SDL_TEXTINPUTEhsan Akhgari
2013-02-27add preparations for gles2 emulation testsAlon Zakai
2013-02-27csmith driver debug outputAlon Zakai
2013-02-28Add glVertex3i and glVertex2i callsMichael Riss
2013-02-27FORCE_GL_EMULATION optionAlon Zakai
2013-02-27properly emit calls to gl passthroughs with 0 params, and test for glErrorAlon Zakai
2013-02-27finish EMCC_OPTIMIZE_NORMALLY testAlon Zakai
2013-02-27test for EMCC_OPTIMIZE_NORMALLYAlon Zakai
2013-02-27experimental EMCC_OPTIMIZE_NORMALLY optionAlon Zakai
2013-02-27Merge pull request #884 from vvuk/check-heap-alignAlon Zakai
2013-02-27Merge pull request #872 from juj/popen_printAlon Zakai
2013-02-27jcache docsAlon Zakai
2013-02-27Remove the inner-try again -- not needed at allLorant Pinter
2013-02-27Merge pull request #880 from waywardmonkeys/pthread_mutex_tryunlockAlon Zakai
2013-02-27Merge pull request #881 from vvuk/+response-filesAlon Zakai
2013-02-27Put back try-catch around closure exported function lookupLorant Pinter
2013-02-27Reverse the order of function lookup in getCFunc() to avoid having to call ev...Lorant Pinter
2013-02-26Add CHECK_HEAP_ALIGN to perform runtime alignment checksVladimir Vukicevic
2013-02-26only put filenames with no space in response fileVladimir Vukicevic
2013-02-27Add a stub pthread_mutex_trylock().Bruce Mitchener
2013-02-26Merge pull request #857 from caiiiycuk/writefdsAlon Zakai
2013-02-26return 0 in Mix_Init if no flags are provided; this allows |while(Mix_Init(0)...Alon Zakai
2013-02-26Mix_QuitAlon Zakai
2013-02-26Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incomingAlon Zakai
2013-02-26fix DEBUG ? 2 checksAlon Zakai
2013-02-26remove unneeded parens in pythonAlon Zakai
2013-02-26Merge pull request #879 from vvuk/cache-debugAlon Zakai