Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | improve test_chunking, permanently fix # of cores | Alon Zakai | |
2013-04-05 | allow calling callMain even if run() was not called | Alon Zakai | |
2013-04-04 | Merge pull request #1006 from azmeuk/master | Alon Zakai | |
Basic GLFW support | |||
2013-04-04 | fix test_strings | Alon 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 | |
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-03 | Merge pull request #1015 from fhd/incoming | Alon Zakai | |
Support rotozoomSurface | |||
2013-04-02 | Restore old zoomSurface test, add new tests for rotozoomSurface | Felix H. Dahlke | |
2013-04-01 | update test_chunking | Alon Zakai | |
2013-03-31 | fix test_cases/caall.ll in asm | Alon Zakai | |
2013-03-31 | differentiate better the ambiguous case of llvm call (where the type can be ↵ | Alon Zakai | |
either just the return type, or the entire function type): ** and above are certainly just the return type | |||
2013-03-31 | check both original short ident and redirected ident for being a library ↵ | Alon Zakai | |
function, so redirects to Math.* work | |||
2013-03-31 | invalidate renderers using stride | Alon Zakai | |
2013-03-31 | GL_UNSAFE_OPTS tweaks | Alon Zakai | |
2013-03-31 | fix gl_renderers.png | Alon Zakai | |
2013-03-31 | improve test setup for test_gl_renderers | Alon Zakai | |
2013-03-31 | refactor gl_renderers.c | Alon Zakai | |
2013-03-31 | Added a test that creates two vertex buffers with different strides and ↵ | Michael Bishop | |
pointers and tests that the renderer can handle the changing strides and pointers. The resulting image should be a fat diamond with colored vertices as seen in the included image. | |||
2013-03-30 | headers fix; fixes #1013 | Alon Zakai | |
2013-03-30 | Merge pull request #1014 from waywardmonkeys/reinstate-tests | Alon Zakai | |
Reinstate tests | |||
2013-03-30 | Support rotozoomSurface | Felix H. Dahlke | |
2013-03-25 | Merge pull request #898 from MichaelRiss/selectFix | Alon Zakai | |
select function: return error condition when network connection fails | |||
2013-03-25 | simplify handling of anonymous entry blocks; fixes #948 | Alon Zakai | |
2013-03-25 | Merge pull request #986 from caiiiycuk/offsets_test | Alon Zakai | |
SDL mouse offsets test | |||
2013-03-25 | test fixes | Alon Zakai | |
2013-03-25 | remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5 | Alon Zakai | |
a case where symbol removing made us not merge llvm constructors properly | |||
2013-03-23 | test_mmap works with Node now. | Bruce Mitchener | |
2013-03-23 | Node issue 1669 was fixed and these tests work. | Bruce Mitchener | |
2013-03-22 | fix test_chunking | Alon Zakai | |
2013-03-22 | correctly detect type of outputs of call to function pointers | Alon Zakai | |
2013-03-22 | - added test cases for select error reporting | Michael Riss | |
- added missing error reporting for sockets in the write file descriptor set | |||
2013-03-21 | Offsets test | Aleksander Guryanov | |
2013-03-20 | fix test_emscripten_api_infloop | Alon Zakai | |
2013-03-20 | remove CATCH_EXIT_CODE and make it the default behavior | Alon Zakai | |
2013-03-20 | restore test_sdl_mouse to the proper state, after the last fix | Alon Zakai | |
2013-03-20 | update test_sdl_mouse | Alon Zakai | |
2013-03-19 | update test_strtod, now that we handle negative zero | Alon Zakai | |
2013-03-19 | make test_chunking a little more lenient | Alon Zakai | |