Age | Commit message (Expand) | Author |
2013-03-01 | do not emit code in a label after a returnfail | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |
2013-03-01 | handle calls to aliases in asm | Alon Zakai |
2013-02-28 | do not emit floats from getFastValue divisions, can break asm | Alon Zakai |
2013-02-28 | fix insertvalue of undef, fixes s_x_x.test_exceptions | Alon Zakai |
2013-02-28 | simplify audio fix from last commit | Alon Zakai |
2013-02-28 | Merge pull request #890 from ehsan/mix_quickload | Alon Zakai |
2013-02-28 | pthread_key_delete | Alon Zakai |
2013-02-28 | Make Mix_QuickLoad_RAW work again | Ehsan Akhgari |
2013-02-28 | add missing calloc dependency in gc | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-28 | translate undef to 0 in toNiceIdent, so it never gets emitted as an identifier | Alon Zakai |
2013-02-28 | support multiple arguments to default html print, printErr | Alon Zakai |
2013-02-27 | Merge pull request #882 from lptr/function-lookup-from-module | Alon Zakai |
2013-02-27 | Merge pull request #887 from MichaelRiss/glVertex2i | Alon Zakai |
2013-02-27 | fix glIs* | Alon Zakai |
2013-02-27 | expose current buffers outside of FULL_ES2 - needed for gl emulation | Alon Zakai |
2013-02-27 | refactor byteSizeByTypeRoot and use it in FULL_ES2 | Alon Zakai |
2013-02-27 | cleanups | Alon Zakai |
2013-02-27 | Add client-side vertex attribs and index buffers | Vladimir Vukicevic |
2013-02-27 | Implement SDL_TEXTINPUT | Ehsan Akhgari |
2013-02-28 | Add glVertex3i and glVertex2i calls | Michael Riss |
2013-02-27 | FORCE_GL_EMULATION option | Alon Zakai |
2013-02-27 | properly emit calls to gl passthroughs with 0 params, and test for glError | Alon Zakai |
2013-02-27 | Merge pull request #884 from vvuk/check-heap-align | Alon Zakai |
2013-02-27 | Remove the inner-try again -- not needed at all | Lorant Pinter |
2013-02-27 | Put back try-catch around closure exported function lookup | Lorant Pinter |
2013-02-27 | Reverse the order of function lookup in getCFunc() to avoid having to call ev... | Lorant Pinter |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
2013-02-27 | Add a stub pthread_mutex_trylock(). | Bruce Mitchener |
2013-02-26 | Merge pull request #857 from caiiiycuk/writefds | Alon Zakai |
2013-02-26 | return 0 in Mix_Init if no flags are provided; this allows |while(Mix_Init(0)... | Alon Zakai |
2013-02-26 | Mix_Quit | Alon Zakai |
2013-02-26 | Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incoming | Alon Zakai |
2013-02-26 | handle missing pthread key-values properly | Vladimir Vukicevic |
2013-02-26 | refactor gl detection of attributes from capabilities | Alon Zakai |
2013-02-26 | emit function table names in SAFE_DYNCALL mode | Alon Zakai |
2013-02-26 | show signature in dyncall errors, and simplify approach | Alon Zakai |
2013-02-26 | Merge pull request #870 from michaeljbishop/adding-glgetbooleanv-gl-vertex-array | Alon Zakai |
2013-02-26 | SAFE_DYNCALLS option | Alon Zakai |
2013-02-26 | do not emit undefined symbol warnings for symbols that only have an inline ve... | Alon Zakai |
2013-02-26 | split chunked global initializations over several lines | Alon Zakai |
2013-02-26 | add some newlines in very large function tables, to avoid emitting ridiculous... | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-25 | use preserveDrawingBuffer in gl tests to make them work on latest firefox | Alon Zakai |
2013-02-25 | always replace Math.imul in non-precise i32 mul mode, and disable test for th... | Alon Zakai |
2013-02-25 | ensure input to HEAP[U]8 is an int | Alon Zakai |
2013-02-25 | fix asm.js parsing of memcpy | Alon Zakai |
2013-02-24 | do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiply | Alon Zakai |