index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
src
/
experimental
/
filesystem
/
operations.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement <filesystem>
Eric Fiselier
2018-07-27
1
-1709
/
+0
*
Be more consistent about which bool value means an error occurred
Eric Fiselier
2018-07-26
1
-6
/
+6
*
Cleanup the last_write_time internals
Eric Fiselier
2018-07-26
1
-1
/
+2
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
1
-30
/
+52
*
Fix bugs in create_directory implementation.
Eric Fiselier
2018-07-25
1
-2
/
+4
*
Ensure path::iterator and PathParser share the same enumeration values.
Eric Fiselier
2018-07-25
1
-11
/
+10
*
Cleanup unnecessary conversions in filesystem.
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Cleanup name qualification in the filesystem internals.
Eric Fiselier
2018-07-23
1
-83
/
+83
*
Work around various GCC 4.9 build errors
Eric Fiselier
2018-07-23
1
-1
/
+7
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
1
-302
/
+285
*
Harden copy_file even more.
Eric Fiselier
2018-07-22
1
-5
/
+7
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
1
-79
/
+279
*
adjust incorrect comment
Eric Fiselier
2018-07-20
1
-1
/
+2
*
cleanup test assertion inside library
Eric Fiselier
2018-07-20
1
-6
/
+0
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
1
-165
/
+192
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
1
-28
/
+647
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-8
/
+11
*
Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...
Nico Weber
2018-02-06
1
-4
/
+29
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
1
-10
/
+20
*
Make std::experimental::filesystem::remove and remove_all return false or 0 i...
Ekaterina Vaartis
2018-01-11
1
-4
/
+11
*
[libcxx] Suppress unused warning on apple.
Don Hinton
2017-12-25
1
-0
/
+1
*
Rename a couple variables to eliminate a shadow warning. No functionality change
Marshall Clow
2017-08-02
1
-11
/
+11
*
Fix filesystem build on platforms with weird time_t types.
Eric Fiselier
2017-07-08
1
-144
/
+8
*
Implement LWG 2937 - equivalent("dne", "exists") is not an error
Eric Fiselier
2017-07-05
1
-6
/
+9
*
Fix potential bug by casting to the POSIX specified type
Eric Fiselier
2017-06-16
1
-1
/
+1
*
Fix remaining GCC 7 build warnings
Eric Fiselier
2017-05-05
1
-2
/
+2
*
filesystem: return the constructed object
Saleem Abdulrasool
2017-02-07
1
-5
/
+2
*
filesystem: fix n4100 conformance for `temp_directory_path`
Saleem Abdulrasool
2017-02-05
1
-14
/
+19
*
Implement LWG 2712 and update other issues status
Eric Fiselier
2016-10-16
1
-0
/
+6
*
Implement LWG 2681 and 2682
Eric Fiselier
2016-10-16
1
-0
/
+3
*
Implement LWG 2672.
Eric Fiselier
2016-10-15
1
-5
/
+17
*
Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...
Eric Fiselier
2016-10-11
1
-6
/
+2
*
Workaround missing C++14 constexpr semantics in filesystem
Eric Fiselier
2016-10-10
1
-5
/
+12
*
Remove use of int128_t inside the filesystem implementation
Eric Fiselier
2016-10-10
1
-30
/
+118
*
Partially revert overflow checking in last_write_time
Eric Fiselier
2016-09-29
1
-5
/
+7
*
Improve 'last_write_time(...)' accuracy and detect overflow errors.
Eric Fiselier
2016-09-28
1
-5
/
+35
*
Fix possible division by zero
Eric Fiselier
2016-09-27
1
-1
/
+1
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
1
-1
/
+1
*
Cleanup filesystem::permissions ever more.
Eric Fiselier
2016-06-22
1
-20
/
+15
*
Avoid unnecessary stat call in filesystem::permissions implementation.
Eric Fiselier
2016-06-22
1
-1
/
+2
*
Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...
Eric Fiselier
2016-06-21
1
-2
/
+6
*
Fix bugs in last_write_time implementation.
Eric Fiselier
2016-06-19
1
-17
/
+56
*
Remove Apple specific guard for utimensat. Use !defined(UTIME_OMIT) instead.
Eric Fiselier
2016-06-18
1
-5
/
+4
*
Use utimes instead of utimensat when !defined(UTIME_OMIT). Fixes build for ol...
Eric Fiselier
2016-06-18
1
-1
/
+3
*
Add additional tests in an attempt to diagnose ARM test failures.
Eric Fiselier
2016-06-18
1
-2
/
+2
*
Add Filesystem TS -- Complete
Eric Fiselier
2016-06-17
1
-0
/
+754