summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/charconv
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix leading zeros in std::to_charsZhihao Yuan2019-06-101-0/+97
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+2
* Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testin...Marshall Clow2019-03-204-0/+8
* Make to_chars/from_chars work back to C++11. This means that we can use them ...Marshall Clow2019-03-204-4/+4
* Support tests in freestandingJF Bastien2019-02-044-4/+12
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-092-4/+2
* [libcxx] Mark some tests as still failing on macosx10.14Louis Dionne2018-12-142-0/+2
* [libcxx] Mark charconv tests as failing for previous libcxx versions.Volodymyr Sapsai2018-08-102-0/+18
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-011-0/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-014-0/+321
OpenPOWER on IntegriCloud