Age | Commit message (Expand) | Author |
2014-06-11 | change value of position after seeking | Sathyanarayanan Gunasekaran |
2014-06-11 | fix bug introduced in 92cab32f5f where we ignore the current offset in a file... | Alon Zakai |
2014-06-11 | LIBRARY_DEBUG fix | Alon Zakai |
2014-06-11 | DETERMINISTIC option | Alon Zakai |
2014-06-11 | Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler | juj |
2014-06-09 | Merge pull request #2406 from juj/typedarray_memfs | Alon Zakai |
2014-06-10 | Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHan... | Jukka Jylänki |
2014-06-10 | Added an additional call: `SDL_SetEventHandler()` to SDL. | Michael Bishop |
2014-06-09 | fix memcpy for ta0 and ta1 | Alon Zakai |
2014-06-09 | apply library synonyms using wrapper functions, to avoid needing hacks in the...1.19.2 | Alon Zakai |
2014-06-09 | fix environ circularity | Alon Zakai |
2014-06-09 | Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb. | Jukka Jylänki |
2014-06-06 | recurse on deps_info.json, and remove workaround we needed without that | Alon Zakai |
2014-06-06 | Merge pull request #2403 from guillaumeblanc/incoming | Alon Zakai |
2014-06-06 | fix relative paths | Charlie Birks |
2014-06-06 | Adds unit test for glfwGetProcAddress. | Guillaume Blanc |
2014-06-06 | Simplify typed array creation code in MEMFS. | Jukka Jylänki |
2014-06-05 | changes from review | Charlie Birks |
2014-06-05 | Fix MEMFS.getFileDataAsTypedArray to be strict and not return unused capacity... | Jukka Jylänki |
2014-06-05 | Add missing return | Charlie Birks |
2014-06-05 | add emscripten_get_preloaded_image_data | Charlie Birks |
2014-06-05 | Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ... | Jukka Jylänki |
2014-06-05 | Use typed arrays instead of normal JS arrays to back files in the MEMFS files... | Jukka Jylänki |
2014-06-04 | fix sourceRegex for IE; issue #2400 | Alon Zakai |
2014-06-04 | On calls to glfwSetWindowSizeCallback, calls the provided callback function, ... | Guillaume Blanc |
2014-06-04 | Fixes glfwGetProcAddress calls that were causing a ReferenceError exception, ... | Guillaume Blanc |
2014-06-03 | allocate in realpath() if necessary | Alon Zakai |
2014-06-02 | Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming | Alon Zakai |
2014-06-02 | Merge pull request #2364 from juj/musl_stdio | Alon Zakai |
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
2014-05-28 | Merge pull request #2388 from waywardmonkeys/upstream-from-imvu | Alon Zakai |
2014-05-29 | Fix a bug where a returned handle to a derived JS object would not always cor... | Chad Austin |
2014-05-28 | Merge branch 'master' of github.com:JasonGreen/emscripten into incoming | Alon Zakai |
2014-05-28 | glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID... | Jason Green |
2014-05-28 | Move float32x4 and int32x4 constructors into SIMD module. | Ningxin Hu |
2014-05-27 | fix ccall regex for minified code, and add testing | Alon Zakai |
2014-05-27 | fix crash in audio code in bananabread | Alon Zakai |
2014-05-27 | Update the simd.js | Ningxin Hu |
2014-05-23 | fix bug in setjmp limit testing; helps #2379 | Alon Zakai |
2014-05-23 | try to fix sourceRegex for IE | Alon Zakai |
2014-05-23 | Remove leftover scanf and printf stubs from library.js | Jukka Jylänki |
2014-05-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc i... | Jukka Jylänki |
2014-05-23 | Improve error messages from SAFE_HEAP_ACCESS function. | Jukka Jylänki |
2014-05-23 | Migrate to using musl libc sprintf family to gain compiled asm.js performance... | Jukka Jylänki |
2014-05-23 | Migrate to using musl libc sscanf to improve performance. Keep the existing J... | Jukka Jylänki |
2014-05-22 | Merge pull request #2376 from TV4Fun/firefox-fix | Alon Zakai |
2014-05-22 | Fix issues with source map loading in Firefox | Joel Croteau |
2014-05-22 | note on ccall/cwrap behavior on strings | Alon Zakai |
2014-05-21 | Passing an argument from C++ into JavaScript has 'borrow' semantics rather th... | Chad Austin |
2014-05-21 | expose the set of inherited instances for debugging purposes | Chad Austin |