| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libc++] Avoid UB in the no-exceptions mode in a few places | Louis Dionne | 2019-02-12 | 1 | -15/+6 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows | Eric Fiselier | 2017-05-31 | 1 | -0/+1 |
| * | [libc++] Fix extern template visibility for Windows | Shoaib Meenai | 2016-09-19 | 1 | -9/+9 |
| * | [libcxx] Allow use of <atomic> in C++03. Try 3. | Eric Fiselier | 2015-08-19 | 1 | -1/+1 |
| * | Move atomic_support.h and config_elast.h into src/include | Eric Fiselier | 2015-08-18 | 1 | -1/+1 |
| * | [libcxx] Set _LIBCPP_ELAST for mingw. | Dan Albert | 2015-01-06 | 1 | -5/+9 |
| * | PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh... | Marshall Clow | 2014-10-27 | 1 | -28/+22 |
| * | Address some post-commit review comments on r217261 | Jonathan Roelofs | 2014-09-05 | 1 | -1/+1 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -1/+1 |
| * | Newlib names ELAST differently than linux | Jonathan Roelofs | 2014-09-02 | 1 | -5/+4 |
| * | Revert "Turn off extern templates for most uses." | Justin Bogner | 2014-08-15 | 1 | -2/+0 |
| * | Linux: Correctly identify valid error codes | David Majnemer | 2014-05-29 | 1 | -1/+3 |
| * | Fix typos | Alp Toker | 2014-05-15 | 1 | -1/+1 |
| * | Switch to using C++ style casts. | Joerg Sonnenberger | 2014-01-04 | 1 | -16/+25 |
| * | LWG Issue 2087: iostream_category() and noexcept | Marshall Clow | 2013-10-12 | 1 | -1/+1 |
| * | LWG issue 2143: ios_base::xalloc should be thread-safe | Marshall Clow | 2013-10-12 | 1 | -1/+4 |
| * | Turn off extern templates for most uses. It is causing more problems than it... | Howard Hinnant | 2013-08-29 | 1 | -0/+2 |
| * | noexcept and constexpr applied to <ios>. | Howard Hinnant | 2012-07-21 | 1 | -1/+1 |
| * | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -19/+19 |
| * | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -2/+2 |
| * | Chris Jefferson noted many places where function calls needed to be qualified... | Howard Hinnant | 2011-02-14 | 1 | -3/+3 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -7/+7 |
| * | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+14 |
| * | [string.conversions] | Howard Hinnant | 2010-06-02 | 1 | -55/+0 |
| * | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte... | Howard Hinnant | 2010-05-24 | 1 | -1/+5 |
| * | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+492 |