aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-15Merge pull request #1806 from juj/sdl_audio_queueingjuj
2013-11-16Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...Jukka Jylänki
2013-11-15Never throw uncaught exceptions out from compiler.js, but just report the exc...Jukka Jylänki
2013-11-15do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam...Alon Zakai
2013-11-15option to hoist dead ends into loopsAlon Zakai
2013-11-14don't evaluate function table aliases containing relocation offsets; fixes #1807Alon Zakai
2013-11-14Merge pull request #1809 from juj/gles2_getsAlon Zakai
2013-11-14ensure a >>> coercion on unsigned comparisons, even if the input is an i29 wh...Alon Zakai
2013-11-14handle odd types like i24 in makeSignOp, fixes asm1.test_fuzz on llvm 3.3Alon Zakai
2013-11-14Implement more complete glGetXXv() for GLES2 binary shader format and shader ...Jukka Jylänki
2013-11-13don't show both errors and warnings on undefined symbolsAlon Zakai
2013-11-13test for multiple undefined symbolsAlon Zakai
2013-11-13tidy up case of first letter in error/warningAlon Zakai
2013-11-13warn on missing symbols by default; fixes #1794Alon Zakai
2013-11-13Merge pull request #1798 from juj/gles2_max_program_lengthsjuj
2013-11-14Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP...Jukka Jylänki
2013-11-13Add concepts of current context, and current draw and read surfaces on that c...Jukka Jylänki
2013-11-13Rename redundant wording EGL.eglErrorCode to just EGL.errorCode.Jukka Jylänki
2013-11-12don't print anything in exit(); fixes #1791Alon Zakai
2013-11-12make DEAD_FUNCTIONS work on js library functions tooAlon Zakai
2013-11-12ignore first L when demangling, literalness is irrelevant to the main nameAlon Zakai
2013-11-12refactor demanglerAlon Zakai
2013-11-12demangle constructorsAlon Zakai
2013-11-12demangle new and deleteAlon Zakai
2013-11-11Merge pull request #1774 from fadams/fix-getaddrinfo-null-hintsAlon Zakai
2013-11-11Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incomingAlon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11coerce to double before converting a float to an i64Alon Zakai
2013-11-11Replaced loop in gai_strerror with writeAsciiToMemory call and made the comme...Fraser Adams
2013-11-10use writeAsciiToMemory in library.js in more placesAlon Zakai
2013-11-10Merge pull request #1778 from ToadKing/nanosleep-fixAlon Zakai
2013-11-10Make GL library more spec conformant by not throwing exceptions on errors, bu...Jukka Jylänki
2013-11-10Support SDL audio sample size of 512 samples. Make the SDL audio buffer queue...Jukka Jylänki
2013-11-10nanosleep - don't write to rmtp if it's NULLToadKing
2013-11-10[SDL] Joystick API implementation using HTML5 Gamepad APIJohn Vilk
2013-11-10Changed library.js line 7509 to use hint !== 0 test vice hint != 0Fraser Adams
2013-11-09support inline asm comments; fixes #1766Alon Zakai
2013-11-09optimize fround polyfill a tiny bitAlon Zakai
2013-11-09fix ensureDot logicAlon Zakai
2013-11-09Provided an implementation for gai_strerror and gave getaddrinfo sensible def...Fraser Adams
2013-11-08emit proper large float constants when js opts are to be runAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-08Merge branch 'master' of github.com:bobroberts177/emscripten into incomingAlon Zakai
2013-11-08Merge pull request #1761 from prenaux/developAlon Zakai
2013-11-08Merge pull request #1764 from juj/name_more_functionsAlon Zakai
2013-11-08no-op for __builtin_prefetch; fixes #1765Alon Zakai
2013-11-07Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as no-op...Jukka Jylänki
2013-11-07Add more names for functions that show up in Firefox profiler as anonymous.Jukka Jylänki