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-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-05
changes from review
Charlie Birks
2014-06-05
Add missing return
Charlie Birks
2014-06-05
add emscripten_get_preloaded_image_data
Charlie Birks
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
2014-05-21
Call __destruct on the JS implementation when the instance is destroyed.
Chad Austin
2014-05-21
Rename initialize to __construct to avoid conflicting with C++ function names
Chad Austin
2014-05-21
checkpoint returning JS instances out of embind
Chad Austin
2014-05-21
Support deriving from abstract classes with constructors
Chad Austin
2014-05-21
give a good error message when a pure virtual function is not implemented in ...
Chad Austin
2014-05-21
Remove .implement from the public API
Chad Austin
[next]