aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-05Added a helper function emscripten_set_canvas_size function which allows to ↵Jukka Jylänki
resize the <canvas> element on the web page in 'generic' fashion without having to depend on SDL or X11 headers in C code. This function is intended to be used in conjunction with EGL to specify a custom pixel resolution for the canvas (EGL API does not have expressiveness to do arbitrary pixel sizes).
2012-06-04Added stubs for eglQuerySurface and eglGetError implementations.Jukka Jylänki
2012-05-31print config file when an error occursAlon Zakai
2012-05-31treat -s not before OPT=VALUE as a linker optionAlon Zakai
2012-05-31do not do GL immediate mode emulation if a 2D context is being used, even if ↵Alon Zakai
compiled with emulation
2012-05-30make test_sdl_mouse more robustAlon Zakai
2012-05-30properly identify function pointers that return things like [64 x i16]*Alon Zakai
2012-05-30Merge pull request #450 from caiiiycuk/openttdAlon Zakai
strndump function implementation
2012-05-30tweak emcc caching test numbersAlon Zakai
2012-05-30tweak caching test sizesAlon Zakai
2012-05-30try make twice, fixes some projects like poppler on ubuntu 12.04Alon Zakai
2012-05-29fix stack save problem with last bindings generator commitAlon Zakai
2012-05-29fix bindings generator bug with overloaded functions whose parameters differ ↵Alon Zakai
in type between class and non-class
2012-05-29fallback to java if no JAVA in ~/.emscriptenAlon Zakai
2012-05-29Fix behavior strndup whern size <= 0, in this case strndup returns empty stringAleksander Guryanov
2012-05-28fix string detection regexp and add testAlon Zakai
2012-05-28throw on writes to absolute memory addresses; fixes #451Alon Zakai
2012-05-28require JAVA definition in ~/.emscriptenAlon Zakai
2012-05-28Fix size of new string (0 +1->size +1)Aleksander Guryanov
2012-05-28Add implementation of strndup function and test for itAleksander Guryanov
2012-05-28Merge pull request #448 from LCID-Fire/incomingAlon Zakai
Some extension to SCons testcase.
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
Add small test project for SCons integration.
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
Fix the SDL mouse motion events
2012-05-24Merge pull request #442 from ehsan/stubAlon Zakai
Stub a few more gl functions
2012-05-24Merge branch 'master' into llvmsvnAlon Zakai
2012-05-23Merge pull request #439 from ehsan/issue_437Alon Zakai
Fix issue #437
2012-05-23Stub a few more gl functionsEhsan Akhgari
These are useful for fog implementation, which we can look into implementing in the future.
2012-05-22Use clang when building native lzmaEhsan Akhgari
This fixes issue #437.
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 ↵Alon Zakai
generate the file
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