| 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 race condition in std::async | Louis Dionne | 2018-08-24 | 1 | -4/+1 |
| * | Code cleanup - change naked 'throw' expressions to call helpre function '__th... | Marshall Clow | 2018-07-30 | 1 | -33/+11 |
| * | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 1 | -0/+2 |
| * | Fix PR23293 - Do not unlock shared state before notifying consumers. | Eric Fiselier | 2015-06-12 | 1 | -5/+0 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+6 |
| * | Fix GCC unknown pragma warning in libc++. | Logan Chien | 2013-12-14 | 1 | -0/+9 |
| * | Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid... | Howard Hinnant | 2013-09-14 | 1 | -0/+6 |
| * | Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh... | Howard Hinnant | 2013-01-14 | 1 | -1/+1 |
| * | noexcept applied to <future>. | Howard Hinnant | 2012-07-21 | 1 | -1/+1 |
| * | Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c... | Howard Hinnant | 2012-02-02 | 1 | -1/+1 |
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -2/+2 |
| * | http://llvm.org/bugs/show_bug.cgi?id=10346 | Howard Hinnant | 2011-07-13 | 1 | -0/+22 |
| * | provide ~future_error() definition | Howard Hinnant | 2011-07-08 | 1 | -0/+4 |
| * | noexcept for <memory>. I've added a few extension noexcept to: allocator_tr... | Howard Hinnant | 2011-05-28 | 1 | -1/+1 |
| * | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -2/+2 |
| * | Implemented N3194 | Howard Hinnant | 2010-11-30 | 1 | -35/+0 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Convert __thread_local_data to the singleton pattern | Howard Hinnant | 2010-10-14 | 1 | -2/+2 |
| * | Fix whitespace | Howard Hinnant | 2010-09-04 | 1 | -1/+0 |
| * | [futures.atomic_future] and notify_all_at_thread_exit. This completes the he... | Howard Hinnant | 2010-09-03 | 1 | -0/+35 |
| * | [futures.shared_future] | Howard Hinnant | 2010-09-03 | 1 | -0/+17 |
| * | [futures.task] and [futures.async]. Requires variadics and rvalue-ref support. | Howard Hinnant | 2010-08-30 | 1 | -6/+29 |
| * | future continues ... | Howard Hinnant | 2010-08-27 | 1 | -0/+157 |
| * | Getting started on <future> | Howard Hinnant | 2010-08-25 | 1 | -0/+63 |