Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 101 | -3593/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on ↵ | Jonathan Roelofs | 2014-09-05 | 2 | -2/+2 |
| | | | | | | | | available_features http://reviews.llvm.org/D5214 llvm-svn: 217261 | ||||
* | Partially address a FIXME in steady_clock::now() | Jonathan Roelofs | 2014-09-02 | 2 | -0/+3 |
| | | | | | | http://reviews.llvm.org/D4045 llvm-svn: 216949 | ||||
* | Add license headers to a bunch of libc++ files that were missing them. No ↵ | Marshall Clow | 2014-01-16 | 2 | -0/+18 |
| | | | | | | functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. llvm-svn: 199400 | ||||
* | Mark namespaces for user defined literals as 'inline' | Marshall Clow | 2013-10-05 | 4 | -0/+142 |
| | | | | llvm-svn: 192047 | ||||
* | Forgot to svn add the test for r189722. | Howard Hinnant | 2013-08-31 | 1 | -0/+37 |
| | | | | llvm-svn: 189723 | ||||
* | SFINAE out duration converting constructor if the constructor would ↵ | Howard Hinnant | 2013-08-31 | 1 | -0/+4 |
| | | | | | | otherwise cause a ratio compile-time overflow. This fixes LWG 2094. llvm-svn: 189722 | ||||
* | Rename time.duration.literals step 3 | Howard Hinnant | 2013-08-07 | 1 | -0/+59 |
| | | | | llvm-svn: 187905 | ||||
* | Rename time.duration.literals step 2 | Howard Hinnant | 2013-08-07 | 1 | -59/+0 |
| | | | | llvm-svn: 187904 | ||||
* | Rename time.duration.literals step 1 | Howard Hinnant | 2013-08-07 | 2 | -59/+59 |
| | | | | llvm-svn: 187903 | ||||
* | Constrain fill_n -> memset operations to include implicit convertibility to ↵ | Howard Hinnant | 2013-08-01 | 1 | -1/+1 |
| | | | | | | unsigned char. This fixes http://llvm.org/bugs/show_bug.cgi?id=16764. Also a drive-by fix on a chrono test suite bug. llvm-svn: 187552 | ||||
* | Implement n3469 - constexpr for chrono | Marshall Clow | 2013-07-31 | 9 | -0/+144 |
| | | | | llvm-svn: 187517 | ||||
* | literal suffixes for std::chrono | Marshall Clow | 2013-07-24 | 1 | -0/+59 |
| | | | | llvm-svn: 187078 | ||||
* | [tests] One last batch of XFAILs, for tests using new symbols added to libc++. | Daniel Dunbar | 2013-02-06 | 3 | -0/+15 |
| | | | | | | | - As of this commit, the test suite should now fully pass on both darwin11 and darwin12 when testing against either a locally built libc++ or the system libc++. llvm-svn: 174478 | ||||
* | Zhang Xiongpang: Add definitions for const data members. Fixes ↵ | Howard Hinnant | 2012-12-12 | 3 | -0/+12 |
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=14585. llvm-svn: 170026 | ||||
* | Applied constexpr to <chrono>. | Howard Hinnant | 2012-07-13 | 25 | -6/+357 |
| | | | | llvm-svn: 160184 | ||||
* | Update testsuite strucuture to latest draft | Howard Hinnant | 2010-11-23 | 2 | -0/+0 |
| | | | | llvm-svn: 120036 | ||||
* | N3191: C++ Timeout Specification | Howard Hinnant | 2010-11-20 | 5 | -8/+8 |
| | | | | llvm-svn: 119909 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 93 | -186/+186 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 75 | -101/+1633 |
| | | | | llvm-svn: 111767 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 93 | -93/+93 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 95 | -0/+1276 |
llvm-svn: 103490 |