Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2012-09-20 | fix gl tests for intel hd gpus | Alon Zakai | |
2012-09-20 | add conftest.c flag passing test and use right indenting | Janus | |
2012-09-19 | optimize reftests | Alon Zakai | |
2012-09-19 | fix test_sdl_mouse | Alon Zakai | |
2012-09-19 | fix test_gc | Alon Zakai | |
2012-09-17 | add void* argument to emscripten_async_call and ↵ | Alon Zakai | |
emscripten_push_main_loop_blocker | |||
2012-09-13 | clearer error message when a crucial llvm tool is missing, and force sanity ↵ | Alon Zakai | |
checks in EMCC_DEBUG mode | |||
2012-09-11 | enable test_segfault only with ta2, because otherwise SAFE_HEAP means type ↵ | Alon Zakai | |
checks which hide segfaults | |||
2012-09-11 | fix test_cases | Alon Zakai | |
2012-09-11 | compress type info of zeroinitializers in ta2 | Alon Zakai | |
2012-09-09 | check for segfaults in SAFE_HEAP | Alon Zakai | |
2012-09-05 | Merge pull request #559 from stechz/incoming | Alon Zakai | |
Bitshift optimizer anticipates fns with switches | |||
2012-09-05 | typeid improvements | Alon Zakai | |
2012-09-05 | Bitshift optimizer anticipates fns with switches | Benjamin Stover | |
Conflicts: AUTHORS | |||
2012-09-05 | add more inet tests | Alon Zakai | |
2012-09-04 | fixed htonl | Mokhtar Naamani | |
2012-08-30 | --clear-cache option | Alon Zakai | |
2012-08-30 | fix test_atoX | Alon Zakai | |
2012-08-30 | support for SDL_QUIT event | Alon Zakai | |
2012-08-29 | fix key event test framework | Alon Zakai | |
2012-08-29 | fix extension of non-i32s to >i32s | Alon Zakai | |
2012-08-27 | clean up atoX a little and add testing | Alon Zakai | |
2012-08-25 | disable test_rand | Alon Zakai | |
2012-08-25 | PRECISE_I32_MUL option for full precision in 32-bit multiply | Alon Zakai | |
2012-08-24 | check for additional stack allocations and varargs in the whole function, ↵ | Alon Zakai | |
not just the first block. fixes #544 | |||
2012-08-18 | warn on -I and -L to absolute paths, which may be to local system ↵ | Alon Zakai | |
headers/libraries that are not portable | |||
2012-08-14 | fix sign checks in strncasecmp and memcmp | Alon Zakai | |