aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-15Fix the indentation of core test input files with clang-format.Vasilis Kalintiris
2013-12-14disable test for fastcompAlon Zakai
2013-12-14do not add i64 support funcs more than onceAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14take into account redirects in wrappersAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-14export code for CallHandlers.hAlon Zakai
2013-12-14fnmatch support fullpathLu Wang
2013-12-14--exclude-fileLu Wang
2013-12-13do not import functions implemented by fastcompAlon Zakai
2013-12-13fix typoAlon Zakai
2013-12-13wrap external functions for function tables in fastcompAlon Zakai
2013-12-13Merge pull request #1835 from juj/gl_get_nullAlon Zakai
glGetXXX fixes.
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-14simplifies with aliasLu Wang
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-12-14Implemented --emrun linker flag to emcc, which is a helper that makes the ↵Jukka Jylänki
compilation output emrun-compatible.
2013-12-14Add machinery that detects whether a html page was built with --emrun ↵Jukka Jylänki
command line flag, and print a warning if not done so.
2013-12-14Added test to check that emrun stdout, stderr and process exit code capture ↵Jukka Jylänki
work.
2013-12-14Added emrun utility that allows running .html files in a browser like they ↵Jukka Jylänki
were normal executables. For more information, see https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E .
2013-12-13allow asm heaps to be multiples of 16MBAlon Zakai
2013-12-13Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ↵Jukka Jylänki
pointer, since the output array is empty.
2013-12-13Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null ↵Jukka Jylänki
out pointer instead of crashing. Fix glGetIntegerv of GL_SHADER_BINARY_FORMATS to not write anything out to the provided buffer.
2013-12-13Fix an issue with the --em-config cmdline option where the option was not ↵Jukka Jylänki
seen by child processes spawned by emcc. To make sure all child processes see the same config file, the --em-config parameter is stored in the environment for current and child processes.
2013-12-13Add sanity test for --em-config emcc command line option.Jukka Jylänki
2013-12-13Add new emcc command line parameter --em-config that allows specifying the ↵Jukka Jylänki
location of the .emscripten configuration file from the command line. This overrides and has the same meaning as the environment variable EM_CONFIG.
2013-12-12disable another test in fastcompAlon Zakai
2013-12-12disable some tests in fastcompAlon Zakai
2013-12-12Merge pull request #1903 from ehostunreach/incomingAlon Zakai
Read the source and the expected output of simple core tests from seperate files
2013-12-12skip sanity checks if EM_CONFIG is used instead of normal ~/.emscriptenAlon Zakai
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵Alon Zakai
checks
2013-12-11Merge pull request #1853 from fadams/add-getprotobynameAlon Zakai
add getprotobyname and associated functions from netdb.h. Add test_getpr...
2013-12-10do not skip vector types in function signaturesAlon Zakai
2013-12-10Merge pull request #1902 from wahbahdoo/incomingAlon Zakai
Fix NaN Canoicalization Issue for SIMD Bitcasts
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-12-07fix i64 reads in formatString for fastcompAlon Zakai
2013-12-07fix typosAlon Zakai
2013-12-07fastcomp imports fixAlon Zakai
2013-12-07Update AUTHORSVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_gcVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_demangle_stacksVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_ccallVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_corruption_3Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_corruption_2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd3Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simdVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_mmapVasilis Kalintiris