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
Age
Commit message (
Expand
)
Author
2013-04-12
Support autodowncasting when passing pointers into val
Chad Austin
2013-04-12
Support external raw pointer constructors.
Chad Austin
2013-04-12
Fixed a problem where auto downcasting from a smart pointer to a derived clas...
Bill Welden
2013-04-12
Give a sensible error message if attempting to construct a class with no acce...
Chad Austin
2013-04-12
Disallow direct embind constructor calls.
Chad Austin
2013-04-12
fix jshint
Chad Austin
2013-04-12
We were misusing writeStringToMemory which could cause memory corruption.
Chad Austin
2013-04-12
jshint fix
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
NSTAR-1099 Eliminate naming conflict in embind handles
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
Can now reference base classes through multiple levels of inheritance if one ...
Bill Welden
2013-04-12
- Classes now inherit elements from grandparent (etc.) as well as parent classes
Bill Welden
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
Revert "fix lint warning"
Bill Welden
2013-04-12
fix lint warning
Bill Welden
2013-04-12
register_smart_ptr changed to .shared_ptr (mod to class definition) -- shared...
Bill Welden
2013-04-12
fix a rebase conflict
Chad Austin
2013-04-12
Document operators that are not exposed
Chad Austin
2013-04-12
Missing semicolon
Chad Austin
2013-04-12
Depending on the order of construction and destruction of val objects, count_...
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
Fix a lint error.
Bill Welden
2013-04-12
Removed order dependencies from emscripten bindings.
Bill Welden
2013-04-12
Simplify emscripten::val a bit, reducing it closer to its primitive operations.
Chad Austin
2013-04-12
Simplify emscripten::val a bit, reducing it closer to its primitive operations.
Chad Austin
2013-04-12
Reconstruct code after git merge issue.
Bill Welden
2013-04-12
Fix lint warnings.
Bill Welden
2013-04-12
Work in progress for access to properties under multiple inheritance
Bill Welden
2013-04-12
Fix for lint warning.
Bill Welden
[next]