summaryrefslogtreecommitdiff
path: root/src/embind/embind.js
AgeCommit message (Collapse)Author
2013-04-12Class static methods were downright broken.Chad Austin
2013-04-12Checkpoint work towards exposing call policies for raw pointers.Chad Austin
2013-04-12There can be an empty shared ptr. It is totally valid.Todd Lee
2013-04-12Add validation that prevents registering the same type multiple times ↵Chad Austin
(either by name or type ID)
2013-04-12Add the ability to extend the prototype of native classes from JavaScript.Chad Austin
2013-04-12Fix several ownership/lifetime bugs in argument wire typesChad Austin
2013-04-12removed duplicate code / unnecessary codeTodd Lee
2013-04-12Handle shared_ptr correctly.(keep underlying pointer point to the same address)Todd Lee
There was some global variable dependency. These bleed thru tests and affected test result. Adding a way to reset this state.
2013-04-12Fixing some tabs and removing some duplication in smart ptr embind.mey
2013-04-12Some simplifications and optimizations to smart pointer supportChad Austin
2013-04-12Exposing std::shared_ptr<T> to javascript.mey
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-09-25Break IMVU dependencies in embind javascriptChad Austin
2012-09-25Move embind/emval into emscripten properChad Austin