summaryrefslogtreecommitdiff
path: root/system/include
AgeCommit message (Collapse)Author
2012-06-15move emscripten.h to emscripten/emscripten.h, so native builds can -I that ↵Alon Zakai
dir and not get anything else
2012-06-14EMSCRIPTEN_KEEPALIVEAlon Zakai
2012-06-12emscripten_randomAlon Zakai
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-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15further gc work, basic api writtenAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-14emscripten_get_nowAlon Zakai
2012-05-10emscripten_hide_mouseAlon Zakai
2012-05-08header additions for xmlvmAlon Zakai
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-04-24sys/types.h header fix for some systems where local includes make them fail ↵Alon Zakai
on redefinitions
2012-04-19add emscripten_async_run_scriptAlon Zakai
2012-04-17add emscripten_async_callAlon Zakai
2012-04-16restore 2 constants in sys/ioctl.hAlon Zakai
2012-04-16Add a bunch of defines needed to get socket based applications to compileEhsan Akhgari
2012-04-08pty.hAlon Zakai
2012-04-07sys/ioctl.hAlon Zakai
2012-04-02fix test_glgearsAlon Zakai
2012-04-02Merge remote-tracking branch 'behdad/master' into behdadEhsan Akhgari
Conflicts: src/library_gl.js
2012-03-31add X headersAlon Zakai
2012-03-28do not use impure stuff for stdin etc, it makes comparing to native builds ↵Alon Zakai
harder
2012-03-27Don't define u_int64_t and similar types twiceBehdad Esfahbod
They are already typedef'ed earlier in the file. This breaks emcc on my Mac at least. This was broken by f4018dfb.
2012-03-24SDL mouse support and emscripten_set_main_loopAlon Zakai
2012-03-23alter SDL scancode mask, to help older SDL apps workAlon Zakai
2012-03-20Renamed __except to __exceptXXX in libcxx/ios header to avoid compilationSigmund Vik
errors on windows using clang version 3.0 (tags/RELEASE_30/final). This can be reverted once emscripten upgrades to clang 3.1. For more details, please see: http://comments.gmane.org/gmane.comp.compilers.clang.scm/41578
2012-03-19add SDL_gfxPrimitives.hAlon Zakai
2012-03-19add SDL mixer and ttf headersAlon Zakai
2012-03-19headers fixAlon Zakai
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2012-03-15add some networking headersAlon Zakai
2012-03-10start filesystem descriptors at 1, since we intermix them with pointers, so ↵Alon Zakai
keep 0 free as null
2012-02-23add unwind.hAlon Zakai
2012-02-09Merge pull request #239 from ehsan/ogre_upstream_2Alon Zakai
Header additions for ogre
2012-02-09Add EGL headersEhsan Akhgari
2012-02-09Add gl2ext.hEhsan Akhgari
2012-02-08Missing filesjulien.hamaide
Fix to keep library.js unchanged
2012-02-02fix xlocale.h headerAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-31header fixes for building python from sourceAlon Zakai
2012-01-30Make sure that sys/types.h defines old-style C sized typesEhsan Akhgari
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-25headersAlon Zakai
2012-01-25some headersAlon Zakai
2012-01-23Add the glut header fileEhsan Akhgari
2012-01-21Add the GLES2 headersEhsan Akhgari
2012-01-20Merge branch 'master' into libcxxAlon Zakai