summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/time
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20101-3593/+0
| | | | llvm-svn: 224658
* Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on ↵Jonathan Roelofs2014-09-052-2/+2
| | | | | | | | available_features http://reviews.llvm.org/D5214 llvm-svn: 217261
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-022-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 Clow2014-01-162-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 Clow2013-10-054-0/+142
| | | | llvm-svn: 192047
* Forgot to svn add the test for r189722.Howard Hinnant2013-08-311-0/+37
| | | | llvm-svn: 189723
* SFINAE out duration converting constructor if the constructor would ↵Howard Hinnant2013-08-311-0/+4
| | | | | | otherwise cause a ratio compile-time overflow. This fixes LWG 2094. llvm-svn: 189722
* Rename time.duration.literals step 3Howard Hinnant2013-08-071-0/+59
| | | | llvm-svn: 187905
* Rename time.duration.literals step 2Howard Hinnant2013-08-071-59/+0
| | | | llvm-svn: 187904
* Rename time.duration.literals step 1Howard Hinnant2013-08-072-59/+59
| | | | llvm-svn: 187903
* Constrain fill_n -> memset operations to include implicit convertibility to ↵Howard Hinnant2013-08-011-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 chronoMarshall Clow2013-07-319-0/+144
| | | | llvm-svn: 187517
* literal suffixes for std::chronoMarshall Clow2013-07-241-0/+59
| | | | llvm-svn: 187078
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-063-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 Hinnant2012-12-123-0/+12
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=14585. llvm-svn: 170026
* Applied constexpr to <chrono>.Howard Hinnant2012-07-1325-6/+357
| | | | llvm-svn: 160184
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-232-0/+0
| | | | llvm-svn: 120036
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-205-8/+8
| | | | llvm-svn: 119909
* license changeHoward Hinnant2010-11-1693-186/+186
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2275-101/+1633
| | | | llvm-svn: 111767
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1193-93/+93
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1195-0/+1276
llvm-svn: 103490
OpenPOWER on IntegriCloud