Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incoming | Alon Zakai | |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai | |
2013-11-11 | coerce to double before converting a float to an i64 | 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-10 | use writeAsciiToMemory in library.js in more places | Alon Zakai | |
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 | 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 | 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. | |||
2013-11-10 | Changed library.js line 7509 to use hint !== 0 test vice hint != 0 | Fraser Adams | |
2013-11-09 | support inline asm comments; fixes #1766 | Alon Zakai | |
2013-11-09 | optimize fround polyfill a tiny bit | Alon Zakai | |
2013-11-09 | fix ensureDot logic | Alon Zakai | |
2013-11-09 | Provided an implementation for gai_strerror and gave getaddrinfo sensible ↵ | Fraser Adams | |
default behaviour when hints is set to NULL. Ideally getaddrinfo should supply multiple addrinfo values when hints is NULL or ai_family is set to AF_UNSPEC but this is a somewhat more complex proposition | |||
2013-11-08 | emit proper large float constants when js opts are to be run | Alon Zakai | |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js src/preamble.js | |||
2013-11-08 | Merge branch 'master' of github.com:bobroberts177/emscripten into incoming | Alon Zakai | |
2013-11-08 | Merge pull request #1761 from prenaux/develop | Alon Zakai | |
GLUT support for DELETE & BACKSPACE keys ; Fixed lzma.js doit.sh so that it works on Windows ; Removed unnecessary warning in em++ ; | |||
2013-11-08 | Merge pull request #1764 from juj/name_more_functions | Alon Zakai | |
Add more names for functions that show up in Firefox profiler as anonymous. | |||
2013-11-08 | no-op for __builtin_prefetch; fixes #1765 | Alon Zakai | |
2013-11-07 | Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as ↵ | Jukka Jylänki | |
no-op stubs. Add a machinery for glGetError() to report errors generated by the library_gl.js interop layer. | |||
2013-11-07 | Add more names for functions that show up in Firefox profiler as anonymous. | Jukka Jylänki | |
2013-11-06 | Merge pull request #1748 from caiiiycuk/fix_sdl_colors | Alon Zakai | |
Fix SDL_SetColors && SDL_envets | |||
2013-11-06 | Merge pull request #1743 from fadams/fix-nodejs-socket-client | Alon Zakai | |
add support for node.js to act as a socket client | |||
2013-11-06 | [library_glut.js]: Handle DELETE & BACKSPACE correctly ; | Pierre Renaux | |
2013-11-05 | use __proto__ when available for new streams, otherwise do a full copy; ↵ | Alon Zakai | |
fixes #1759, #1760 | |||
2013-11-05 | stub for pthread_rwlock_init | Alon Zakai | |
2013-11-05 | handle errors in ioctl | Alon Zakai | |
2013-11-05 | support ASM_JS=2 not just in test runner, and remove some unneeded uses in ↵ | Alon Zakai | |
test suite | |||
2013-11-05 | Fix dependencies on DNS | bobroberts177 | |
2013-11-04 | fake dladdr | Alon Zakai | |
2013-11-04 | pthread_mutexattr_setpshared stub | Alon Zakai | |
2013-11-04 | add missing parens for select mathop | Alon Zakai | |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form ↵ | Jukka Jylänki | |
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions. | |||
2013-11-01 | do not emit unnecessary coercions when calling a math builtin with a float | Alon Zakai | |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js | |||
2013-11-01 | Merge pull request #1752 from michaeljbishop/glgetintegerv-fix | Alon Zakai | |
Adds to a test case verifying return values from glGetIntegerv | |||
2013-11-01 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj | |
no_copy_vfs_to_heap | |||
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory ↵ | Jukka Jylänki | |
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance. Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy. | |||
2013-11-01 | add vector support for and, or and xor | Alon Zakai | |
2013-11-01 | Adds to a test case verifying glGetIntegerv returns | Michael J. Bishop | |
correct results when the current texture id is not TEXTURE0 and fixes library_gl.js so that it returns correct results. | |||
2013-10-31 | change getTexUnitType assertion to warnOnce | Alon Zakai | |
2013-10-30 | handle vector zeroinitializers | Alon Zakai | |
2013-10-30 | remove finalizeParam and properly use finalizeLLVMParameter everywhere | Alon Zakai | |
2013-10-30 | use proper base type when finalizing vectors | Alon Zakai | |