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
2013-05-04
Remove more +x permissions on source or javascript files
Sylvestre Ledru
2013-05-02
Oops, fix a test leak.
Chad Austin
2013-05-02
Add a test for interface methods that return void.
Chad Austin
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
Add support for read-only properties.
Chad Austin
2013-04-18
Improve error messages from embind pointer marshalling and remove TODOs in em...
Jukka Jylänki
2013-04-18
Removed embind class member this pointer 'instanceof' check when serializing ...
Jukka Jylänki
2013-04-18
Add a new unit test that explicitly checks for the case when two different cl...
Jukka Jylänki
2013-04-18
Match embind tests to reported exception.
Jukka Jylanki
2013-04-18
Finally! JSInterface is dead
Chad Austin
2013-04-18
can pass ArrayBuffer to std::string
Chad Austin
2013-04-18
allow passing Int8Array and Uint8Array directly to std::string
Chad Austin
2013-04-18
cannot pass non-strings to std::string arguments :)
Chad Austin
2013-04-18
assert if, when trying to convert JS string to std::string, the JS string has...
Chad Austin
2013-04-18
Allow passing JavaScript strings to std::wstring
Chad Austin
2013-04-18
Add support for returning std::wstring
Chad Austin
2013-04-18
verify non-ascii data can be passed through std::string
Chad Austin
2013-04-18
allow optional implementation of non-abstract virtual methods
Chad Austin
2013-04-18
Kill validateThis for methods
Chad Austin
2013-04-18
Generalize class property access.
Chad Austin
2013-04-12
Stop using cxa_demangle in embind.
Bruce Mitchener
2013-04-12
Add support for index access to value_tuple and value_struct
Chad Austin
2013-04-12
Add support for overloading class member functions and class static functions...
Jukka Jylanki
2013-04-12
Allow value_tuple and value_struct to be registered as global constants. Thi...
Chad Austin
2013-04-12
Add support for global constants.
Chad Austin
2013-04-12
Add support for registering overloads of free functions based on argument count.
Jukka Jylanki
2013-04-12
Clean up issues found with jshint.
Jukka Jylanki
2013-04-12
Add support for binding multiple class constructors with embind. The ctors mu...
Jukka Jylanki
2013-04-12
Migrate embind tests from IMVU repository to emscripten repository.
Jukka Jylanki