| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libcxx{,abi}] Emit deplibs only when detected by CMake | Michał Górny | 2019-12-02 | 1 | -1/+1 |
| * | [runtimes] Don't depend on libpthread on Android | Yi Kong | 2019-07-22 | 1 | -1/+1 |
| * | Make ~mutex and ~condition_variable trivial on Windows. | Eric Fiselier | 2019-07-07 | 1 | -4/+1 |
| * | [libc++] Avoid using timespec when it might not be available | Mikhail Maltsev | 2019-06-21 | 1 | -1/+1 |
| * | [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files | Petr Hosek | 2019-05-30 | 1 | -1/+1 |
| * | [runtimes] Support ELF dependent libraries feature | Petr Hosek | 2019-05-30 | 1 | -0/+4 |
| * | 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 |
| * | Recommit [libcxx] Never use <cassert> within libc++ | Eric Fiselier | 2017-02-04 | 1 | -1/+0 |
| * | Revert "[libcxx] Never use <cassert> within libc++" | Eric Fiselier | 2017-01-24 | 1 | -0/+1 |
| * | [libcxx] Never use <cassert> within libc++ | Eric Fiselier | 2017-01-24 | 1 | -1/+0 |
| * | Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ... | Eric Fiselier | 2016-09-03 | 1 | -0/+6 |
| * | Refactor pthread usage of libcxx. | Asiri Rathnayake | 2016-05-06 | 1 | -5/+5 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+6 |
| * | Implement LWG issue #2135. If something goes wrong in condition_variable::wai... | Marshall Clow | 2014-03-26 | 1 | -2/+2 |
| * | Change sleep_for, sleep_until, and the condition_variable timed wait | Howard Hinnant | 2012-08-30 | 1 | -2/+14 |
| * | noexcept applied to <condition_variable>. | Howard Hinnant | 2012-07-21 | 1 | -2/+2 |
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -2/+1 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Convert __thread_local_data to the singleton pattern | Howard Hinnant | 2010-10-14 | 1 | -1/+1 |
| * | [futures.atomic_future] and notify_all_at_thread_exit. This completes the he... | Howard Hinnant | 2010-09-03 | 1 | -0/+6 |
| * | 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/+64 |