Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | Fix typo. | Jukka Jylänki | |
2013-04-11 | Extend the use of response files to cover the case when emcc invokes ↵ | Jukka Jylänki | |
emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows. | |||
2013-04-10 | do not use memory init file without ta2, since we lay out memory in ta2 ↵ | Alon Zakai | |
format in binary files | |||
2013-04-10 | finish box2d benchmark | Alon Zakai | |
2013-04-10 | box2d benchmark fixes | Alon Zakai | |
2013-04-10 | more work towards box2d benchmark | Alon Zakai | |
2013-04-10 | work towards box2d benchmark | Alon Zakai | |
2013-04-10 | box2d v2.2.1 (from box2d.js) | Alon Zakai | |
2013-04-10 | fix sanity.test_emcc | Alon Zakai | |
2013-04-10 | fix test_sscanf_skip | Alon Zakai | |
2013-04-10 | emcc note about .mem files | Alon Zakai | |
2013-04-10 | fix test_poppler | Alon Zakai | |
2013-04-09 | make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not ↵ | Alon Zakai | |
call main(), and is necessary to set things up even if you call main() manually | |||
2013-04-09 | remove ATMAIN hack, use a designated runPostSets function for postSets | Alon Zakai | |
2013-04-09 | only emit postsets in pre and when they actually exist | Alon Zakai | |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai | |
2013-04-09 | split out dynamic cast tests | Alon Zakai | |
2013-04-09 | do not use memory init file in relooper itself | Alon Zakai | |
2013-04-09 | always load memory initializer asynchronously, to keep shell and web as ↵ | Alon Zakai | |
similar as possible | |||
2013-04-09 | restore memory initialization and testing | Alon Zakai | |
2013-04-09 | try to make WindowsPopen errors a little more explicit | Alon Zakai | |
2013-04-09 | fix handling of blockaddresses > 255 in the new unified memory initializer ↵ | Alon Zakai | |
world; fixes #1048 | |||
2013-04-09 | add another setjmp/phi testcase | Alon Zakai | |
2013-04-08 | add new setjmp label into labelsDict, so it can be found by phis; fixes #1046 | Alon Zakai | |
2013-04-08 | Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanf | Alon Zakai | |
2013-04-08 | Merge pull request #1039 from juj/no_emcc_exe | Alon Zakai | |
No emcc exe | |||
2013-04-08 | Merge pull request #1036 from arlolra/eai | Alon Zakai | |
Error codes | |||
2013-04-08 | Merge pull request #1035 from azmeuk/glfw | Alon Zakai | |
GLFW mouse bug. | |||
2013-04-08 | fix test_799 | Alon Zakai | |
2013-04-08 | Merge pull request #1045 from arlolra/combine | Alon Zakai | |
Combine 1028 & 1034 | |||
2013-04-08 | include arpa/inet.h in netinet/in.h | Arlo Breault | |
2013-04-08 | combine netdb.h | Arlo Breault | |
2013-04-08 | Merge pull request #1040 from juj/fix_test_chunking_windows | Alon Zakai | |
Remove '.' print in tools/js_optimizer.py. Fixes other.test_chunking on Windows. | |||
2013-04-08 | Remove '.' print in tools/js_optimizer.py on Windows. Fixes ↵ | Jukka Jylänki | |
other.test_chunking on Windows. On Windows, prints to stdout/stderr do not appear coherently synchronized per-line if multiple threads print data simultaneously to console. This caused other.test_chunking tests to fail when they receive output like emcc: step took 5.09 seconds emcc: running pre-closure post-opts emcc: running post-closure post-opts emcc: applying js optimization passes: ['eliminate', 'simplifyExpressionsPre', 'simplifyExpressionsPost', 'last'] splitting up js o. ptimization into 2 chunks of size 1048576, using 2 cores (total: 1.42 MB) emcc: step took 2.37 seconds emcc: total time: 11.75 seconds where the test looks for the string 'splitting up js optimization into' from the output. Note that the chunk processor thread has printed a single '.' in between the critical line, creating a race condition that randomly makes the test pass or fail, depending on where in the output the '.' lands in. | |||
2013-04-07 | Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove ↵ | Jukka Jylänki | |
reference to juj/vs-tool emxxx.exe in favor of the new .bat files. | |||
2013-04-07 | Added name to AUTHORS | Joshua Granick | |
2013-04-07 | Added "emcc" command for Windows | Joshua Granick | |
2013-04-06 | Merge pull request #1010 from azmeuk/openal | Ehsan Akhgari | |
Minor OpenAL improvements. | |||
2013-04-06 | scanf: support '*', which matches without assigning to an argument. | Jacob Lee | |
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo. | |||
2013-04-05 | use a more reasonable js chunk size when testing -O2 | Alon Zakai | |
2013-04-05 | remove test_glgears_bad | Alon Zakai | |
2013-04-05 | allow non-ta2 memory initializer loading | Alon Zakai | |
2013-04-05 | disable memory init for now | Alon Zakai | |
2013-04-05 | work towards detecting chunked memory init | Alon Zakai | |
2013-04-05 | test various chunk sizes for memory allocation | Alon Zakai | |
2013-04-05 | fix test_atexit | Alon Zakai | |
2013-04-05 | check for memory initialization in source code | Alon Zakai | |
2013-04-05 | make test_glgears_animation more robust | Alon Zakai | |
2013-04-05 | wait for Browser to show up to fetch memory initializer | Alon Zakai | |
2013-04-05 | fix test_emcc | Alon Zakai | |