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
/
tests
/
embind
/
embind.test.js
Age
Commit message (
Expand
)
Author
2014-06-18
Added embind support for std::unique_ptr
Nikolay Vorobyov
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
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
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
demonstrate how binding optionally-overridden virtual functions can work.
Chad Austin
2014-05-21
some notes for future functionality.
Chad Austin
2014-05-21
make optional methods work
Chad Austin
2014-05-21
concrete methods are accessible externally. also rethink some other tests.
Chad Austin
2014-05-21
A bunch of other tests pass now too.
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-21
sketch extend method
Chad Austin
2014-05-21
and of course, instanceof should work as you expect
Chad Austin
2014-05-21
write a bunch of unit tests for the desired javascript inheritance api
Chad Austin
2014-05-16
expose typeof via emscripten::val
Chad Austin
2014-04-29
Bind std::basic_string<unsigned char> to js strings
Camilo Polymeris
2014-04-13
Add a way to opt out of compiler-generated type names for smart pointers and ...
Chad Austin
2014-04-13
embind doesn't always need the full std::type_info record. if EMSCRIPTEN_HAS...
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
2014-03-28
tests for val::as on strings and val too
Chad Austin
2014-03-28
Add some unit tests that verify we can pass all kinds of primitive types thro...
Chad Austin
2014-02-04
Fix a possible double-deletion in embind when returning a smart pointer from ...
Chad Austin
2014-02-04
Add a sample for adding mixins to embind
Chad Austin
2014-02-04
Add a test to verify we can use static constants defined in classes.
Chad Austin
2014-02-04
Bring back Joe's original test too
Chad Austin
2014-02-04
Fix a possible memory corruption bug when using val::as
Chad Austin
2013-07-17
Add a test that shows JS objects can be modified if passed by reference into ...
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
Add support for multiple overloaded smart pointer constructors.
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
Add new unit tests to ensure that the return values of interfaces implemented...
Jukka Jylanki
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
[next]