summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25Fix GCC build in C++14 w/o c++14 constexprEric Fiselier
2018-07-25Remove test which shouldn't have been committedEric Fiselier
2018-07-25Fix failing test under C++14Eric Fiselier
2018-07-25[libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz
2018-07-25Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier
2018-07-25[libc++] Use __int128_t to represent file_time_type.Eric Fiselier
2018-07-25[libc++] Factor duplicate code into function templatesLouis Dionne
2018-07-25[windows] Fix warning about comparing ints of different signsMartin Storsjo
2018-07-25[NFC] Fix grammatical mistakes in libc++ FileTimeType design docsLouis Dionne
2018-07-25Fix diagnostic test to tolerate Clang diagnosing it as well.Eric Fiselier
2018-07-25Fix another typo in the FileTimeType docsEric Fiselier
2018-07-25Fix typos, spelling, and grammar in the FileTimeType design docs.Eric Fiselier
2018-07-25Fix bugs in create_directory implementation.Eric Fiselier
2018-07-25Fix missing includes in format_string.hpp helperEric Fiselier
2018-07-25New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773Marshall Clow
2018-07-25Make <experimental/filesystem> explicitly require C++11.Eric Fiselier
2018-07-25Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier
2018-07-25Add design docs for upcoming file_time_type change.Eric Fiselier
2018-07-25Mark <span> as completeMarshall Clow
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24[CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek
2018-07-24Stop wrapping __has_include in another macroAlexander Richardson
2018-07-24Fix use of incorrect _LIBCXX macro (should be _LIBCPP).Eric Fiselier
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-24fix nesting of namespace and standard-version check. Also include <__config>Marshall Clow
2018-07-24Disable 'suggest braces' warnings for std::array in testsMarshall Clow
2018-07-24Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow
2018-07-24Revert r337727 as it caused Darwin bot failuresAlex Lorenz
2018-07-23Handle DT_UNKNOWN correctly during directory iteration.Eric Fiselier
2018-07-23Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier
2018-07-23Fix accidentally removed test.Eric Fiselier
2018-07-23Revert "Use possibly cached directory entry values when performing recursive ...Eric Fiselier
2018-07-23[CMake] Fix the setting of LIBCXX_HEADER_DIRHeejin Ahn
2018-07-23Cleanup unnecessary conversions in filesystem.Eric Fiselier
2018-07-23Cleanup name qualification in the filesystem internals.Eric Fiselier
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23Use possibly cached directory entry values when performing recursive director...Eric Fiselier
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-23Fix use of C++14 syntax in C++11 filesystem tests.Eric Fiselier
2018-07-23Work around various GCC 4.9 build errorsEric Fiselier
2018-07-23Implement filesystem_error::what() and improve reporting.Eric Fiselier
2018-07-22Workaround bug in GCC trunk.Eric Fiselier
2018-07-22Harden copy_file even more.Eric Fiselier
2018-07-22fix test failures with older clang versionsEric Fiselier
2018-07-22Implement a better copy_file.Eric Fiselier
2018-07-20[CMake] Install C++ ABI headers into the right locationPetr Hosek
2018-07-20adjust incorrect commentEric Fiselier
2018-07-20Fix two test failures in <experimental/filesystem>Eric Fiselier
2018-07-20Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier
2018-07-20cleanup test assertion inside libraryEric Fiselier