Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-14 | Adjust other.test_preprocess to not include a path delimiter in the string ↵ | Jukka Jylänki | |
that it tests for successfully preprocessed file. In linux, the output line would contain "tests/hello_world.c", but on Windows, the equivalent line is "tests\\hello_world.c". Fixes other.test_preprocess on Windows. | |||
2013-11-13 | don't show both errors and warnings on undefined symbols | Alon Zakai | |
2013-11-13 | test for multiple undefined symbols | Alon Zakai | |
2013-11-13 | tidy up case of first letter in error/warning | Alon Zakai | |
2013-11-13 | warn on missing symbols by default; fixes #1794 | Alon Zakai | |
2013-11-13 | Merge pull request #1798 from juj/gles2_max_program_lengths | juj | |
GLES2 max program identifier lengths. | |||
2013-11-14 | Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and ↵ | Jukka Jylänki | |
glGetProgramiv(GL_ACTIVE_ATTRIBUTE_MAX_LENGTH). Test this as part of gles2_uniform_arrays.cpp. Closes #1796. | |||
2013-11-13 | Merge pull request #1800 from juj/fix_test_outline | Alon Zakai | |
Fix test_outline on Windows. | |||
2013-11-13 | Merge pull request #1797 from juj/egl_context_state | Alon Zakai | |
Egl context state | |||
2013-11-13 | set TOTAL_MEMORY to default to powers of two, for now | Alon Zakai | |
2013-11-13 | note on linpack | Alon Zakai | |
2013-11-13 | Use CMake to build zlib in test other.test_outline on Windows. This test did ↵ | Jukka Jylänki | |
not pass since 'sh ./configure' was attempted to build on Windows. | |||
2013-11-13 | Delete tests/zlib/zconf.h file from the zlib source tree, since it is an ↵ | Jukka Jylänki | |
automatically generated file during configure step. Add Emscripten-specific mod to make zlib CMakeLists.txt build succeed. | |||
2013-11-13 | Add CMakeLists.txt from https://github.com/madler/zlib/releases/tag/v1.2.5 ↵ | Jukka Jylänki | |
to tests/zlib to be able to build it on Windows via CMake. | |||
2013-11-13 | Write src.cpp in unit test in binary mode so that line endings are stored as ↵ | Jukka Jylänki | |
'\n' on Windows as well. Fixes test other.test_fs_stream_proto on Windows, where the test assert()s on the binary file size of the written src.cpp (Windows '\r\n' line endings would bloat the size slightly, causing test failure). | |||
2013-11-13 | Add unit test for EGL context creation and confirming that #1775 and #1793 work. | Jukka Jylänki | |
2013-11-13 | Add concepts of current context, and current draw and read surfaces on that ↵ | Jukka Jylänki | |
context. Implement functions eglGetCurrentSurface(), eglGetCurrentDisplay() and eglGetCurrentContext(). Allow passing EGL_NO_SURFACE and EGL_NO_CONTEXT to eglMakeCurrent. Fixes #1793 and #1775. | |||
2013-11-13 | Rename redundant wording EGL.eglErrorCode to just EGL.errorCode. | Jukka Jylänki | |
2013-11-12 | don't print anything in exit(); fixes #1791 | Alon Zakai | |
2013-11-12 | make DEAD_FUNCTIONS work on js library functions too | Alon Zakai | |
2013-11-12 | simplify benchmark suite code | Alon Zakai | |
2013-11-12 | version 1.7.51.7.5 | Alon Zakai | |
2013-11-12 | ignore first L when demangling, literalness is irrelevant to the main name | Alon Zakai | |
2013-11-12 | refactor demangler | Alon Zakai | |
2013-11-12 | demangle constructors | Alon Zakai | |
2013-11-12 | demangle new and delete | Alon Zakai | |
2013-11-11 | version 1.7.41.7.4 | Alon Zakai | |
2013-11-11 | Merge pull request #1774 from fadams/fix-getaddrinfo-null-hints | Alon Zakai | |
Provided an implementation for gai_strerror and gave getaddrinfo sensibl... | |||
2013-11-11 | fix joystick browser integration | Alon Zakai | |
2013-11-11 | version 1.7.31.7.3 | Alon Zakai | |
2013-11-11 | Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incoming | Alon Zakai | |
2013-11-11 | remove unnecessary ltoing in benchmark suite | Alon Zakai | |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai | |
2013-11-11 | remove asm1f from ALL | Alon Zakai | |
2013-11-11 | test suite changes for f32 landing: enable float32_precise in all modes, ↵ | Alon Zakai | |
disable asm1f (rely on testing in float32_precise and fasta), and mark asm2f as permanent | |||
2013-11-11 | add option for precise f32 in benchmarks | Alon Zakai | |
2013-11-11 | coerce to double before converting a float to an i64 | Alon Zakai | |
2013-11-11 | benchmark linpack in both float and double modes | Alon Zakai | |
2013-11-11 | Replaced loop in gai_strerror with writeAsciiToMemory call and made the ↵ | Fraser Adams | |
comment around hopefully a little more descriptive | |||
2013-11-11 | minify in asm arg coercions that denormalizeAsm generates, to handle ↵ | Alon Zakai | |
Math.fround calls | |||
2013-11-11 | minify in asm var definitions that denormalizeAsm generates, to handle ↵ | Alon Zakai | |
Math.fround calls | |||
2013-11-10 | use writeAsciiToMemory in library.js in more places | Alon Zakai | |
2013-11-10 | more precise float testing | Alon Zakai | |
2013-11-10 | Merge pull request #1779 from juj/fix_test_lua_spaces | Alon Zakai | |
Fix test_lua on Windows buildbot. | |||
2013-11-10 | Merge pull request #1778 from ToadKing/nanosleep-fix | Alon Zakai | |
nanosleep - don't write to rmtp if it's NULL | |||
2013-11-10 | Merge pull request #1780 from juj/gles2_less_throws | Alon Zakai | |
throw() less in GLES2 usage. | |||
2013-11-10 | Make GL library more spec conformant by not throwing exceptions on errors, ↵ | Jukka Jylänki | |
but instead reporting them via glGetError() as the GLES2 spec says. Use the linker flag "-s GL_ASSERTIONS=1" to enable additional debug-time error logging from the GL layer for error reasons. | |||
2013-11-10 | Fix Makefile in test_lua in the case when make is in a path that contains ↵ | Jukka Jylänki | |
spaces (e.g. c:\program files\emscripten\...\mingw32-make). | |||
2013-11-10 | nanosleep - don't write to rmtp if it's NULL | ToadKing | |
2013-11-10 | [SDL] Joystick API implementation using HTML5 Gamepad API | John Vilk | |
Works in browsers that implement the working draft of the standard (current Chrome / Firefox stable): http://www.w3.org/TR/2012/WD-gamepad-20120529/#gamepad-interface ...and browsers that implement the editor's draft (current Firefox Nightly): https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#idl-def-Gamepad Contains unit tests for both event types. |