summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+1
* Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testin...Marshall Clow2019-03-201-0/+2
* Make to_chars/from_chars work back to C++11. This means that we can use them ...Marshall Clow2019-03-201-1/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* [libcxx] Mark some tests as still failing on macosx10.14Louis Dionne2018-12-141-0/+1
* [libcxx] Mark charconv tests as failing for previous libcxx versions.Volodymyr Sapsai2018-08-101-0/+9
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-011-0/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+181
OpenPOWER on IntegriCloud