Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change sleep_for, sleep_until, and the condition_variable timed wait | Howard Hinnant | 2012-08-30 | 1 | -2/+14 |
| | | | | | | | | | | | | | functions to protect against duration and time_point overflow. Since we're about to wait anyway, we can afford to spend a few more cycles on this checking. I purposefully did not treat the timed try_locks with overflow checking. This fixes http://llvm.org/bugs/show_bug.cgi?id=13721 . I'm unsure if the standard needs clarification in this area, or if this is simply QOI. The <chrono> facilities were never intended to overflow check, but just to not overflow if durations stayed within +/- 292 years. llvm-svn: 162925 | ||||
* | noexcept applied to <condition_variable>. | Howard Hinnant | 2012-07-21 | 1 | -2/+2 |
| | | | | llvm-svn: 160605 | ||||
* | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -2/+1 |
| | | | | llvm-svn: 145624 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Convert __thread_local_data to the singleton pattern | Howard Hinnant | 2010-10-14 | 1 | -1/+1 |
| | | | | llvm-svn: 116500 | ||||
* | [futures.atomic_future] and notify_all_at_thread_exit. This completes the ↵ | Howard Hinnant | 2010-09-03 | 1 | -0/+6 |
| | | | | | | header <future> and all of Chapter 30 (for C++0x enabled compilers). llvm-svn: 113017 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+64 |
llvm-svn: 103490 |