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
/
embind
/
emval.js
Age
Commit message (
Expand
)
Author
2014-03-31
Remove 'vararg' from names of functions, per code review. Don't expand float...
Chad Austin
2014-03-28
Make val::val(T&&) compatible with asm.js
Chad Austin
2014-03-28
Make val::operator() compatible with asm.js
Chad Austin
2014-03-28
Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...
Chad Austin
2014-03-28
Make val::call<> compatible with asm.js
Chad Austin
2014-03-28
Fix passing memory_views in varargs
Chad Austin
2014-03-28
Some minor emval simplifications
Chad Austin
2014-03-28
It appears we can use doubles as generic wire types.
Chad Austin
2014-03-28
make val::new_ compatible with asm.js
Chad Austin
2014-03-28
make val::as<> compatible with asm.js
Chad Austin
2014-02-04
Fix a possible double-deletion in embind when returning a smart pointer from ...
Chad Austin
2014-02-04
Fix a possible memory corruption bug when using val::as
Chad Austin
2013-07-17
Fix a bunch of things that break under closure advanced optimizations. Now, ...
Chad Austin
2013-05-17
embind should predeclare Module in case it's included before a shell in the c...
Chad Austin
2013-05-17
Make jslint happy.
Jukka Jylanki
2013-05-17
Optimize __emval_new and __emval_decref.
Jukka Jylänki
2013-05-17
embind: Fix issues by js syntax check, and remember to pass all required symb...
Jukka Jylanki
2013-05-17
Optimize the implementation of C++ -> JS invoker functions generated by __emv...
Jukka Jylänki
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
2013-05-17
Checkpoint work towards making vtable->JS calls faster.
Chad Austin
2013-05-04
Remove more +x permissions on source or javascript files
Sylvestre Ledru
2013-04-18
fix readLatin1String to actually cover the range of latin-1 characters and ad...
Chad Austin
2013-04-18
Add perfect forwarding throughout emscripten::val. This shaves 50 KB off the...
Chad Austin
2013-04-18
Replace Pointer_stringify() with something simpler and faster. The "String.fr...
jinsuck
2013-04-18
allow optional implementation of non-abstract virtual methods
Chad Austin
2013-04-12
add a helper method for Northstar unit testing (when emval leaks, we want to ...
jinsuck
2013-04-12
Typed array objects require use of operator new. You can't just call them di...
Chad Austin
2013-04-12
can look up module properties like HEAP8 from within C++ :)
Chad Austin
2013-04-12
Allow multiple arguments to emscripten::val::new_()
Chad Austin
2013-04-12
Kill fromWireTypeAutoDowncast
Chad Austin
2013-04-12
comment
Chad Austin
2013-04-12
Support autodowncasting when passing pointers into val
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
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
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
Refactoring preparatory to code clean-up (no functional changes, all tests pa...
Bill Welden
2013-04-12
stringify key name before checking if the key exists
Todd Lee
2013-04-12
Revert "remove an unused method"
jinsuck
2013-04-12
remove an unused method
jinsuck
2013-04-12
support creating val with null (needed for sending null parameter to a
jinsuck
2013-04-12
use simpler way to get length of an array
Todd Lee
2013-04-12
added two utility functions to emval.
Todd Lee
2013-04-12
1) add a method to run global javascript function on val 2) fix a bug to
jinsuck
2013-04-12
Fix several ownership/lifetime bugs in argument wire types
Chad Austin
[next]