index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
Age
Commit message (
Expand
)
Author
2013-04-12
Throw an error if calling non-const methods on const objects.
Chad Austin
2013-04-12
I just learned about the sizeof... operator
Chad Austin
2013-04-12
.field -> .property
Chad Austin
2013-04-12
classmethod -> class_function
Chad Austin
2013-04-12
.method -> .function
Chad Austin
2013-04-12
reorder bindingtypes to make it easy to read
Chad Austin
2013-04-12
Kill the custom bindingtype for shared_ptr :)
Chad Austin
2013-04-12
checkpoint work towards unifying the binding type for classes and smart point...
Chad Austin
2013-04-12
checkpoint work towards unifying the binding type for classes and smart point...
Chad Austin
2013-04-12
Make it possible (again) to define a class before its base class is defined.
Chad Austin
2013-04-12
Rewrite how dependent type registrations are implemented. This reduces code ...
Chad Austin
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
[prev]
[next]