summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement <filesystem>Eric Fiselier2018-07-271-2462/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-251-1/+31
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-251-161/+165
* Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier2018-07-251-9/+18
* Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier2018-07-231-2/+10
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-231-25/+36
* Fix two test failures in <experimental/filesystem>Eric Fiselier2018-07-201-0/+5
* Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier2018-07-201-0/+8
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-201-11/+382
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-6/+6
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-6/+6
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-6/+6
* Allow copy elision in path concatenationDavid Bolvansky2018-05-091-1/+3
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-021-5/+14
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-021-46/+122
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-261-11/+53
* Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-041-8/+8
* Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-041-35/+37
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow2017-11-161-1/+2
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-301-11/+11
* Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier2017-04-131-10/+2
* Work around recent -Wshadow changes in ClangEric Fiselier2017-04-041-0/+11
* Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-061-2/+4
* experimental: remove some extraneous _LIBCPP_FUNC_VISSaleem Abdulrasool2017-01-301-14/+13
* experimental: tolerate the existence of a `__deref` macroSaleem Abdulrasool2017-01-301-6/+9
* Fix filesystem::path assignment from {}Eric Fiselier2017-01-181-0/+1
* Fix unused parameters and variablesEric Fiselier2016-12-231-2/+6
* Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier2016-10-311-2/+12
* Improve performance of constructing filesystem::path from strings.Eric Fiselier2016-10-301-3/+4
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-301-6/+19
* Implement modified LWG 2665Eric Fiselier2016-10-151-2/+11
* Implement LWG2664 and update its statusEric Fiselier2016-10-151-0/+2
* Move inline attributes in filesystem to first declarationEric Fiselier2016-09-161-3/+7
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-4/+4
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-281-0/+3
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-0/+11
* Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier2016-07-231-21/+43
* Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier2016-06-211-1/+1
* Implement LWG issue 2725. The issue should move this meetingEric Fiselier2016-06-211-1/+3
* Add Filesystem TS -- CompleteEric Fiselier2016-06-171-0/+2050
OpenPOWER on IntegriCloud