summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/filesystem
Commit message (Expand)AuthorAgeFilesLines
* 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