Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | Merge branch 'master' into incoming | Alon Zakai | |
2012-10-11 | make runtimelink work in the browser | Alon Zakai | |
2012-10-11 | refactor runtimelink test | Alon Zakai | |
2012-10-04 | emscripten_async_prepare | Alon Zakai | |
2012-10-04 | recvmsg and further socket debugging | Alon Zakai | |
2012-10-03 | socket debugging | Alon Zakai | |
2012-10-03 | socket listen faking | Alon Zakai | |
2012-10-03 | ignore and warn on -Os | 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 | make socket relay parametrizable | 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-02 | preparation for enet testing | Alon Zakai | |
2012-10-01 | inet_addr | Alon Zakai | |
2012-10-01 | clean up websocket tests | Alon Zakai | |
2012-10-01 | improve websocket harness durability | Alon Zakai | |
2012-10-01 | websockets test notes and tweaks | Alon Zakai | |
2012-10-01 | add socket send(), and almost working test | Alon Zakai | |
2012-10-01 | make WebsockHarness parametrizable | Alon Zakai | |
2012-10-01 | make socket server parametrizable | Alon Zakai | |
2012-10-01 | fix file paths with --embed, fixes #597 | Alon Zakai | |
2012-10-01 | Merge pull request #592 from imvu/embind-pull-request | Alon Zakai | |
Embind pull request | |||
2012-09-29 | fix test_split* | Alon Zakai | |
2012-09-29 | always run websockets test last because it hangs the test harness | Alon Zakai | |
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 | improve websocket harness | Alon Zakai | |
2012-09-28 | improve websocket harness | Alon Zakai | |
2012-09-28 | refactor websockets harness | 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 | workaround for websockify issue 63 | Alon Zakai | |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai | |
2012-09-27 | Fix assert output. | Lars Schneider | |
2012-09-26 | autoguess ~/.emscripten values on first run, possibly fixes #593 | Alon Zakai | |
2012-09-26 | remove misleading top line in settings when copying it to ~/.emscripten | Alon Zakai | |
2012-09-26 | Merge pull request #581 from LCID-Fire/debian_clang_check | Alon Zakai | |
Extract check_clang_version into an own function and correct checking so... | |||
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-26 | browser test harness note about allowing popups | Alon Zakai | |
2012-09-25 | add embind tests | Chad Austin | |
2012-09-26 | Use check_clang_version instead of hardcoding check. | LCID Fire | |
2012-09-24 | force freetype detection in test_poppler, fixes it on machines that lack ↵ | Alon Zakai | |
freetype-config | |||
2012-09-23 | Extract a function to build path to GL books' samples. | LCID Fire | |
2012-09-22 | move settings.py to a less conspicuous place and rename it, to avoid confusion | Alon Zakai | |
2012-09-21 | allow loading multiple asset bundles / outputs of file packager | Alon Zakai | |
2012-09-21 | Merge pull request #570 from ysangkok/for-upstream | Alon Zakai | |
don't pass EMCC specific flags on when configuring using clang | |||
2012-09-20 | add more slack in test_s3tc_crunch | Alon Zakai | |