aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-04-12Support accessing value struct and tuple fields and elements via base class ↵Chad Austin
pointers.
2013-04-12Generalize support for struct fieldsChad Austin
2013-04-12Migrate embind tests from IMVU repository to emscripten repository.Jukka Jylanki
2013-04-12emscripten::internal::optional is now copyable.Andy Friesen
Fix JSInterface::JSInterface copy constructor to take a const&
2013-04-11add test for addFunctionAlon Zakai
2013-04-11Merge pull request #1050 from arlolra/setgroupsAlon Zakai
Implements setgroups
2013-04-10finish box2d benchmarkAlon Zakai
2013-04-10box2d benchmark fixesAlon Zakai
2013-04-10more work towards box2d benchmarkAlon Zakai
2013-04-10work towards box2d benchmarkAlon Zakai
2013-04-10box2d v2.2.1 (from box2d.js)Alon Zakai
2013-04-10fix sanity.test_emccAlon Zakai
2013-04-10fix test_sscanf_skipAlon Zakai
2013-04-10fix test_popplerAlon Zakai
2013-04-09make 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-09implement setgroupsArlo Breault
2013-04-09split out dynamic cast testsAlon Zakai
2013-04-09restore memory initialization and testingAlon Zakai
2013-04-09fix handling of blockaddresses > 255 in the new unified memory initializer ↵Alon Zakai
world; fixes #1048
2013-04-09add another setjmp/phi testcaseAlon Zakai
2013-04-08add new setjmp label into labelsDict, so it can be found by phis; fixes #1046Alon Zakai
2013-04-08Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanfAlon Zakai
2013-04-08fix test_799Alon Zakai
2013-04-06Merge pull request #1010 from azmeuk/openalEhsan Akhgari
Minor OpenAL improvements.
2013-04-06scanf: 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-05use a more reasonable js chunk size when testing -O2Alon Zakai
2013-04-05remove test_glgears_badAlon Zakai
2013-04-05disable memory init for nowAlon Zakai
2013-04-05test various chunk sizes for memory allocationAlon Zakai
2013-04-05check for memory initialization in source codeAlon Zakai
2013-04-05make test_glgears_animation more robustAlon Zakai
2013-04-05fix test_emccAlon Zakai
2013-04-05add test coverage for not using a memory initialization fileAlon Zakai
2013-04-05fix test_optimize_normallyAlon Zakai
2013-04-05debug printoutAlon Zakai
2013-04-05improve test_chunking, permanently fix # of coresAlon Zakai
2013-04-05allow calling callMain even if run() was not calledAlon Zakai
2013-04-05* Added freealut testcase.Éloi Rivard
2013-04-04Merge pull request #1006 from azmeuk/masterAlon Zakai
Basic GLFW support
2013-04-04fix test_stringsAlon Zakai
2013-04-04* Fixed glfw test.Éloi Rivard
2013-04-04* Fixed mouse position.Éloi Rivard
2013-04-04* OpenGL extensions.Éloi Rivard
2013-04-04* Minor fix.Éloi Rivard
2013-04-04* Added a test.Éloi Rivard
* Mouse events are ok. * Keyboard events work partially.
2013-04-04* Edited tests so they use emscripten_main_loop.Éloi Rivard
* Got triangle test about to work. * Implemented misc functions.
2013-04-04* Added glfw headers and testcases.Éloi Rivard
2013-04-04* Fixed glfw test.Éloi Rivard
2013-04-04* Fixed mouse position.Éloi Rivard
2013-04-04* OpenGL extensions.Éloi Rivard