aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx
AgeCommit message (Collapse)Author
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-13Update libcxx to current version.Bruce Mitchener
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-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-05-30implement std::exception::what()Alon Zakai
2013-05-28implement ~exception in header, to make std::exception usable; fixes #1198Alon Zakai
2013-03-29Update libcxx to work with emscripten.Bruce Mitchener
2013-03-29Update to r178253 from March 29, 2013.Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.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-02-08Missing filesjulien.hamaide
Fix to keep library.js unchanged
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2012-01-11Catching specific exception type now worksjulien.hamaide
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-10-31revert pull 110 and part of pull 107Alon Zakai
2011-10-31Merge pull request #107 from BenoitT/patch-1Alon Zakai
std::endl was missing. We just need to comment extern to make std::cout w
2011-10-28Merge pull request #106 from BenoitT/masterAlon Zakai
Fixed the function string is not exporting
2011-10-28Missing the locale class definitionBenoitT
2011-10-28Fixed same bug as #105 for streambufBenoitT
2011-10-27std::endl was missing. We just need to comment extern to make std::cout worksBenoitT
2011-10-24Fixed bug #105: string is not exported into JS fileBenoitT
2011-10-23Merge pull request #101 from BenoitT/masterAlon Zakai
Fixed ios compilation problem
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-10-19fix test_iostreamAlon Zakai
2011-09-26header surgeryAlon Zakai
2011-09-25header fixes and additionsAlon Zakai
2011-09-25header fixes and additionsAlon Zakai
2011-09-24include libcxxAlon Zakai