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
/
system
Age
Commit message (
Expand
)
Author
2013-04-12
Explicitly specify base classes. Alas, but it must be done for instanceof :(
Chad Austin
2013-04-12
kinda start thinking about making isinstance work with base classes
Chad Austin
2013-04-12
Add support for marshalling custom smart pointer types in and out of parameters.
Chad Austin
2013-04-12
Kill the malloc(16) by writing a test with a 1 MB smart pointer type :)
Chad Austin
2013-04-12
Preliminary support for custom smart pointers.
Chad Austin
2013-04-12
Mike Ey and I decided the smart pointer constructor form is different enough ...
Chad Austin
2013-04-12
Turns out we can simplify and reuse a lot of code :o
Chad Austin
2013-04-12
Add support for rvalue reference parameters on factories. I don't really und...
Chad Austin
2013-04-12
Apparently the WireType Marshaller is no longer necessary??
Chad Austin
2013-04-12
Kill a bunch of C-style casts
Chad Austin
2013-04-12
allow specialization of get_element_type if using a smart pointer with a diff...
Chad Austin
2013-04-12
Rework how vectors and maps are bound: add bounds checking and return undefin...
Chad Austin
2013-04-12
Support external raw pointer constructors.
Chad Austin
2013-04-12
Use length-prefix strings instead of null-terminated strings to support passi...
Chad Austin
2013-04-12
Allow const non-member functions
Chad Austin
2013-04-12
Use standard method machinery for array access.
Chad Austin
2013-04-12
allow non-member functions bound as methods.
Chad Austin
2013-04-12
Replace operator call with a method invoking said operator call, so isinstanc...
Chad Austin
2013-04-12
fix a syntax error
Chad Austin
2013-04-12
simplify embind a bit and checkpoint progress towards external constructors
Chad Austin
2013-04-12
Change register_smart_ptr to smart_ptr.
Bill Welden
2013-04-12
implement an api for allowing JS subclasses of C++ interfaces
Chad Austin
2013-04-12
Fix a couple of merge issues bringing down the lastest emscripten.
Bill Welden
2013-04-12
Fix a bunch of compiler warnings
Chad Austin
2013-04-12
Bring back EMSCRIPTEN_KEEPALIVE
Chad Austin
2013-04-12
Fix cxa_demangle compile errors
Chad Austin
2013-04-12
EMSCRIPTEN_KEEPALIVE has been removed
Chad Austin
2013-04-12
move vecFromJSArray from bind.h to val.h to make it unnecessary to include bi...
Todd Lee
2013-04-12
header dependency fix
Todd Lee
2013-04-12
emscripten::internal::optional is now copyable.
Andy Friesen
2013-04-12
Removed explicit cast capability from bindings.
Bill Welden
2013-04-12
Revert "register_smart_ptr changed to .shared_ptr (mod to class definition) -...
Bill Welden
2013-04-12
register_smart_ptr changed to .shared_ptr (mod to class definition) -- shared...
Bill Welden
2013-04-12
Document operators that are not exposed
Chad Austin
2013-04-12
Introduce val::new_ for constructor invocation
Chad Austin
2013-04-12
Kill eval_global_method: it's replaced with more primitives
Chad Austin
2013-04-12
after merge we need to fix hasOwnProperty to use []
Chad Austin
2013-04-12
Switch from val::get to val[]
Chad Austin
2013-04-12
simplify emscripten::val set and get
Chad Austin
2013-04-12
Simplify emscripten::val a bit, reducing it closer to its primitive operations.
Chad Austin
2013-04-12
It is now possible to access base class properties and methods from a derived...
Bill Welden
2013-04-12
bring emscripten::val closer to the set of primitive operations provided by J...
Chad Austin
2013-04-12
o Temporary shared pointers created to hold upcast argument values now share ...
Bill Welden
2013-04-12
Revert "Revert "Auto upcast of pointer parameters to C++ routines.""
Bill Welden
2013-04-12
Revert "Auto upcast of pointer parameters to C++ routines."
Bill Welden
2013-04-12
Auto upcast of pointer parameters to C++ routines.
Bill Welden
2013-04-12
clean-up old interface binding implementation
Todd Lee
2013-04-12
Adding a register map function, fixing some errors in array access functions ...
mey
2013-04-12
Major re-factoring for auto downcasting
Bill Welden
2013-04-12
clear distinction between raw (C++) and cooked (Javascript class instances) t...
Bill Welden
[next]