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
Age
Commit message (
Expand
)
Author
2014-05-16
expose typeof via emscripten::val
Chad Austin
2014-05-06
Apply Chad's fix from issue #2335 to fix other.test_embind.
Jukka Jylänki
2014-04-29
fix embind/asm.js in PRECISE_F32 mode
Chad Austin
2014-04-24
passes tests
Chad Austin
2014-04-24
enable embind/asm.js tests.
Chad Austin
2014-04-24
have asm.js embind go through dynCall
Chad Austin
2014-04-13
class and enum signatures
Chad Austin
2014-04-13
value array and value object signatures
Chad Austin
2014-04-13
craftInvokerFunction never seems to use classType
Chad Austin
2014-04-13
checkpoint asm.js-style function lookup by signature string
Chad Austin
2014-03-31
Remove 'vararg' from names of functions, per code review. Don't expand float...
Chad Austin
2014-03-29
Follow up from azakai's code review
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
Allow 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-07-17
Rename value_tuple to value_array and value_struct to value_object
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
Allow implicit conversion from booleans to ints/floats (for WebGL)
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
Implement an autorelease pool in embind.
Chad Austin
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
For sanity, make sure all types test the existence of the destructor stack be...
Jukka Jylänki
2013-05-17
We can get away with passing memory_view on the stack here...
Chad Austin
2013-05-17
Switch to heapu32 for some reason...
Chad Austin
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-05-02
Add isAliasOf for seeing if two embind handles point to the same underlying o...
Chad Austin
2013-05-02
checkpoint object handle composition
Chad Austin
2013-04-18
Suppress jslint false positives.
Jukka Jylanki
2013-04-18
Fix embind to work with --closure 1. The symbols fromWireType and toWireType ...
Jukka Jylänki
2013-04-18
Add support for read-only properties.
Chad Austin
2013-04-18
Minor optimizations and notes in genericPointerToWireType.
Jukka Jylänki
2013-04-18
Comment on pointer marshalling functions.
Jukka Jylänki
2013-04-18
Improve error messages from embind pointer marshalling and remove TODOs in em...
Jukka Jylänki
2013-04-18
Restore previously temporarily disabled specific non-smartptr wiretype conver...
Jukka Jylänki
2013-04-18
Removed embind class member this pointer 'instanceof' check when serializing ...
Jukka Jylänki
2013-04-18
Fix use of destructors in crafted destructors.
Jukka Jylanki
[next]