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
/
src
Age
Commit message (
Expand
)
Author
2013-04-12
Rework how vectors and maps are bound: add bounds checking and return undefin...
Chad Austin
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
Use standard method machinery for array access.
Chad Austin
2013-04-12
Replace operator call with a method invoking said operator call, so isinstanc...
Chad Austin
2013-04-12
simplify embind a bit and checkpoint progress towards external constructors
Chad Austin
2013-04-12
NSTAR-1099 Eliminate naming conflict in embind handles
Bill Welden
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
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
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
2013-04-12
It is now possible to access base class properties and methods from a derived...
Bill Welden
2013-04-12
Forgot to implement take_value :)
Chad Austin
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
Minor clean-up of auto upcasting.
Bill Welden
2013-04-12
New CastError exception when explicit or implicit cast cannot be completed.
Bill Welden
2013-04-12
Revert "Revert "Fix a lint error.""
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
Revert "Fix a lint error."
Bill Welden
2013-04-12
Fix a lint error.
Bill Welden
2013-04-12
Auto upcast of pointer parameters to C++ routines.
Bill Welden
2013-04-12
Support for automatic upcasting of pointer parameters passed to C++.
Bill Welden
2013-04-12
Fixed a lint error
Bill Welden
2013-04-12
Major re-factoring for auto downcasting
Bill Welden
[next]