summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Merging r340609:Hans Wennborg2018-09-062-1/+45
* Merging r340823:Hans Wennborg2018-08-304-0/+32
* Merging r339816:Hans Wennborg2018-08-173-2/+9
* Merging r339804:Hans Wennborg2018-08-173-2/+3
* Merging r339742:Hans Wennborg2018-08-172-6/+6
* Merging r339702:Hans Wennborg2018-08-171-1/+1
* Merging r339675:Hans Wennborg2018-08-173-0/+7
* Merging r339743:Hans Wennborg2018-08-1616-102/+193
* Merging r339794:Hans Wennborg2018-08-161-0/+4
* Merging r339431:Hans Wennborg2018-08-141-0/+25
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-012-1/+2
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-016-0/+554
* First half of C++17's splicing maps and setsErik Pilkington2018-08-0134-2/+2382
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-312-0/+20
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-312-0/+84
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-312-0/+30
* Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...Marshall Clow2018-07-312-10/+66
* [libcxx] fix `>> 42` UB in <experimental/simd>Tim Shen2018-07-301-1/+1
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-3015-397/+1137
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-3015-1137/+397
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-3015-397/+1137
* Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2018-07-271-1/+4
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-1/+1
* Implement <filesystem>Eric Fiselier2018-07-27162-156/+637
* Correct comment about stat truncating st_mtimespec to secondsEric Fiselier2018-07-261-19/+6
* Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.Eric Fiselier2018-07-261-11/+38
* Add print statements to help debuggingEric Fiselier2018-07-261-11/+21
* Work around GCC bug in constexpr functionEric Fiselier2018-07-251-3/+4
* Remove test which shouldn't have been committedEric Fiselier2018-07-251-19/+0
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-254-218/+481
* Fix diagnostic test to tolerate Clang diagnosing it as well.Eric Fiselier2018-07-251-0/+5
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-253-6/+67
* Fix missing includes in format_string.hpp helperEric Fiselier2018-07-251-4/+5
* New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773Marshall Clow2018-07-251-0/+175
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-251-3/+8
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-241-5/+3
* Disable 'suggest braces' warnings for std::array in testsMarshall Clow2018-07-242-0/+7
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-2439-0/+4409
* Fix accidentally removed test.Eric Fiselier2018-07-231-2/+15
* Fix use of C++14 syntax in C++11 filesystem tests.Eric Fiselier2018-07-231-3/+5
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-2310-44/+184
* fix test failures with older clang versionsEric Fiselier2018-07-225-4/+36
* Implement a better copy_file.Eric Fiselier2018-07-224-158/+258
* Fix two test failures in <experimental/filesystem>Eric Fiselier2018-07-201-1/+1
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-2022-250/+2335
* Fix a couple of 'unused variable' warnings in a vector test. NFC.Marshall Clow2018-07-131-0/+4
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* [test] two small cleanups:Casey Carter2018-07-092-5/+2
OpenPOWER on IntegriCloud