summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/filesystem
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [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-311-0/+2
* Support tests in freestandingJF Bastien2019-02-042-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* 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
* Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
* [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
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-264-41/+55
* Make filesystem tests generic between experimental and std versions.Eric Fiselier2018-03-26107-233/+173
* [libcxx] Fix last_write_time test for filesystems that don't support very sma...Volodymyr Sapsai2018-02-281-10/+32
* Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-043-4/+4
* Remove debug println from rec.dir.itr.increment testEric Fiselier2018-02-041-2/+0
* Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-041-0/+33
* Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier2018-02-041-1/+6
* Add error code handling to remove_all testEkaterina Vaartis2018-01-121-1/+1
* Make std::experimental::filesystem::remove and remove_all return false or 0 i...Ekaterina Vaartis2018-01-112-3/+27
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-12-071-1/+1
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow2017-11-162-1/+30
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-306-21/+32
* Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier2017-10-301-0/+246
* Fix last_write_time.pass.cpp to work with clang-3.9 and earlierRoman Lebedev2017-10-151-0/+2
* Really do make sure that last_write_time.pass.cpp still works with old clangRoman Lebedev2017-10-151-2/+6
* Silence clang's -Wtautological-constant-compare in last_write_time.pass.cppRoman Lebedev2017-10-151-0/+22
* Fix equivalent test on OS X and FreeBSDEric Fiselier2017-07-051-7/+7
* Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier2017-07-051-51/+75
* Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier2017-04-131-7/+5
* Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-061-2/+2
* add tests for ENAMETOOLONGEric Fiselier2017-02-172-9/+25
* [test] Fix hard_link_count test to account for fs with dir nlink==1Michal Gorny2017-02-081-4/+8
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-051-2/+2
* filesystem: fix n4100 conformance for `temp_directory_path`Saleem Abdulrasool2017-02-051-0/+8
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-187-11/+11
OpenPOWER on IntegriCloud