aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-28Add implementation of strndup function and test for itAleksander Guryanov
2012-05-28Merge pull request #448 from LCID-Fire/incomingAlon Zakai
2012-05-28Merge branch 'incoming' of https://github.com/kripken/emscripten into incomingLCID Fire
2012-05-28Only use C++ flags for C++ codeLCID Fire
2012-05-28test for scons integration and stop using emld thereAlon Zakai
2012-05-28Add C file to test, to be sure that the correct linker is used.LCID Fire
2012-05-28Merge pull request #447 from LCID-Fire/incomingAlon Zakai
2012-05-28Add small test project for SCons integration.LCID Fire
2012-05-28cleanup for llvm-ld stuff in shared.pyAlon Zakai
2012-05-28remove emld, we no longer use llvm-ld which is deprecatedAlon Zakai
2012-05-28note about node pathalon
2012-05-26fix strtod behavior on non-intsAlon Zakai
2012-05-25allow - in globals, aliases and typesAlon Zakai
2012-05-24Merge branch 'incoming' into llvmsvnAlon Zakai
2012-05-24Merge branch 'incoming' into llvmsvnAlon Zakai
2012-05-24make fgetc return the char value as unsigned (in a signed int)Alon Zakai
2012-05-24update year in emccAlon Zakai
2012-05-24Merge pull request #435 from ehsan/sdlmouseAlon Zakai
2012-05-24Merge pull request #442 from ehsan/stubAlon Zakai
2012-05-24Merge branch 'master' into llvmsvnAlon Zakai
2012-05-23Merge pull request #439 from ehsan/issue_437Alon Zakai
2012-05-23Stub a few more gl functionsEhsan Akhgari
2012-05-22Use clang when building native lzmaEhsan Akhgari
2012-05-22Save the state of the mouse button as we're creating a C event for itEhsan Akhgari
2012-05-22Fix the SDL mouse motion eventsEhsan Akhgari
2012-05-22create directories to work around llvm-nm silent failures if it can't generat...Alon Zakai
2012-05-22use unique temp dir in linking, and handle directories relative to build dirAlon Zakai
2012-05-21ignore non-bitcode files when linkingAlon Zakai
2012-05-21handle (ignore) archives of non-bitcodeAlon Zakai
2012-05-21add all needed parts of archivesAlon Zakai
2012-05-21track symbols during linking in order to emulate gcc ld behavior of archivesAlon Zakai
2012-05-20handle absolute paths in .a filesAlon Zakai
2012-05-19stop using llvm-ld which is removed in llvm 3.1Alon Zakai
2012-05-18WARN_ON_UNDEFINED_SYMBOLSAlon Zakai
2012-05-18support emcc -v with no further argumentsAlon Zakai
2012-05-18sdl backtickAlon Zakai
2012-05-18ignore module asm, in some cases it is ok to do so, but warnAlon Zakai
2012-05-17do not registerize with switches presentAlon Zakai
2012-05-16Merge pull request #427 from juj/vs2010Alon Zakai
2012-05-16ignore GL_FOG_ENDAlon Zakai
2012-05-16ignore GL_FOG_STARTAlon Zakai
2012-05-16fix js optimizer bug with not emitting a ';' that lead to joined instructionsAlon Zakai
2012-05-16fix registerize bug with freeing variables from the wrong loopsAlon Zakai
2012-05-16fix invalid characterAlon Zakai
2012-05-16Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-05-16Merge pull request #429 from ehsan/currentMatrixAlon Zakai
2012-05-16Fix the incorrect initial value of GL.immediate.currentMatrixEhsan Akhgari
2012-05-16bugfix in registerizeAlon Zakai
2012-05-16properly lock variables to loops in registerizeAlon Zakai
2012-05-15simple optimization to allow more registerization inside loopsAlon Zakai