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
/
embind
Age
Commit message (
Expand
)
Author
2014-05-29
Fix a bug where a returned handle to a derived JS object would not always cor...
Chad Austin
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
2014-05-21
pass jshint
Chad Austin
2014-05-21
make optional methods work
Chad Austin
2014-05-21
properties set in constructor persist to methods
Chad Austin
2014-05-21
instanceof passes
Chad Austin
2014-05-21
can extend, construct, and delete
Chad Austin
2014-05-16
expose typeof via emscripten::val
Chad Austin
2014-05-06
Apply Chad's fix from issue #2335 to fix other.test_embind.
Jukka Jylänki
2014-04-29
fix embind/asm.js in PRECISE_F32 mode
Chad Austin
2014-04-24
passes tests
Chad Austin
2014-04-24
enable embind/asm.js tests.
Chad Austin
2014-04-24
have asm.js embind go through dynCall
Chad Austin
2014-04-13
class and enum signatures
Chad Austin
2014-04-13
value array and value object signatures
Chad Austin
2014-04-13
craftInvokerFunction never seems to use classType
Chad Austin
2014-04-13
checkpoint asm.js-style function lookup by signature string
Chad Austin
2014-03-31
Remove 'vararg' from names of functions, per code review. Don't expand float...
Chad Austin
2014-03-29
Follow up from azakai's code review
Chad Austin
2014-03-28
Make val::val(T&&) compatible with asm.js
Chad Austin
2014-03-28
Make val::operator() compatible with asm.js
Chad Austin
2014-03-28
Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...
Chad Austin
2014-03-28
Make val::call<> compatible with asm.js
Chad Austin
2014-03-28
Fix passing memory_views in varargs
Chad Austin
2014-03-28
Allow passing memory_views in varargs
Chad Austin
2014-03-28
Some minor emval simplifications
Chad Austin
2014-03-28
It appears we can use doubles as generic wire types.
Chad Austin
2014-03-28
make val::new_ compatible with asm.js
Chad Austin
2014-03-28
make val::as<> compatible with asm.js
Chad Austin
2014-02-04
Fix a possible double-deletion in embind when returning a smart pointer from ...
Chad Austin
2014-02-04
Fix a possible memory corruption bug when using val::as
Chad Austin
2013-07-17
Fix a bunch of things that break under closure advanced optimizations. Now, ...
Chad Austin
2013-07-17
Rename value_tuple to value_array and value_struct to value_object
Chad Austin
2013-05-17
embind should predeclare Module in case it's included before a shell in the c...
Chad Austin
2013-05-17
Allow implicit conversion from booleans to ints/floats (for WebGL)
Chad Austin
2013-05-17
Make jslint happy.
Jukka Jylanki
[next]