Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | Update to current libcxxabi for new exception code. | Bruce Mitchener | |
2013-09-06 | Use __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-25 | Get 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-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener | |
2013-03-25 | Remove unused makefiles. | Bruce Mitchener | |
2013-03-25 | update libcxxabi. | Bruce Mitchener | |
2013-02-20 | remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in ↵ | Alon Zakai | |
libcxxabi | |||
2013-02-20 | build base type_info class with libcxxabi, fixes #862 | Alon Zakai | |
2012-12-21 | update libcxxabi | Alon Zakai | |
2012-02-22 | add symbols for libcxxabi | Alon Zakai | |
2012-02-22 | use libcxxabi for dynamic_cast | Alon Zakai | |
2012-02-22 | bundle libcxxabi | Alon Zakai | |