Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | Move workaround for emscripten from include/exception to library.js. | Bruce Mitchener | |
2014-01-13 | Update libcxx to current version. | Bruce Mitchener | |
2013-11-07 | Don't use atomic as that breaks our version of clang. | Bruce Mitchener | |
2013-11-07 | Update libcxx to 194185, 2013-11-07. | Bruce Mitchener | |
This brings C++14 support. | |||
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-08-09 | Update libcxx to revision 187959, 2013-08-08. | Bruce Mitchener | |
2013-05-30 | implement std::exception::what() | Alon Zakai | |
2013-05-28 | implement ~exception in header, to make std::exception usable; fixes #1198 | Alon Zakai | |
2013-03-29 | Update libcxx to work with emscripten. | Bruce Mitchener | |
2013-03-29 | Update to r178253 from March 29, 2013. | Bruce Mitchener | |
2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener | |
2013-03-25 | Update to current libcxx. | Bruce Mitchener | |
This doesn't work yet as it needs to be customized for use with emscripten still. | |||
2012-03-20 | Renamed __except to __exceptXXX in libcxx/ios header to avoid compilation | Sigmund 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-08 | Missing files | julien.hamaide | |
Fix to keep library.js unchanged | |||
2012-01-16 | restore libcxx to pristine state, undoing all our hacks, and work towards ↵ | Alon Zakai | |
fixing test_exceptions given that | |||
2012-01-11 | Catching specific exception type now works | julien.hamaide | |
2011-12-17 | support for std::endl and cout << ints | Alon Zakai | |
2011-10-31 | revert pull 110 and part of pull 107 | Alon Zakai | |
2011-10-31 | Merge pull request #107 from BenoitT/patch-1 | Alon Zakai | |
std::endl was missing. We just need to comment extern to make std::cout w | |||
2011-10-28 | Merge pull request #106 from BenoitT/master | Alon Zakai | |
Fixed the function string is not exporting | |||
2011-10-28 | Missing the locale class definition | BenoitT | |
2011-10-28 | Fixed same bug as #105 for streambuf | BenoitT | |
2011-10-27 | std::endl was missing. We just need to comment extern to make std::cout works | BenoitT | |
2011-10-24 | Fixed bug #105: string is not exported into JS file | BenoitT | |
2011-10-23 | Merge pull request #101 from BenoitT/master | Alon Zakai | |
Fixed ios compilation problem | |||
2011-10-21 | Added XXX Emscripten comments | BenoitT | |
2011-10-20 | The variable __except was causing problems with the keyword with the same ↵ | BenoitT | |
name. Renamed it. See issue #100 | |||
2011-10-19 | fix test_iostream | Alon Zakai | |
2011-09-26 | header surgery | Alon Zakai | |
2011-09-25 | header fixes and additions | Alon Zakai | |
2011-09-25 | header fixes and additions | Alon Zakai | |
2011-09-24 | include libcxx | Alon Zakai | |