aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-29[libcextra] Add wcwidth, wcswidth.Bruce Mitchener
2013-04-29[libcextra] wctrans and friends.Bruce Mitchener
2013-04-29[libcextra] add isw* classification functions.Bruce Mitchener
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
2013-04-24Merge pull request #1089 from waywardmonkeys/remove-wchar-embindAlon Zakai
2013-04-24Don't list internal / undefined symbols.Bruce Mitchener
2013-04-24emscripten libcextra provides wmemset,wmemcpy.Bruce Mitchener
2013-04-23Add a readme giving the date / revision of these sources.Bruce Mitchener
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
2013-04-22Remove unused file.Bruce Mitchener
2013-04-19Merge pull request #1060 from arlolra/socketpairAlon Zakai
2013-04-18Make select_overload work for member functionsChad Austin
2013-04-18calloperator wasn't pulling its own weight. We probably should have a higher...Chad Austin
2013-04-18Add support for read-only properties.Chad Austin
2013-04-18switch to EMSCRIPTEN_SYMBOL which improves code size a bit by storing the poi...Chad Austin
2013-04-18fix readLatin1String to actually cover the range of latin-1 characters and ad...Chad Austin
2013-04-18Add perfect forwarding throughout emscripten::val. This shaves 50 KB off the...Chad Austin
2013-04-18Finally! JSInterface is deadChad Austin
2013-04-18implement perfect forwarding in embindChad Austin
2013-04-18Support returning movable typesChad Austin
2013-04-18Add support for returning std::wstringChad Austin
2013-04-18Removed dependency on Northstar.Bill Welden
2013-04-18Support for intrusive pointers. This dependency on Northstar must be removed ...Bill Welden
2013-04-18fix a bug in optional argument listsChad Austin
2013-04-18allow optional implementation of non-abstract virtual methodsChad Austin
2013-04-18Generalize class property access.Chad Austin
2013-04-16Merge pull request #1044 from imvu/embind_updateAlon Zakai
2013-04-16Revert "Fix cxa_demangle compile errors". By feedback from azakai, we want to...Jukka Jylänki
2013-04-14use compiled i64 div and remAlon Zakai
2013-04-14use compiled compiler-rt code for i64 multiplicationAlon Zakai
2013-04-14add compiler-rt files for 64-bit mathAlon Zakai
2013-04-13socketpairArlo Breault
2013-04-12Revert "Bring back EMSCRIPTEN_KEEPALIVE" - instead directly use the __attribu...Jukka Jylänki
2013-04-12Allow instantiation of subclass wrappers with smart pointers.Chad Austin
2013-04-12Stop using cxa_demangle in embind.Bruce Mitchener
2013-04-12support overloaded index accessChad Austin
2013-04-12Add support for index access to value_tuple and value_structChad Austin
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 a convenience for selecting a particular overload when binding a function.Chad Austin
2013-04-12Generalize and support mix-and-match member/non-member getter/setter for valu...Chad Austin
2013-04-12add value_struct and value_tuple support for member function getters and sett...Chad Austin
2013-04-12Support accessing value struct and tuple fields and elements via base class p...Chad Austin
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