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
2013-04-12
Allow multiple pointer arguments and allow multiple functions taking the same...
Chad Austin
2013-04-12
Add support for raw pointers to embind
Chad Austin
2013-04-12
jshint
Chad Austin
2013-04-12
Kill some duplication
Chad Austin
2013-04-12
Class static methods were downright broken.
Chad Austin
2013-04-12
Checkpoint work towards exposing call policies for raw pointers.
Chad Austin
2013-04-12
There can be an empty shared ptr. It is totally valid.
Todd Lee
2013-04-12
Add validation that prevents registering the same type multiple times (either...
Chad Austin
2013-04-12
Add the ability to extend the prototype of native classes from JavaScript.
Chad Austin
2013-04-12
Fix several ownership/lifetime bugs in argument wire types
Chad Austin
2013-04-12
Some minor generated code size reductions.
Chad Austin
2013-04-12
removed duplicate code / unnecessary code
Todd Lee
2013-04-12
Handle shared_ptr correctly.(keep underlying pointer point to the same address)
Todd Lee
2013-04-12
Fixing some tabs and removing some duplication in smart ptr embind.
mey
2013-04-12
Some simplifications and optimizations to smart pointer support
Chad Austin
2013-04-12
Exposing std::shared_ptr<T> to javascript.
mey
2013-04-11
avoid unnecessary array creation in cxa_find_matching_catch calls
Alon Zakai
2013-04-11
infrastructure for supporting exceptions in asm.js, by going through invoke_*...
Alon Zakai
2013-04-11
refactor emscripten.py ll splitting
Alon Zakai
2013-04-11
clarify INVOKE_RUN
Alon Zakai
2013-04-11
Merge pull request #1050 from arlolra/setgroups
Alon Zakai
2013-04-09
make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c...
Alon Zakai
2013-04-09
remove ATMAIN hack, use a designated runPostSets function for postSets
Alon Zakai
2013-04-09
implement setgroups
Arlo Breault
2013-04-09
only emit postsets in pre and when they actually exist
Alon Zakai
2013-04-09
run postsets right before main, and after the memory initializer has been set up
Alon Zakai
2013-04-09
always load memory initializer asynchronously, to keep shell and web as simil...
Alon Zakai
2013-04-09
restore memory initialization and testing
Alon Zakai
2013-04-08
add new setjmp label into labelsDict, so it can be found by phis; fixes #1046
Alon Zakai
2013-04-08
Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanf
Alon Zakai
2013-04-08
Merge pull request #1035 from azmeuk/glfw
Alon Zakai
2013-04-06
Merge pull request #1010 from azmeuk/openal
Ehsan Akhgari
2013-04-06
scanf: support '*', which matches without assigning to an argument.
Jacob Lee
2013-04-05
allow non-ta2 memory initializer loading
Alon Zakai
2013-04-05
test various chunk sizes for memory allocation
Alon Zakai
2013-04-05
fix test_atexit
Alon Zakai
2013-04-05
wait for Browser to show up to fetch memory initializer
Alon Zakai
2013-04-05
assert on callMain happening when no dependencies left
Alon Zakai
2013-04-05
refactor preRun additions
Alon Zakai
2013-04-05
ensure runtime initialized when dependencies have arrived, including the memo...
Alon Zakai
2013-04-05
use a separate memory initialization file
Alon Zakai
2013-04-05
support reading binary data in the shell/node
Alon Zakai
2013-04-05
fix xhrs for file URLs
Alon Zakai
2013-04-05
refactor runtime initialization
Alon Zakai
2013-04-05
allow calling callMain even if run() was not called
Alon Zakai
2013-04-05
initialize runtime from run() (asynchronously, if run is asynchronous)
Alon Zakai
2013-04-05
* Fixed GLFW mouse position bug.
Éloi Rivard
2013-04-05
* Fixed OpenAL currentContext.
Éloi Rivard
2013-04-05
* Added some guards.
Éloi Rivard
2013-04-05
* Fixed alcGetCurrentContext.
Éloi Rivard
[prev]
[next]