Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | remove some phi warnings by default | Alon Zakai | |
2012-10-12 | Merge branch 'master' into incoming | Alon Zakai | |
2012-10-11 | make runtimelink work in the browser | Alon Zakai | |
2012-10-04 | emscripten_async_prepare | Alon Zakai | |
2012-10-04 | stub for IMG_Load_RW | Alon Zakai | |
2012-10-04 | recvmsg and further socket debugging | Alon Zakai | |
2012-10-03 | socket debugging | Alon Zakai | |
2012-10-03 | fix gethostbyname_r | Alon Zakai | |
2012-10-03 | socket listen faking | Alon Zakai | |
2012-10-03 | fix gethostbyname closure error | Alon Zakai | |
2012-10-02 | enet and socket improvements | Alon Zakai | |
2012-10-02 | sendmsg and recvmsg | Alon Zakai | |
2012-10-02 | socket improvements towards enet test | Alon Zakai | |
2012-10-02 | support for connecting to sockets with fake ips from gethostbyname | Alon Zakai | |
2012-10-02 | gethostbyname initial support | Alon Zakai | |
2012-10-01 | fix websocket outgoing queue logic | Alon Zakai | |
2012-10-01 | inet_addr | Alon Zakai | |
2012-10-01 | clean up websocket tests | Alon Zakai | |
2012-10-01 | add socket send(), and almost working test | Alon Zakai | |
2012-10-01 | Merge pull request #592 from imvu/embind-pull-request | Alon Zakai | |
Embind pull request | |||
2012-09-29 | Merge pull request #594 from larsxschneider/lars/add-split-option | Alon Zakai | |
Add emcc option "--split <size>" to split javascript file. | |||
2012-09-28 | support ioctl-FIONREAD | Alon Zakai | |
2012-09-28 | final fixes for websockets test, now passes | Alon Zakai | |
2012-09-28 | fix websockify usage issues and add basic data reading | Alon Zakai | |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai | |
2012-09-26 | Merge pull request #589 from LCID-Fire/browser_setcanvassize | Alon Zakai | |
Implemented Browser.setCanvasSize to have a central point for resizing <... | |||
2012-09-26 | Add emcc option "--split <size>" to split javascript file. | Lars Schneider | |
Splits the resulting javascript file into pieces to ease debugging. This option only works if Javascript is generated (target -o <name>.js). Files with function declarations must be loaded before main file upon execution. Without "-g" option: Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js". With "-g" option: Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js". | |||
2012-09-25 | Break IMVU dependencies in embind javascript | Chad Austin | |
2012-09-25 | Move embind/emval into emscripten proper | Chad Austin | |
2012-09-25 | add workaround for older node versions | Alon Zakai | |
2012-09-25 | fix null error in settings.js - we need this to be parsable from python too | Alon Zakai | |
2012-09-25 | Merge pull request #590 from imvu/relative-paths-pull-requests | Alon Zakai | |
Support loading emscripten argument filenames with relative paths | |||
2012-09-25 | Merge pull request #588 from imvu/shell-file-pull-request | Alon Zakai | |
Add the ability to specify a custom shell file. | |||
2012-09-25 | Define and document SHELL_FILE in settings.js | Chad Austin | |
2012-09-25 | Support loading emscripten argument filenames with relative paths | Chad Austin | |
2012-09-25 | Fix a crash when invoking emcc without a shell file. | Chad Austin | |
2012-09-25 | Add a SHELL_FILE option to emscripten for more flexibility. | Chad Austin | |
2012-09-26 | Implemented Browser.setCanvasSize to have a central point for resizing <canvas> | LCID Fire | |
2012-09-25 | add support for bool rtti | Chad Austin | |
Conflicts: src/library.js | |||
2012-09-24 | comments in settings.js | Alon Zakai | |
2012-09-20 | proper exception throwing when sync xhrs are attempted to be used in the browser | Alon Zakai | |
2012-09-17 | warning about allocate() | Alon Zakai | |
2012-09-17 | allocate() docs | Alon Zakai | |
2012-09-17 | add void* argument to emscripten_async_call and ↵ | Alon Zakai | |
emscripten_push_main_loop_blocker | |||
2012-09-11 | optimize String_len | Alon Zakai | |
2012-09-11 | fix 'segfault' in strtod (fixes test_sscanf) | Alon Zakai | |
2012-09-11 | fix handling of (null) printing | Alon Zakai | |
2012-09-11 | compress type info of zeroinitializers in ta2 | Alon Zakai | |
2012-09-10 | add hooks for main loop instead of hackish PROFILE_MAIN_LOOP | Alon Zakai | |
2012-09-09 | check for segfaults in SAFE_HEAP | Alon Zakai | |