summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2314-15/+15
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-236-6/+0
* [libcxx] Do not implicitly #include assert.hDavid Zarzycki2019-09-265-2/+7
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-6/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-0/+6
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-6/+0
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2127-37/+37
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-0/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31114-0/+172
* Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow2019-04-302-0/+61
* Fix namespace name conflict with GCCEric Fiselier2019-04-236-55/+55
* Revert "[coroutines] Add std::experimental::task<T> type"Brian Gesiak2019-03-2610-1172/+0
* [coroutines] Add std::experimental::task<T> typeBrian Gesiak2019-03-2610-0/+1172
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+4
* [libcxx] Make sure all experimental tests are disabled when enable_experiment...Louis Dionne2019-02-2329-28/+3
* Support tests in freestandingJF Bastien2019-02-04168-174/+509
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19168-672/+504
* Fix UB in SIMD tests.Eric Fiselier2018-09-221-1/+1
* [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
* Implement <filesystem>Eric Fiselier2018-07-27142-13959/+0
* 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
* 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-252-174/+335
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-253-6/+67
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-251-3/+8
* Fix accidentally removed test.Eric Fiselier2018-07-231-2/+15
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-237-32/+48
* fix test failures with older clang versionsEric Fiselier2018-07-225-4/+36
* Implement a better copy_file.Eric Fiselier2018-07-222-144/+240
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-2018-246/+2160
* Mark the test using <experimental/memory_resource> to require c++experimental.Volodymyr Sapsai2018-06-111-0/+1
* Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-296-17/+300
* Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen2018-04-239-0/+648
* Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen2018-04-2310-654/+0
* [libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen2018-04-2310-0/+654
* [coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov2018-04-051-1/+0
* [coroutines] libcxx noop_coroutine. Make bots happierGor Nishanov2018-04-041-0/+10
* [coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov2018-04-041-0/+66
* [libcxx][test] Fix fs::proximate tests on platforms where /net exists.Jan Korous2018-04-041-1/+1
* [libcxx][test] Improve assert messageJan Korous2018-04-041-3/+11
* Fix fs::proximate tests on platforms where /net exists.Eric Fiselier2018-04-031-4/+4
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-022-8/+54
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-0219-270/+752
* Fix test case initialization issues in permissions testEric Fiselier2018-03-261-1/+7
OpenPOWER on IntegriCloud