aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxx/exception.cpp
AgeCommit message (Collapse)Author
2013-03-29Update libcxx to work with emscripten.Bruce Mitchener
2013-03-29Update to r178253 from March 29, 2013.Bruce Mitchener
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-25Update to current libcxx.Bruce Mitchener
This doesn't work yet as it needs to be customized for use with emscripten still.
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari
2012-01-17libc++ sourcesAlon Zakai