aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-18Finally! JSInterface is deadChad Austin
2013-04-18can pass ArrayBuffer to std::stringChad Austin
2013-04-18allow passing Int8Array and Uint8Array directly to std::stringChad Austin
2013-04-18cannot pass non-strings to std::string arguments :)Chad Austin
2013-04-18Replace Pointer_stringify() with something simpler and faster. The "String.fr...jinsuck
2013-04-18jshintChad Austin
2013-04-18assert if, when trying to convert JS string to std::string, the JS string has...Chad Austin
2013-04-18Allow passing JavaScript strings to std::wstringChad Austin
2013-04-18Add support for returning std::wstringChad Austin
2013-04-18Support for intrusive pointers. This dependency on Northstar must be removed ...Bill Welden
2013-04-18allow optional implementation of non-abstract virtual methodsChad Austin
2013-04-18Kill validateThis for methodsChad Austin
2013-04-18Generalize class property access.Chad Austin
2013-04-17when we have multiple strides, restrideAlon Zakai
2013-04-17emit landingpad variable assignment to avoid errors, even when exceptions are...Alon Zakai
2013-04-17do not emit landingpad call to cxa_find_matching_catch if exceptions are disa...Alon Zakai
2013-04-17emit return in unreachable in asm modeAlon Zakai
2013-04-16Merge pull request #1044 from imvu/embind_updateAlon Zakai
2013-04-14use compiled i64 div and remAlon Zakai
2013-04-14use compiled compiler-rt code for i64 multiplicationAlon Zakai
2013-04-14asmify ctlz/cttzAlon Zakai
2013-04-14add handwritten asm i64SubtractAlon Zakai
2013-04-13fix overflow detection in i64 uadd, and add testcaseAlon Zakai
2013-04-13find structural returns of >64 bitsAlon Zakai
2013-04-13fix legalization of nonexistent call return valuesAlon Zakai
2013-04-12handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ...Alon Zakai
2013-04-12coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...Alon Zakai
2013-04-12fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...Alon Zakai
2013-04-12asm-coerce arguments to invoke_*Alon Zakai
2013-04-12move exception resuming into a dedicated functionAlon Zakai
2013-04-12fix forced calls through invoke_*Alon Zakai
2013-04-12avoid emitting non-asm code for cxa_find_matching_catchAlon Zakai
2013-04-12Use _embind_repr instead of IMVU.repr in embind.js, since IMVU.repr is not av...Jukka Jylanki
2013-04-12More code duplication cleanup on embindJukka Jylanki
2013-04-12Remove code duplication on embindJukka Jylanki
2013-04-12Cleaned up some code repetition in embindJukka Jylanki
2013-04-12Add support for overloading class member functions and class static functions...Jukka Jylanki
2013-04-12refactoringChad Austin
2013-04-12Allow value_tuple and value_struct to be registered as global constants. Thi...Chad Austin
2013-04-12Add support for global constants.Chad Austin
2013-04-12Add support for registering overloads of free functions based on argument count.Jukka Jylanki
2013-04-12Add support for binding multiple class constructors with embind. The ctors mu...Jukka Jylanki
2013-04-12Generalize support for struct fieldsChad Austin
2013-04-12Further generalize support for tuple elements, and in the meantime, fix a bug...Chad Austin
2013-04-12Restructure and generalize tuple accessors.Chad Austin
2013-04-12Move context generation/copying out of JavaScript and into C++, where we'll b...Chad Austin
2013-04-12Fix equality testing in previous commitJukka Jylanki
2013-04-12Annotate a few places where -O3 level unsafe optimizations could be performed...Jukka Jylanki
2013-04-12Fix passing of UINT_MAX and ULONG_MAX from C++ to JS function. LLVM doesn't h...Jukka Jylanki
2013-04-12Raise a TypeError if user tries to push an integer from JS side to C/C++ func...Jukka Jylanki