summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-1924-24/+60
* Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot.Marshall Clow2017-03-212-4/+4
* Add a bit more to one of the chrono testsMarshall Clow2017-03-211-0/+11
* Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow2017-03-212-4/+20
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-153-6/+6
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-073-3/+3
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-0410-16/+190
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+13
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-049-10/+27
* Remove usages of _LIBCPP_CONSTEXPR under test/stdEric Fiselier2016-10-121-4/+6
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Fix bad test that was previously getting ifdef-ed awayEric Fiselier2016-06-141-2/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-0/+2
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-037-7/+7
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-5/+5
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-285-14/+8
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+5
* Last bit of P0006; mark it as completeMarshall Clow2015-11-301-0/+4
* Implement P0092R1 for C++1zMarshall Clow2015-11-0514-0/+589
* Move test/std/utilities/date.time to proper stable name utilities/time/date.timeEric Fiselier2015-08-241-0/+40
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-054-0/+10
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-143-6/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-20101-0/+3593
OpenPOWER on IntegriCloud