aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxx/exception.cpp
AgeCommit message (Collapse)Author
2014-01-13Update libcxx to current version.Bruce Mitchener
2013-11-07Update libcxx to 194185, 2013-11-07.Bruce Mitchener
This brings C++14 support.
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-08-09Update libcxx to revision 187959, 2013-08-08.Bruce Mitchener
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