Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | Fixed embind for non-void non-const class methods (with test). | Dominic Wong | |
2012-11-23 | fix socket.h | Alon Zakai | |
2012-11-21 | emscripten_run_script_string | Alon Zakai | |
2012-11-20 | gc additions | Alon Zakai | |
2012-11-20 | define GC_finalization_proc | Alon Zakai | |
2012-11-20 | networking and sockets header additions | Alon Zakai | |
2012-11-19 | socket.h additions and fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | un.h fixes | Alon Zakai | |
2012-11-19 | un.h | Alon Zakai | |
2012-11-19 | sa_sigaction | Alon Zakai | |
2012-11-19 | netdb.h additions | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | ioctl.h additions | Alon Zakai | |
2012-11-19 | resource.h additions | Alon Zakai | |
2012-11-19 | statvfs.h additions | Alon Zakai | |
2012-11-19 | fcntl additions | Alon Zakai | |
2012-11-19 | limits.h additions | Alon Zakai | |
2012-11-19 | add dlfcn constant | Alon Zakai | |
2012-11-12 | zoomSurface support; fixes #673 | Alon Zakai | |
2012-11-08 | headers fix | Alon Zakai | |
2012-11-01 | restore lost emscripten_resume_main_loop | Alon Zakai | |
2012-10-31 | sleep in native emscripten_set_main_loop | Alon Zakai | |
2012-10-31 | fix uio.h | Alon Zakai | |
2012-10-31 | include uio.h in socket.h so iovec is defined | Alon Zakai | |
2012-10-31 | emscripten_cancel_main_loop in native | Alon Zakai | |
2012-10-31 | rename worker_t to worker_handle | Alon Zakai | |
2012-10-28 | Merge pull request #651 from larsxschneider/json_parser | Alon Zakai | |
Fix -O1 warning and use proper pointers for Jansson library. | |||
2012-10-26 | emscripten_get_worker_queue_size | Alon Zakai | |
2012-10-25 | Fix -O1 warning and use proper pointers for Jansson library. | Lars Schneider | |
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782 | |||
2012-10-22 | comment on separate compilation of workers | Alon Zakai | |
2012-10-22 | initial work on worker api | Alon Zakai | |
2012-10-19 | add argument to emscripten_async_prepare_data | Alon Zakai | |
2012-10-19 | emscripten_async_prepare_data | Alon Zakai | |
2012-10-17 | Add `library_jansson` for JSON parsing. | Lars Schneider | |
Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript. [1] https://github.com/akheron/jansson | |||
2012-10-13 | add parameter to emscripten_set_main_loop to optionally simulate an infinite ↵ | Alon Zakai | |
loop by throwing an exception (like glutMainLoop) | |||
2012-10-12 | embind header fixes | Alon Zakai | |
2012-10-04 | emscripten_async_prepare | Alon Zakai | |
2012-10-02 | improve emscripten.h for native builds | Alon Zakai | |
2012-10-01 | Merge pull request #592 from imvu/embind-pull-request | Alon Zakai | |
Embind pull request | |||
2012-09-29 | headers fix; fixes test_inet | Alon Zakai | |
2012-09-28 | SO_KEEPALIVE | Alon Zakai | |
2012-09-28 | support ioctl-FIONREAD | Alon Zakai | |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai | |
2012-09-25 | Break embind's dependency on boost::optional | Chad Austin | |
2012-09-25 | Add embind headers | Chad Austin | |
2012-09-21 | execinfo.h | Alon Zakai | |