summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-26Merge pull request #857 from caiiiycuk/writefdsAlon Zakai
draft implementation for writefds
2013-02-26return 0 in Mix_Init if no flags are provided; this allows ↵Alon Zakai
|while(Mix_Init(0)) Mix_Quit();| to work
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
add cache debugging
2013-02-26handle missing pthread key-values properlyVladimir Vukicevic
2013-02-26refactor gl detection of attributes from capabilitiesAlon Zakai
2013-02-26emit function table names in SAFE_DYNCALL modeAlon Zakai
2013-02-26add cache debuggingVladimir Vukicevic
2013-02-26show signature in dyncall errors, and simplify approachAlon Zakai
2013-02-26testing for glGetBooleanvAlon Zakai
2013-02-26Merge pull request #870 from michaeljbishop/adding-glgetbooleanv-gl-vertex-arrayAlon Zakai
Added support in glGetBooleanv GL_VERTEX_ARRAY.
2013-02-26Merge pull request #871 from ysangkok/chrome-fixAlon Zakai
bin xhr sync test: add OPTIONS verb so that CORS works in Chrome. also use OOP
2013-02-26clean up response file codeAlon Zakai
2013-02-26Merge pull request #877 from vvuk/response-filesAlon Zakai
Add response file support to emscripten
2013-02-26Add myself to AUTHORS fileVladimir Vukicevic
2013-02-26Generate response file for llvm-linkVladimir Vukicevic
2013-02-26Add basic response file parsing to emccVladimir Vukicevic
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26make DEBUG an intAlon Zakai
2013-02-26sort settings keys, to ensure the same order for debugging and jcache ↵Alon Zakai
comparisons
2013-02-26do not emit undefined symbol warnings for symbols that only have an inline ↵Alon Zakai
version (like llvm_va_start)
2013-02-26split chunked global initializations over several linesAlon Zakai
2013-02-26add some newlines in very large function tables, to avoid emitting ↵Alon Zakai
ridiculously long lines
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ↵Alon Zakai
needed internally
2013-02-26save last cache clear timeAlon Zakai
2013-02-26allow adjusting # of cpu cores to use with EMCC_CORESAlon Zakai
2013-02-26only check # of cores once in js optimizerAlon Zakai
2013-02-26more jcache logging in debug modeAlon Zakai
2013-02-26adjust cache sizes a little more and update testsAlon Zakai
2013-02-26adjust chunking sizesAlon Zakai
2013-02-25adjust chunk sizes to better handle large numbers of cores and large amounts ↵Alon Zakai
of forwarded data
2013-02-25space in AUTHORSAlon Zakai
2013-02-25fix more gl testsAlon Zakai
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
2013-02-25always replace Math.imul in non-precise i32 mul mode, and disable test for ↵Alon Zakai
that in asm since asm alaways assumes precision
2013-02-25remove debug printAlon Zakai
2013-02-25ensure input to HEAP[U]8 is an intAlon Zakai
2013-02-25fix asm.js parsing of memcpyAlon Zakai
2013-02-25EMCC_FORCE_STDLIBS optionAlon Zakai
2013-02-25remove llvm-nm/dis checks for bitcode in is_bitcodeAlon Zakai
2013-02-25only do llvm-nm in linking if there is at least one ar fileAlon Zakai
2013-02-25only do symbol checks for libcxx etc. if not forcing them anyhowAlon Zakai
2013-02-25cache llvm-nm resultsAlon Zakai
2013-02-25fuzzer improvementsAlon Zakai
2013-02-25fuzz error messageAlon Zakai
2013-02-24creduce supportAlon Zakai
2013-02-24do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiplyAlon Zakai