aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxxabi
AgeCommit message (Collapse)Author
2014-01-13Update to current libcxxabi for new exception code.Bruce Mitchener
2013-09-06Use __EMSCRIPTEN__ rather than EMSCRIPTEN.Bruce Mitchener
This was requested by someone upstream when I'd originally submitted these changes and is more correct.
2013-03-25Get exceptions working as they were before.Bruce Mitchener
This no longer uses headers from libcxxabi and in fact uses libcxxabi a bit less than before. This no longer lets some new C++11 stuff such as exception_ptr work as the support for that relies upon libcxxabi code.
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-25Remove unused makefiles.Bruce Mitchener
2013-03-25update libcxxabi.Bruce Mitchener
2013-02-20remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in ↵Alon Zakai
libcxxabi
2013-02-20build base type_info class with libcxxabi, fixes #862Alon Zakai
2012-12-21update libcxxabiAlon Zakai
2012-02-22add symbols for libcxxabiAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-22bundle libcxxabiAlon Zakai