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
/
include
/
experimental
/
filesystem
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement <filesystem>
Eric Fiselier
2018-07-27
1
-2462
/
+2
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
1
-1
/
+31
*
Make <experimental/filesystem> explicitly require C++11.
Eric Fiselier
2018-07-25
1
-161
/
+165
*
Ensure path::iterator and PathParser share the same enumeration values.
Eric Fiselier
2018-07-25
1
-9
/
+18
*
Recommit "Use possibly cached directory entry values when performing recursiv...
Eric Fiselier
2018-07-23
1
-2
/
+10
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
1
-25
/
+36
*
Fix two test failures in <experimental/filesystem>
Eric Fiselier
2018-07-20
1
-0
/
+5
*
Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...
Eric Fiselier
2018-07-20
1
-0
/
+8
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
1
-11
/
+382
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-6
/
+6
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-6
/
+6
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-6
/
+6
*
Allow copy elision in path concatenation
David Bolvansky
2018-05-09
1
-1
/
+3
*
Implement P0430R2 - File system library on non-POSIX systems.
Eric Fiselier
2018-04-02
1
-5
/
+14
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
1
-46
/
+122
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-11
/
+53
*
Implement LWG 3014 - Fix more noexcept issues in filesystem.
Eric Fiselier
2018-02-04
1
-8
/
+8
*
Implement LWG2989: path's streaming operators allow everything under the sun.
Eric Fiselier
2018-02-04
1
-35
/
+37
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...
Marshall Clow
2017-11-16
1
-1
/
+2
*
Implement LWG 3013 - some filesystem members should not be noexcept.
Eric Fiselier
2017-10-30
1
-11
/
+11
*
Diagnose when reverse_iterator is used on path::iterator.
Eric Fiselier
2017-04-13
1
-10
/
+2
*
Work around recent -Wshadow changes in Clang
Eric Fiselier
2017-04-04
1
-0
/
+11
*
Implement LWG 2787 - [file_status.cons] is inconsistent
Eric Fiselier
2017-03-06
1
-2
/
+4
*
experimental: remove some extraneous _LIBCPP_FUNC_VIS
Saleem Abdulrasool
2017-01-30
1
-14
/
+13
*
experimental: tolerate the existence of a `__deref` macro
Saleem Abdulrasool
2017-01-30
1
-6
/
+9
*
Fix filesystem::path assignment from {}
Eric Fiselier
2017-01-18
1
-0
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-2
/
+6
*
Optimize filesystem::path by providing weaker exception guarantees.
Eric Fiselier
2016-10-31
1
-2
/
+12
*
Improve performance of constructing filesystem::path from strings.
Eric Fiselier
2016-10-30
1
-3
/
+4
*
Rewrite std::filesystem::path iterators and parser
Eric Fiselier
2016-10-30
1
-6
/
+19
*
Implement modified LWG 2665
Eric Fiselier
2016-10-15
1
-2
/
+11
*
Implement LWG2664 and update its status
Eric Fiselier
2016-10-15
1
-0
/
+2
*
Move inline attributes in filesystem to first declaration
Eric Fiselier
2016-09-16
1
-3
/
+7
*
[libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Eric Fiselier
2016-09-15
1
-4
/
+4
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
1
-0
/
+3
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
1
-0
/
+11
*
Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier
2016-07-23
1
-21
/
+43
*
Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...
Eric Fiselier
2016-06-21
1
-1
/
+1
*
Implement LWG issue 2725. The issue should move this meeting
Eric Fiselier
2016-06-21
1
-1
/
+3
*
Add Filesystem TS -- Complete
Eric Fiselier
2016-06-17
1
-0
/
+2050