index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-06-06
fix relative paths
Charlie Birks
2014-06-06
Adds unit test for glfwGetProcAddress.
Guillaume Blanc
2014-06-05
more preparations for prefetched parameters
Alon Zakai
2014-06-05
prepare for prefetched parameters
Alon Zakai
2014-06-05
gl constants
Alon Zakai
2014-06-05
start WebGLWorker
Alon Zakai
2014-06-05
PropertyBag
Alon Zakai
2014-06-05
fake document.documentElement and removeEventListener
Alon Zakai
2014-06-05
generalize context proxying to support not just 2d contexts
Alon Zakai
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
2014-05-21
Bring back the ability to implement a C++ interface with a specific JavaScrip...
Chad Austin
2014-05-21
Fix a bug where, when extending from a class held with intrusive pointers, th...
Chad Austin
2014-05-21
start to checkpoint some intrusive pointer tests
Chad Austin
2014-05-21
Prevent some common mistakes when calling parent constructors and destructors
Chad Austin
2014-05-21
Make returning JavaScript instances work in the presence of base class pointe...
Chad Austin
2014-05-21
handle some scenarios where you mix delete() and deleteLater()
Chad Austin
2014-05-21
If embind knows about a live JavaScript instance and it matches a raw pointer...
Chad Austin
[prev]
[next]