Age | Commit message (Expand) | Author |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-07 | Bump version & regen symbols for libcxx. | Bruce Mitchener |
2013-11-07 | Don't use atomic as that breaks our version of clang. | Bruce Mitchener |
2013-11-07 | Update libcxx to 194185, 2013-11-07. | Bruce Mitchener |
2013-11-06 | Merge pull request #1748 from caiiiycuk/fix_sdl_colors | Alon Zakai |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-10-30 | begin to add emscripten_float32x4_signmask | Alon Zakai |
2013-10-30 | Fix SDL_SetColors && SDL_envets | Aleksander Guryanov |
2013-10-29 | use double for emscripten_get_now, to not lose precision from performance.now... | Alon Zakai |
2013-10-27 | Fix an issue with Boost compilation. | Bruce Mitchener |
2013-10-18 | add vector.h | Alon Zakai |
2013-10-06 | make EM_ASM use strings on the heap, so it works in asm, and cache the genera... | Alon Zakai |
2013-09-26 | Add iconv from musl. | Bruce Mitchener |
2013-09-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener |
2013-09-26 | Add a lot of locale code. | Bruce Mitchener |
2013-09-24 | Mark __assert_fail as _Noreturn. | Bruce Mitchener |
2013-09-13 | emscripten_async_load_script | Alon Zakai |
2013-09-13 | Add compat sys/socketvar.h | Bruce Mitchener |
2013-09-13 | Don't define _POSIX_SHARED_MEMORY_OBJECTS. | Bruce Mitchener |
2013-09-13 | headers readme | Alon Zakai |
2013-09-13 | Don't define _POSIX_SHARED_MEMORY_OBJECTS. | Bruce Mitchener |
2013-09-13 | Incorrect return type on a compat header. | Bruce Mitchener |
2013-09-13 | Update to musl-0.9.13 headers. | Bruce Mitchener |
2013-09-13 | Correctly note musl provenance and differences. | Bruce Mitchener |
2013-09-13 | Change various 64 bit typedefs over to 32 bit. | Bruce Mitchener |
2013-09-13 | gethostbyname_r update. | Bruce Mitchener |
2013-09-13 | Emscripten requires different #s for stdio fds. | Bruce Mitchener |
2013-09-13 | Add __va_copy as a compat/stdarg.h | Bruce Mitchener |
2013-09-13 | Fix other.test_embind & other.test_static_link. | Bruce Mitchener |
2013-09-13 | Update to work with new libc headers. | Bruce Mitchener |
2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener |
2013-09-09 | remove unnecessary -lSDL in sdl-config | Alon Zakai |
2013-09-07 | add sdl-config tool | Alon Zakai |
2013-09-06 | Use __EMSCRIPTEN__ rather than EMSCRIPTEN. | Bruce Mitchener |
2013-08-31 | fix gethostbyname_r types | Alon Zakai |
2013-08-31 | remove temporary enet fix, and define gethostbyname_r in a header, so that we... | Alon Zakai |
2013-08-25 | implement emscripten_get_canvas_size | ToadKing |
2013-08-23 | EM_ASM option for nicer inline assembly | Alon Zakai |
2013-08-18 | restore EMSCRIPTEN_KEEPALIVE, needed to prevent inlining, EXPORTED_FUNCTIONS ... | Alon Zakai |
2013-08-16 | Add compat headers, move some things to them. | Bruce Mitchener |
2013-08-09 | Update libcxx to revision 187959, 2013-08-08. | Bruce Mitchener |
2013-08-08 | fix typo | Alon Zakai |
2013-08-08 | collect malloc defaults for emscripten, and do not try to trim | Alon Zakai |
2013-08-07 | Merge pull request #1446 from yukoba/network-constants | Alon Zakai |
2013-08-07 | Add fcvt, ecvt, gcvt functions. | Bruce Mitchener |
2013-08-07 | Remove sys/socket.h comment about glibc | Yu Kobayashi |
2013-08-07 | Modified the values of SO_* and SOL_SOCKET to be the same values of glibc | Yu Kobayashi |
2013-08-07 | Add constants to network headers | Yu Kobayashi |
2013-08-03 | Add sys/sendfile.h | Yu Kobayashi |
2013-07-30 | Added isinff and isnanf | Yu Kobayashi |