summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time
Commit message (Expand)AuthorAgeFilesLines
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-2/+2
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-3/+23
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-234-5/+5
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2323-53/+53
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [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++] Mark <chrono> test as unsupported on AppleClang 9Louis Dionne2019-08-141-0/+1
* [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 hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.Marshall Clow2019-08-0815-0/+782
* Fix a bug in std::chrono::abs where it would fail when the duration's period ...Marshall Clow2019-07-261-0/+6
* 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
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3136-0/+72
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-018-2/+127
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-286-15/+4
* [libc++] Remove too-stringent XFAILs for file_clock testsLouis Dionne2019-03-213-4/+0
* [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmasLouis Dionne2019-03-203-0/+4
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-201-0/+1
* [libc++] Flag file_clock test as expected to fail with ASANLouis Dionne2019-03-191-0/+4
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-9/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-193-0/+9
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-9/+0
* Support tests in freestandingJF Bastien2019-02-04299-299/+893
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19302-1208/+906
* 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-1120-113/+1052
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* De-tab a couple tests. NFCMarshall Clow2019-01-033-6/+6
* Fix copy paste error in file_clock testsEric Fiselier2018-12-211-3/+3
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-214-0/+128
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-1/+2
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* [libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne2018-12-063-9/+12
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-1527-34/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-14117-375/+374
* Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow2018-11-138-8/+57
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-24174-174/+174
* [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-16178-1/+9864
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-16179-9921/+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-15179-0/+9917
* Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow2018-08-292-0/+40
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-1/+1
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-311-0/+16
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-113-6/+6
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-293-3/+3
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-14/+15
OpenPOWER on IntegriCloud