summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time/time.duration
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* Fix a bug in std::chrono::abs where it would fail when the duration's period ...Marshall Clow2019-07-261-0/+6
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-319-0/+18
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-017-2/+91
* Support tests in freestandingJF Bastien2019-02-0461-61/+183
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1961-244/+183
* De-tab a couple tests. NFCMarshall Clow2019-01-032-4/+4
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-1/+2
* Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow2018-11-133-3/+15
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-162-1/+27
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-163-88/+0
* Implement the first part of the calendar support for C++20. This is still inc...Marshall Clow2018-10-153-0/+88
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-293-3/+3
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-1921-21/+54
* 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
* [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
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-034-4/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-4/+4
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-285-14/+8
* Implement P0092R1 for C++1zMarshall Clow2015-11-058-0/+306
* Move test into test/std subdirectory.Eric Fiselier2014-12-2053-0/+2014
OpenPOWER on IntegriCloud