| Commit message (Expand) | Author | Age | Files | Lines |
| * | [runtimes] Check if pragma comment(lib, ...) is supported first | Petr Hosek | 2019-05-30 | 1 | -1/+1 |
| * | [runtimes] Support ELF dependent libraries feature | Petr Hosek | 2019-05-30 | 1 | -0/+4 |
| * | [WebAssembly] WASI support for libcxx | Dan Gohman | 2019-05-01 | 1 | -2/+2 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide... | Louis Dionne | 2018-11-13 | 1 | -2/+2 |
| * | Fix Libc++ build with MinGW64 | Eric Fiselier | 2017-05-31 | 1 | -1/+1 |
| * | Remove usages of _LIBCPP_MSVC which is never defined | Eric Fiselier | 2017-05-10 | 1 | -1/+1 |
| * | [libcxx] Support threads on Fuchsia | Petr Hosek | 2017-03-01 | 1 | -2/+2 |
| * | Fix the build of thread.cpp on CloudABI. | Ed Schouten | 2017-02-11 | 1 | -2/+2 |
| * | Threading support: externalize sleep_for() function. | Asiri Rathnayake | 2017-02-09 | 1 | -26/+2 |
| * | Refer to _LIBCPP_MSVC macro where applicable | Saleem Abdulrasool | 2017-02-06 | 1 | -1/+1 |
| * | [libcxx] Follow-up to r292107 | Asiri Rathnayake | 2017-01-16 | 1 | -5/+5 |
| * | Ensure Sleep(...) isn't passed the value 0 on Windows | Eric Fiselier | 2017-01-07 | 1 | -1/+1 |
| * | thread: implement sleep_for on Windows | Saleem Abdulrasool | 2017-01-07 | 1 | -0/+7 |
| * | clean up use of _WIN32 | Saleem Abdulrasool | 2017-01-03 | 1 | -5/+6 |
| * | Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ... | Marshall Clow | 2016-08-25 | 1 | -6/+4 |
| * | [libcxx] Fix thread join.pass.cpp segfault after r271475 | Asiri Rathnayake | 2016-06-03 | 1 | -4/+7 |
| * | Refactor pthread usage of libcxx. | Asiri Rathnayake | 2016-05-06 | 1 | -2/+2 |
| * | [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting | Ben Craig | 2016-01-29 | 1 | -3/+8 |
| * | Don't include <sys/sysctl.h> on CloudABI. | Ed Schouten | 2015-03-10 | 1 | -2/+2 |
| * | libc++: support NaCl when building thread.cpp | JF Bastien | 2014-12-02 | 1 | -4/+4 |
| * | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+5 |
| * | Handle partial nanosleeps in this_thread::sleep_for | David Majnemer | 2014-06-04 | 1 | -1/+3 |
| * | Switch to using C++ style casts. | Joerg Sonnenberger | 2014-01-04 | 1 | -1/+1 |
| * | G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that... | Howard Hinnant | 2013-10-04 | 1 | -1/+5 |
| * | Xing Xue: port to IBM XLC++/AIX. | Howard Hinnant | 2013-08-14 | 1 | -2/+2 |
| * | Windows support in thread::hardware_concurrency. | Howard Hinnant | 2013-07-02 | 1 | -0/+7 |
| * | Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ... | Howard Hinnant | 2013-06-30 | 1 | -3/+3 |
| * | Create a weak pthread_create reference on NetBSD to not force a | Joerg Sonnenberger | 2013-05-17 | 1 | -0/+4 |
| * | Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu... | Howard Hinnant | 2013-03-29 | 1 | -1/+1 |
| * | Fix a few warnings/errors for compiling with -fno-exceptions. | Howard Hinnant | 2013-03-28 | 1 | -0/+2 |
| * | Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ... | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| * | Removed raw references to _WIN32; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| * | Belt and suspenders when calling sysconf | Marshall Clow | 2013-02-07 | 1 | -1/+3 |
| * | Another libc++ warning suppression on Linux; no functionality change | Marshall Clow | 2013-02-07 | 1 | -1/+1 |
| * | Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC. | Howard Hinnant | 2012-12-27 | 1 | -2/+4 |
| * | Change sleep_for, sleep_until, and the condition_variable timed wait | Howard Hinnant | 2012-08-30 | 1 | -3/+15 |
| * | Andrew Morrow: The attached patch is an attempt to implement | Howard Hinnant | 2012-08-02 | 1 | -2/+11 |
| * | noexcept applied to <thread>. | Howard Hinnant | 2012-07-21 | 1 | -1/+1 |
| * | Solaris port. Currently sees around 200 test failures, mostly related to | David Chisnall | 2012-02-29 | 1 | -1/+1 |
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -1/+1 |
| * | Work on Windows port by Ruben Van Boxem | Howard Hinnant | 2011-09-23 | 1 | -0/+2 |
| * | Effort to reduce the number of exported symbols | Howard Hinnant | 2010-12-17 | 1 | -3/+18 |
| * | 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/+6 |
| * | [futures.atomic_future] and notify_all_at_thread_exit. This completes the he... | Howard Hinnant | 2010-09-03 | 1 | -0/+22 |
| * | future continues ... | Howard Hinnant | 2010-08-27 | 1 | -0/+55 |
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -4/+4 |
| * | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+4 |
| * | For compiling on FreeBSD | Howard Hinnant | 2010-05-25 | 1 | -0/+1 |