| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP... | Louis Dionne | 2018-08-01 | 1 | -1/+0 |
| * | Rework libcxx strerror_r handling. | James Y Knight | 2017-07-19 | 1 | -26/+46 |
| * | Fix Libc++ build with MinGW64 | Eric Fiselier | 2017-05-31 | 1 | -1/+1 |
| * | Recommit [libcxx] Never use <cassert> within libc++ | Eric Fiselier | 2017-02-04 | 1 | -2/+2 |
| * | Revert "[libcxx] Never use <cassert> within libc++" | Eric Fiselier | 2017-01-24 | 1 | -2/+2 |
| * | [libcxx] Never use <cassert> within libc++ | Eric Fiselier | 2017-01-24 | 1 | -2/+2 |
| * | Add ABI option to remove recently inlined __shared_count functions from the l... | Eric Fiselier | 2017-01-17 | 1 | -1/+1 |
| * | clean up use of _WIN32 | Saleem Abdulrasool | 2017-01-03 | 1 | -1/+1 |
| * | system_error: provide a thread safe stringification for Windows | Saleem Abdulrasool | 2017-01-03 | 1 | -2/+10 |
| * | Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option. | Eric Fiselier | 2017-01-02 | 1 | -0/+2 |
| * | system_error: use strerror_r only for threaded code | Saleem Abdulrasool | 2016-12-31 | 1 | -0/+2 |
| * | Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ... | Marshall Clow | 2016-08-25 | 1 | -0/+1 |
| * | Add an Android version check for GNU strerror_r. | Dan Albert | 2016-06-15 | 1 | -1/+6 |
| * | Fix syntax error in r272640. | Eric Fiselier | 2016-06-14 | 1 | -1/+2 |
| * | Fix error checking for strerror_r implementations that return the error code. | Eric Fiselier | 2016-06-14 | 1 | -2/+4 |
| * | Make system_error::message() thread safe. Fixes PR25598. | Eric Fiselier | 2016-06-14 | 1 | -1/+48 |
| * | Move atomic_support.h and config_elast.h into src/include | Eric Fiselier | 2015-08-18 | 1 | -1/+1 |
| * | Fix -Wpessimizing-move warning by remove the call to std::move. | Richard Trieu | 2015-04-30 | 1 | -1/+1 |
| * | [libcxx] Set _LIBCPP_ELAST for mingw. | Dan Albert | 2015-01-06 | 1 | -2/+5 |
| * | Newlib names ELAST differently than linux | Jonathan Roelofs | 2014-09-02 | 1 | -18/+10 |
| * | Linux: Correctly identify valid error codes | David Majnemer | 2014-05-29 | 1 | -0/+9 |
| * | Replace a tab with a space | David Majnemer | 2014-03-17 | 1 | -1/+1 |
| * | LWG 2145 - mark constructor for std::error_category as inline and constexpr. ... | Marshall Clow | 2013-08-21 | 1 | -0/+1 |
| * | Fix a few warnings/errors for compiling with -fno-exceptions. | Howard Hinnant | 2013-03-28 | 1 | -0/+3 |
| * | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -1/+1 |
| * | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -14/+14 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -3/+3 |
| * | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+2 |
| * | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte... | Howard Hinnant | 2010-05-24 | 1 | -9/+15 |
| * | 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/+193 |