summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time/time.cal
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-3/+23
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-238-12/+12
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* [libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0Louis Dionne2019-08-202-0/+2
* [libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and upLouis Dionne2019-08-142-2/+2
* [libc++] Mark two <chrono> tests as unsupported on AppleClang 11Louis Dionne2019-08-132-2/+2
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-2519-60/+155
* Add tests for LWG 3206. NFCMarshall Clow2019-06-171-0/+23
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-286-15/+4
* Support tests in freestandingJF Bastien2019-02-04176-176/+524
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19177-708/+531
* Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2019-01-112-6/+6
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-1118-113/+923
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-1527-34/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-14115-373/+372
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-24170-170/+170
* [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10Louis Dionne2018-10-174-4/+4
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-16172-0/+9724
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-16172-9720/+0
* Wrap up the new chrono literals in an #ifdef so that old versions of clang do...Marshall Clow2018-10-152-0/+4
* Implement the first part of the calendar support for C++20. This is still inc...Marshall Clow2018-10-15172-0/+9716
OpenPOWER on IntegriCloud