Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | Add support for getopt/getopt_long | manuels | |
2013-03-05 | Merge pull request #908 from waywardmonkeys/fix-typos | Alon Zakai | |
Fix typos. | |||
2013-03-05 | Merge pull request #909 from waywardmonkeys/fix-stdbool-h | Alon Zakai | |
Ensure __bool_true_false_are_defined is defined. | |||
2013-03-04 | disable emscripten_jcache_printf in non-C++ | Alon Zakai | |
2013-03-04 | emscripten_jcache_printf | Alon Zakai | |
2013-03-04 | Ensure __bool_true_false_are_defined is defined. | Bruce Mitchener | |
Previously, when compiling in C++ mode, this wasn't defined which led to test failures for the libcxx test suite. This now behaves like it does on other platforms. | |||
2013-03-04 | Fix typos. | Bruce Mitchener | |
2013-02-04 | GLES 1.1 headers | Alon Zakai | |
2013-02-04 | gc.h: Missing include guards. | Bruce Mitchener | |
2013-02-04 | dlfcn.h: Missing include guards. | Bruce Mitchener | |
2013-02-01 | Merge pull request #820 from waywardmonkeys/sys-features | Alon Zakai | |
Move some definitions to sys/features. | |||
2013-02-01 | Move some definitions to sys/features. | Bruce Mitchener | |
This moves some feature flags to sys/features.h where they belong and gives them the same values that are established in the settings file. Fixes #812. | |||
2013-02-01 | Support GC_get_heap_size(). | Bruce Mitchener | |
2013-02-01 | Add support for GC_REALLOC(). | Bruce Mitchener | |
2013-02-01 | Add GC support for GC_MALLOC_UNCOLLECTABLE. | Bruce Mitchener | |
2013-01-28 | Fix select.h | Aleksander Guryanov | |
2013-01-26 | fix sockaddr_storage and sockaddr_in | Alon Zakai | |
2013-01-15 | Add id_t from FreeBSD headers, which is e.g. used by libarchive | LCID Fire | |
2013-01-15 | Fix __gid_t_defined and __uid_t_define single definition ("once") handling. | LCID Fire | |
2013-01-08 | refactor networking code to start supporting multiple backends | Alon Zakai | |
2013-01-07 | wget2 docs | Alon Zakai | |
2013-01-07 | Merge remote-tracking branch 'wolfviking/incoming' into incoming | Alon Zakai | |
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h | |||
2013-01-06 | sysexits.h | Alon Zakai | |
2013-01-01 | deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵ | Alon Zakai | |
instead | |||
2012-12-30 | emscripten_async_wget_data | Alon Zakai | |
2012-12-28 | Add comment,test,authors. Change indentation and comma space | Anthony Liot | |
Modify the indentation Add Author Add comment Add test inside runner.py | |||
2012-12-21 | fix missing returns in embind code | Alon Zakai | |
2012-12-13 | Add emscripten_async_wget2 with progress callback | Anthony Liot | |
Send request Post & Get with progress callback Add sample HTTP using emscripten_async_wget2 | |||
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 | |