aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/ios
AgeCommit message (Collapse)Author
2013-11-07Don't use atomic as that breaks our version of clang.Bruce Mitchener
2013-11-07Update libcxx to 194185, 2013-11-07.Bruce Mitchener
This brings C++14 support.
2013-08-09Update libcxx to revision 187959, 2013-08-08.Bruce Mitchener
2013-03-29Update to r178253 from March 29, 2013.Bruce Mitchener
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-03-20Renamed __except to __exceptXXX in libcxx/ios header to avoid compilationSigmund Vik
errors on windows using clang version 3.0 (tags/RELEASE_30/final). This can be reverted once emscripten upgrades to clang 3.1. For more details, please see: http://comments.gmane.org/gmane.comp.compilers.clang.scm/41578
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2011-10-21Added XXX Emscripten commentsBenoitT
2011-10-20The variable __except was causing problems with the keyword with the same ↵BenoitT
name. Renamed it. See issue #100
2011-09-24include libcxxAlon Zakai