Age | Commit message (Expand) | Author |
2012-03-15 | support files in directories in --embed-file and --preload-file | Alon Zakai |
2012-03-15 | html tests refactoring | Alon Zakai |
2012-03-15 | allow monitoring of run dependencies | Alon Zakai |
2012-03-15 | add file preloading in browsers | Alon Zakai |
2012-03-15 | improve test runner http server to handle timeouts | Alon Zakai |
2012-03-15 | refactor html tests | Alon Zakai |
2012-03-15 | add some networking headers | Alon Zakai |
2012-03-15 | add conftest.c workaround in emcc | Alon Zakai |
2012-03-15 | make nativizer tool executable | Alon Zakai |
2012-03-15 | bindings generator fix | Alon Zakai |
2012-03-14 | support c strings as parameters in bindings generator | Alon Zakai |
2012-03-11 | Merge pull request #263 from FishingCactus/opengles_wip2 | Alon Zakai |
2012-03-11 | add llvm function size scanner | Alon Zakai |
2012-03-11 | helpful comment about necessary suffixes for emcc | Alon Zakai |
2012-03-11 | fix test_files_m for s_x_x | Alon Zakai |
2012-03-11 | update test_time | Alon Zakai |
2012-03-10 | fix test_unistd_isatty | Alon Zakai |
2012-03-10 | fix test_iostream | Alon Zakai |
2012-03-10 | don't flush terminals, it adds spurious newlines | Alon Zakai |
2012-03-10 | better handling of detection of scriptArgs and arguments | Alon Zakai |
2012-03-10 | be careful when flushing streams that may have been closed, during shutdown | Alon Zakai |
2012-03-10 | start filesystem descriptors at 1, since we intermix them with pointers, so k... | Alon Zakai |
2012-03-10 | properly implement isatty | Alon Zakai |
2012-03-10 | allow Module.stdin,out,err to provide defaults for streams | Alon Zakai |
2012-03-10 | export malloc and free by default, many libraries need that | Alon Zakai |
2012-03-10 | add HEAPF64, useful sometimes for manually optimized code | Alon Zakai |
2012-03-08 | default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT | Alon Zakai |
2012-03-08 | Merge pull request #300 from nathanhammond/incoming | Alon Zakai |
2012-03-07 | Merge with @richardassar's changes. | Nathan Hammond |
2012-03-07 | improve emcc input finding so that it ignores -MT x | Alon Zakai |
2012-03-06 | add sign correction to llvmswitch test, needed for s_x_x | Alon Zakai |
2012-03-06 | Make requested changes: fix include, add myself to authors. | Nathan Hammond |
2012-03-06 | Merge pull request #301 from richardassar/array-prealloc | Alon Zakai |
2012-03-06 | Merge branch 'master' into incoming | Alon Zakai |
2012-03-06 | standardize switch comparisons on signed values | Alon Zakai |
2012-03-06 | escape & in html | Alon Zakai |
2012-03-06 | Include Closure Compiler by default. | Nathan Hammond |
2012-03-06 | Merge pull request #298 from richardassar/authors | Alon Zakai |
2012-03-06 | Merge pull request #294 from LCID-Fire/error_fix | Alon Zakai |
2012-03-06 | ignore fence llvm items | Alon Zakai |
2012-03-05 | handle signedness properly in 64-bit div, mul, rem | Alon Zakai |
2012-03-05 | do not rely on browser timezone info, it is very unpredictable | Alon Zakai |
2012-03-05 | fix i64 comparisons | Alon Zakai |
2012-03-05 | Adding myself to authors | The_Fly |
2012-03-05 | Merge branch 'master' into incoming | Alon Zakai |
2012-03-05 | properly handle html-unfriendly print() output | Alon Zakai |
2012-03-05 | Merge pull request #290 from LCID-Fire/scons | Alon Zakai |
2012-03-05 | Optimisation of FS.createDataFile | The_Fly |
2012-03-05 | Remove unnecessary accessing of stdout | LCID Fire |
2012-03-04 | make string constant comments safe for inclusion in html | Alon Zakai |