Age | Commit message (Expand) | Author |
2013-11-26 | replace PROTOCOL_LIST and PROTOCOL_MAP with a Protocols object containing a l... | Fraser Adams |
2013-11-26 | in getprotoent return 0 rather than null if we reach eof in our protocol data... | Fraser Adams |
2013-11-24 | add getprotobyname and associated functions from netdb.h. Add test_getprotoby... | Fraser Adams |
2013-11-22 | listen to webglcontextcreationerror for information; fixes #1846 | Alon Zakai |
2013-11-22 | simplify relooper default indent | Alon Zakai |
2013-11-22 | fix pthread_setspecific on values of null | Alon Zakai |
2013-11-21 | Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into inco... | Alon Zakai |
2013-11-21 | Add missing semicolons in preamble.js | Daniel Baulig |
2013-11-21 | use normal std::string in native relooper builds | Alon Zakai |
2013-11-21 | add some support for le32=2 mode, where varargs is just 4-byte aligned | Alon Zakai |
2013-11-20 | memory initializer in fastcomp | Alon Zakai |
2013-11-20 | hack up support for 'glue' phase in js compiler, to just generate glue for ba... | Alon Zakai |
2013-11-20 | fix stack traces from js compiler | Alon Zakai |
2013-11-19 | [SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE. | John Vilk |
2013-11-19 | disable compiler fallback attempts to load relooper and struct info from loca... | Alon Zakai |
2013-11-18 | better fix for closure issue in asm2f.test_exceptions; clear out the spidermo... | Alon Zakai |
2013-11-18 | fix a bug in the accept call in library.js whereby if accept was called with ... | Fraser Adams |
2013-11-17 | try 'webgl' as well for webgl context creation; fixes #1813 | Alon Zakai |
2013-11-17 | fix some leaked globals; fixes #1823 | Alon Zakai |
2013-11-17 | EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM... | Alon Zakai |
2013-11-16 | asm warning | Alon Zakai |
2013-11-16 | Merge pull request #1818 from DopefishJustin/master | Alon Zakai |
2013-11-16 | fix clock_getres for higher-resolution timing we now support; improves #1795 | Alon Zakai |
2013-11-16 | Don't throw an exception on SDL_ThreadID() | DopefishJustin |
2013-11-15 | precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7 | Alon Zakai |
2013-11-15 | ignore llvm ir fast-math notation; fixes #1762 | Alon Zakai |
2013-11-15 | Merge pull request #1806 from juj/sdl_audio_queueing | juj |
2013-11-16 | Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow... | Jukka Jylänki |
2013-11-15 | Never throw uncaught exceptions out from compiler.js, but just report the exc... | Jukka Jylänki |
2013-11-15 | do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam... | Alon Zakai |
2013-11-15 | option to hoist dead ends into loops | Alon Zakai |
2013-11-14 | don't evaluate function table aliases containing relocation offsets; fixes #1807 | Alon Zakai |
2013-11-14 | Merge pull request #1809 from juj/gles2_gets | Alon Zakai |
2013-11-14 | ensure a >>> coercion on unsigned comparisons, even if the input is an i29 wh... | Alon Zakai |
2013-11-14 | handle odd types like i24 in makeSignOp, fixes asm1.test_fuzz on llvm 3.3 | Alon Zakai |
2013-11-14 | Implement more complete glGetXXv() for GLES2 binary shader format and shader ... | Jukka Jylänki |
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 |
2013-11-14 | Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP... | Jukka Jylänki |
2013-11-13 | Add concepts of current context, and current draw and read surfaces on that c... | Jukka Jylänki |
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 | 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 |