summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/filesystem/fs.op.funcs
Commit message (Expand)AuthorAgeFilesLines
* Implement <filesystem>Eric Fiselier2018-07-2741-5067/+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-251-168/+314
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-253-6/+67
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-232-4/+5
* Implement a better copy_file.Eric Fiselier2018-07-222-144/+240
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-201-10/+15
* 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 filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-027-157/+321
* Fix test case initialization issues in permissions testEric Fiselier2018-03-261-1/+7
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-262-31/+48
* Make filesystem tests generic between experimental and std versions.Eric Fiselier2018-03-2638-91/+76
* [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
* 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
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-302-6/+6
* 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
* 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
* 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-182-3/+3
* Fix last_write_time tests for filesystems that don't support negative and ver...Jonas Hahnfeld2017-01-141-29/+63
* Fix unused parameters and variablesEric Fiselier2016-12-2313-47/+11
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-1/+2
* Fix non-portable tests for temp_directory_path(...)Eric Fiselier2016-10-241-8/+11
* Fix libc++ specific assertion in permissions(...) testsEric Fiselier2016-10-231-1/+2
* Implement LWG 2712 and update other issues statusEric Fiselier2016-10-161-2/+26
* Implement LWG 2681 and 2682Eric Fiselier2016-10-161-0/+41
* Implement LWG 2672.Eric Fiselier2016-10-151-0/+29
* Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...Eric Fiselier2016-10-111-5/+27
* test: relax the FS test a slight bit to be more reliableSaleem Abdulrasool2016-08-111-1/+2
* test/hard_link_count(): Fix test on darwinMatthias Braun2016-08-101-8/+17
* [libcxx][filesystem] Remove setgid from parent before testing permissionsJonas Hahnfeld2016-07-181-0/+3
* Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier2016-06-211-9/+13
* Implement LWG issue 2725. The issue should move this meetingEric Fiselier2016-06-211-0/+4
* Fix bugs in last_write_time implementation.Eric Fiselier2016-06-191-23/+89
* Fix 3 bugs in filesystem tests and implementation.Eric Fiselier2016-06-181-6/+15
* Add additional tests in an attempt to diagnose ARM test failures.Eric Fiselier2016-06-181-1/+6
OpenPOWER on IntegriCloud