Age | Commit message (Expand) | Author |
2014-03-31 | testcase for returning nan | Alon Zakai |
2014-03-31 | Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2 | Alon Zakai |
2014-03-31 | testcase for fixable bad function casts with extra params | Alon Zakai |
2014-03-31 | Remove 'vararg' from names of functions, per code review. Don't expand float... | Chad Austin |
2014-03-31 | comment | Alon Zakai |
2014-03-31 | add testing for EM_ASM_ARGS | Alon Zakai |
2014-03-31 | update test_idbfs_sync to use EM_ASM with input arguments, which is more idio... | Alon Zakai |
2014-03-31 | better error handling in EM_ASM | Alon Zakai |
2014-03-31 | add EM_ASM_ARGS, a nicer name for EM_ASM_ | Alon Zakai |
2014-03-30 | Add test for warning about abspath and selectively disabling it. | Andreas Bergmeier |
2014-03-29 | Follow up from azakai's code review | Chad Austin |
2014-03-28 | Instead of varargs, which depend on the compiler, manually build the varargs ... | Chad Austin |
2014-03-28 | Make val::val(T&&) compatible with asm.js | Chad Austin |
2014-03-28 | Make val::operator() compatible with asm.js | Chad Austin |
2014-03-28 | Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ... | Chad Austin |
2014-03-28 | Make val::call<> compatible with asm.js | Chad Austin |
2014-03-28 | Fix passing memory_views in varargs | Chad Austin |
2014-03-28 | Allow passing memory_views in varargs | Chad Austin |
2014-03-28 | Some minor emval simplifications | Chad Austin |
2014-03-28 | It appears we can use doubles as generic wire types. | Chad Austin |
2014-03-28 | make val::new_ compatible with asm.js | Chad Austin |
2014-03-28 | make val::as<> compatible with asm.js | Chad Austin |
2014-03-28 | tests for val::as on strings and val too | Chad Austin |
2014-03-28 | Add some unit tests that verify we can pass all kinds of primitive types thro... | Chad Austin |
2014-03-29 | Bump version to 1.14.1 after updates to musl libc functions. | Jukka Jylänki |
2014-03-29 | Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s... | Jukka Jylänki |
2014-03-28 | Merge pull request #2262 from juj/fix_js_engine_filtering | Alon Zakai |
2014-03-28 | Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ... | Jukka Jylänki |
2014-03-28 | Fix test_strndup. The signature of strndup takes in a size_t for length, so p... | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strpbrk for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm... | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strstr for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strnlen for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 memchr for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strncat for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 stpcpy for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ... | Jukka Jylänki |
2014-03-28 | Removed old library.js todo comment that has since been fixed and no longer a... | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 libc qsort for better asm.js performance. | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js perf... | Jukka Jylänki |
2014-03-28 | Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.j... | Jukka Jylänki |
2014-03-28 | fix the case where emcc's input and output is a bitcode file | Alon Zakai |
2014-03-28 | emcc logging improvements | Alon Zakai |
2014-03-28 | add fastcomp env var to library builds in test runner, to fix errors in slow2... | Alon Zakai |
2014-03-28 | fix SDL bug where freeing the surface screen did not work properly | Alon Zakai |
2014-03-28 | add fuzz testcase for nested i24 constantExprs | Alon Zakai |
2014-03-27 | fix test_files_m on latest spidermonkey, which shows more warnings | Alon Zakai |