- e87479b [libc++] Remove the special logic for "noexcept iterators" in basic_string. by Arthur O'Dwyer · 4 years, 1 month ago
- 5c40c99 [libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/g by Arthur O'Dwyer · 4 years, 1 month ago
- 2d0f1fa [libc++] Header inclusion tests. by Arthur O'Dwyer · 4 years, 1 month ago
- 49173ca [libcxx] Avoid intermediate string objects for substrings in windows operator/= by Martin Storsjö · 4 years, 2 months ago
- b9f169f [libcxx] Document windows specifics regarding file_type and perms. NFC. by Martin Storsjö · 4 years, 2 months ago
- 26005c7 [libcxx] Make path::format a non-class enum by Martin Storsjö · 4 years, 3 months ago
- f4f5fb9 [libcxx] Make generic_*string return paths with forward slashes on windows by Martin Storsjö · 4 years, 3 months ago
- 78d693f [libcxx] Implement append and operator/ properly for windows by Martin Storsjö · 4 years, 3 months ago
- 8a783e6 [libcxx] Implement is_absolute properly for windows by Martin Storsjö · 4 years, 3 months ago
- 1700ea7 [libc++] Remove the ability to use braced-init for filesystem paths by Louis Dionne · 4 years, 3 months ago
- d41c6d5 [libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter(). by Arthur O'Dwyer · 4 years, 3 months ago
- 933518f [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent by Louis Dionne · 4 years, 4 months ago
- f448524 [libcxx] Handle backslash as path separator on windows by Martin Storsjö · 4 years, 4 months ago
- de698ae [libcxx] Convert paths to/from the right narrow code page for narrow strings on windows by Martin Storsjö · 4 years, 5 months ago
- 48c6500 [libcxx] Reorder the two u8path functions, to make the following diff more readable. NFC. by Martin Storsjö · 4 years, 5 months ago
- e83e0ca [libcxx] Make filesystem::path::value_type wchar_t on windows by Martin Storsjö · 4 years, 5 months ago
- 08a00c6 [libcxx] Remove ifdefs in the message to static_assert. NFC. by Martin Storsjö · 4 years, 5 months ago
- bf8683ad [libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string in path::operator+=(ECharT). by Marek Kurdej · 4 years, 5 months ago
- 6be11e3 [libcxx] Implement c++2a char8_t input/output of std::filesystem::path by Martin Storsjö · 4 years, 5 months ago
- d586f92 [libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing. NFCI. by Arthur O'Dwyer · 4 years, 6 months ago
- 2eadbc8 [libc++] Rework the whole availability markup implementation by Louis Dionne · 4 years, 6 months ago
- 88ffc72 [libc++] Add a libc++ configuration that does not support localization by Louis Dionne · 4 years, 7 months ago
- 0be2730 [libcxx] Fix typo in spelling of 'sentinel'. NFC. by Martin Storsjö · 4 years, 7 months ago
- 585a3cc3 Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings. by Dimitry Andric · 5 years ago
- f82dba0 Rename __is_foo_iterator traits to reflect their Cpp17 nature. by Eric Fiselier · 5 years ago
- 8a033a9 [libc++] Always build with -fvisibility=hidden by Louis Dionne · 6 years ago
- fa05730 [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas by Louis Dionne · 6 years ago
- afd1a23 [libc++] Mark internal types of std::filesystem as hidden by Louis Dionne · 6 years ago
- b3b8968 [NFC][libc++] Reindent function by Louis Dionne · 6 years ago
- db9152c [libc++] Fix Windows build error in include/filesystem by Thomas Anderson · 6 years ago
- 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 49b183a Implement LWG 3065: Make path operators friends. by Eric Fiselier · 6 years ago
- 866885e Implement LWG 3145: file_clock breaks ABI for C++17 implementations. by Eric Fiselier · 6 years ago
- 0b485f3 Fix even more Clang warnings. by Eric Fiselier · 7 years ago
- f56972e Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 by Marshall Clow · 7 years ago
- 998a5c8 Implement <filesystem> by Eric Fiselier · 7 years ago