Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | improve intertyper profiler | Alon Zakai | |
2013-09-27 | clean up intertyper paths fork | Alon Zakai | |
2013-09-27 | fix load fast path regexp | Alon Zakai | |
2013-09-27 | better relooper load error | Alon Zakai | |
2013-09-27 | restructure fast paths code flow | Alon Zakai | |
2013-09-27 | fast-path simple loads | Alon Zakai | |
2013-09-27 | fix fast path regexp | Alon Zakai | |
2013-09-27 | fast-path simple geps | Alon Zakai | |
2013-09-27 | intertyper fast paths setup and proof of concept | Alon Zakai | |
2013-09-27 | improve processMathOp quoting | Alon Zakai | |
2013-09-27 | better check for when things need quoting | Alon Zakai | |
2013-09-27 | === in isLocalVar | Alon Zakai | |
2013-09-27 | - added idbfs and nodefs | Anthony Pesch | |
- minor coding convention fixes | |||
2013-09-27 | - made chdir use FS.chdir | Anthony Pesch | |
- changed direct references to FS.currentPath to use FS.cwd() - fixed mountpoint resolving in mount - added async FS.syncfs | |||
2013-09-26 | intertyper profiler | Alon Zakai | |
2013-09-26 | optimize parseLLVMString | Alon Zakai | |
2013-09-26 | add total time to html compiler phase | Alon Zakai | |
2013-09-26 | optimize makeSignOp | Alon Zakai | |
2013-09-26 | hackish optimization for pre processing of heap inits, avoid pure numeric ↵ | Alon Zakai | |
strings | |||
2013-09-26 | fix getFastValue regression | Alon Zakai | |
2013-09-26 | remove makeGetPos and part of noNeedFirst | Alon Zakai | |
2013-09-26 | optimize getFastValue | Alon Zakai | |
2013-09-26 | Merge pull request #1669 from ngld/fix-sscanf-whitespace | Alon Zakai | |
Fix #1668: whiteSpace in _scanString should use only char codes as keys | |||
2013-09-25 | Merge pull request #1670 from waywardmonkeys/add-locale-stuff | Alon Zakai | |
Add locale stuff | |||
2013-09-25 | optimize getFastValue | Alon Zakai | |
2013-09-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener | |
2013-09-26 | Implement locale-ignoring strcoll_l. | Bruce Mitchener | |
2013-09-26 | Add a lot of locale code. | Bruce Mitchener | |
2013-09-25 | hide output by default in compiler_funcs.html, main use is profiling | Alon Zakai | |
2013-09-25 | try to load relooper for src dir, if not in expected location | Alon Zakai | |
2013-09-25 | add option to run funcs stage in the browser | Alon Zakai | |
2013-09-25 | loop only on the actually new types in type analysis | Alon Zakai | |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld | |
2013-09-25 | Replace references to QUANTUM_SIZE with C_STRUCTS equivalents. | ngld | |
2013-09-25 | Add timeb.h to struct_info.json | ngld | |
2013-09-25 | Fix #1668: whiteSpace in _scanString should use only char codes as keys not ↵ | ngld | |
chars and char codes. | |||
2013-09-25 | Also validate size and stride parameters in calls to glVertexAttribPointer. | Jukka Jylänki | |
2013-09-25 | Add debug check under GL_ASSERTIONS that the alignment restrictions for ↵ | Jukka Jylänki | |
vertex attribute stride and offset presented in WebGL section 6.4 are satisfied in user code. See http://www.khronos.org/registry/webgl/specs/latest/1.0/#6.4 . | |||
2013-09-24 | Merge pull request #1642 from waywardmonkeys/newlocale-freelocale | Alon Zakai | |
newlocale and freelocale | |||
2013-09-25 | Don't rewrite multiplication by 0 as 0. | Bruce Mitchener | |
This isn't safe when floats are involved as -1 * 0 is -0, not 0. | |||
2013-09-25 | Simple implementation of newlocale / freelocale. | Bruce Mitchener | |
This removes a couple of errors from libcxx test suites. | |||
2013-09-24 | Merge pull request #1629 from ngld/fix-ccallFunc-utf8 | Alon Zakai | |
Fix ccallFunc to properly support UTF-8 strings | |||
2013-09-24 | Fix entire surface alpha blending with SDL_SetAlpha | Richard Quirk | |
2013-09-24 | Hide logging in Web Audio intended mostly for debugging. | Jukka Jylänki | |
2013-09-24 | Fix bug where resuming SDL audio multiple times could cause multiple audio ↵ | Jukka Jylänki | |
event loops to be accumulated. Add a mechanism for avoiding buffer starving a bit better with Web Audio. | |||
2013-09-24 | Document Mozilla Audio Data API is used as a workaround. | Jukka Jylänki | |
2013-09-24 | Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note ↵ | Jukka Jylänki | |
that this path is still disabled for Firefox, since Mozilla Audio Data API gives better sound quality. | |||
2013-09-24 | Explicitly disconnect generated audio buffers with Web Audio API to ↵ | Jukka Jylänki | |
guarantee no resources will be leaked. (not sure if this is necessary, but it uncovered a timing bug, and doesn't hurt to be safe) | |||
2013-09-24 | Fix audio callback overflow problems by avoiding using ↵ | Jukka Jylänki | |
Browser.safeSetTimeout, and instead calling safeSetInterval to control the timing drift explicitly. | |||
2013-09-24 | Improve the Web Audio callback buffer scheduling logic to stay ahead of ↵ | Jukka Jylänki | |
buffer underflow by at least more than one sample block. |