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
/
embind.js
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
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-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
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
make val::new_ compatible with asm.js
Chad Austin
2014-03-28
make val::as<> compatible with asm.js
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
Allow implicit conversion from booleans to ints/floats (for WebGL)
Chad Austin
2013-05-17
Implement an autorelease pool in embind.
Chad Austin
2013-05-17
For sanity, make sure all types test the existence of the destructor stack be...
Jukka Jylänki
2013-05-17
We can get away with passing memory_view on the stack here...
Chad Austin
2013-05-17
Switch to heapu32 for some reason...
Chad Austin
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
2013-05-17
Checkpoint work towards making vtable->JS calls faster.
Chad Austin
2013-05-04
Remove more +x permissions on source or javascript files
Sylvestre Ledru
2013-05-02
Add isAliasOf for seeing if two embind handles point to the same underlying o...
Chad Austin
2013-05-02
checkpoint object handle composition
Chad Austin
2013-04-18
Suppress jslint false positives.
Jukka Jylanki
[next]