Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | pty.h | Alon Zakai | |
2012-04-07 | sys/ioctl.h | Alon Zakai | |
2012-04-02 | fix test_glgears | Alon Zakai | |
2012-04-02 | Merge remote-tracking branch 'behdad/master' into behdad | Ehsan Akhgari | |
Conflicts: src/library_gl.js | |||
2012-03-31 | add X headers | Alon Zakai | |
2012-03-28 | do not use impure stuff for stdin etc, it makes comparing to native builds ↵ | Alon Zakai | |
harder | |||
2012-03-27 | Don't define u_int64_t and similar types twice | Behdad 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-24 | SDL mouse support and emscripten_set_main_loop | Alon Zakai | |
2012-03-23 | alter SDL scancode mask, to help older SDL apps work | Alon Zakai | |
2012-03-20 | Renamed __except to __exceptXXX in libcxx/ios header to avoid compilation | Sigmund 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-19 | add SDL_gfxPrimitives.h | Alon Zakai | |
2012-03-19 | add SDL mixer and ttf headers | Alon Zakai | |
2012-03-19 | headers fix | Alon Zakai | |
2012-03-15 | almost working SDL_image test, just need async decoding | Alon Zakai | |
2012-03-15 | add some networking headers | Alon Zakai | |
2012-03-10 | start filesystem descriptors at 1, since we intermix them with pointers, so ↵ | Alon Zakai | |
keep 0 free as null | |||
2012-02-23 | add unwind.h | Alon Zakai | |
2012-02-09 | Merge pull request #239 from ehsan/ogre_upstream_2 | Alon Zakai | |
Header additions for ogre | |||
2012-02-09 | Add EGL headers | Ehsan Akhgari | |
2012-02-09 | Add gl2ext.h | Ehsan Akhgari | |
2012-02-08 | Missing files | julien.hamaide | |
Fix to keep library.js unchanged | |||
2012-02-02 | fix xlocale.h header | Alon Zakai | |
2012-01-31 | Merge branch 'master' into llvmopts | Alon Zakai | |
2012-01-31 | header fixes for building python from source | Alon Zakai | |
2012-01-30 | Make sure that sys/types.h defines old-style C sized types | Ehsan Akhgari | |
2012-01-28 | Use the freeglut header | Ehsan Akhgari | |
2012-01-27 | Merge branch 'handle_broken_lli' into glgears | Ehsan Akhgari | |
Conflicts: src/preamble.js | |||
2012-01-25 | headers | Alon Zakai | |
2012-01-25 | some headers | Alon Zakai | |
2012-01-23 | Add the glut header file | Ehsan Akhgari | |
2012-01-21 | Add the GLES2 headers | Ehsan Akhgari | |
2012-01-20 | Merge branch 'master' into libcxx | Alon Zakai | |
2012-01-20 | Add glext.h | Ehsan Akhgari | |
2012-01-18 | Merge branch 'master' into libcxx | Alon Zakai | |
2012-01-18 | mman.h header fix | Alon Zakai | |
2012-01-17 | headers fix; libcxx now builds | Alon Zakai | |
2012-01-17 | add stub for sys/sysctl.h | Alon Zakai | |
2012-01-17 | library fixes | Alon Zakai | |
2012-01-16 | more xlocale.h stuff | Alon Zakai | |
2012-01-16 | additional xlocale.h specs | Alon Zakai | |
2012-01-16 | restore libcxx to pristine state, undoing all our hacks, and work towards ↵ | Alon Zakai | |
fixing test_exceptions given that | |||
2012-01-13 | Update float.h to define FLT_ROUNDS | Jeff Terrace | |
2012-01-13 | add some dirent.h stuff | Alon Zakai | |
2012-01-12 | Merge pull request #170 from FishingCactus/class_exception | Alon Zakai | |
Catching specific exception type now works | |||
2012-01-12 | networking header additions | Alon Zakai | |
2012-01-12 | some inet.h additions | Alon Zakai | |
2012-01-12 | header fixes | Alon Zakai | |
2012-01-11 | Catching specific exception type now works | julien.hamaide | |
2012-01-05 | add some GL headers | Alon Zakai | |
2012-01-05 | Merge pull request #162 from jterrace/incoming | Alon Zakai | |
Endianness, cross-compiling, and missing headers |