summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-25[libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz
2018-07-25Fix GCC build in C++14 w/o c++14 constexprEric 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[windows] Fix warning about comparing ints of different signsMartin Storsjo
2018-07-25Fix bugs in create_directory implementation.Eric Fiselier
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-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-23Revert "Use possibly cached directory entry values when performing recursive ...Eric Fiselier
2018-07-23Cleanup unnecessary conversions in filesystem.Eric Fiselier
2018-07-23Cleanup name qualification in the filesystem internals.Eric Fiselier
2018-07-23Use possibly cached directory entry values when performing recursive director...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-22Implement a better copy_file.Eric Fiselier
2018-07-20adjust incorrect commentEric 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
2018-07-20[libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier
2018-07-16Fix PR38160 - init_priority attribute not supported by GCC on Apple.Eric Fiselier
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-06-28Configure ELAST for MinGWPirama Arumuga Nainar
2018-05-29Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow
2018-04-04Fix locale test data for GLIBC 2.27 and newer.Eric Fiselier
2018-04-02Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier
2018-03-26Implement filesystem::perm_options specified in NB comments.Eric Fiselier
2018-03-22Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier
2018-02-06Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...Nico Weber
2018-02-04Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier
2018-02-01Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow
2018-02-01Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow
2018-02-01Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow
2018-01-26libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne
2018-01-23libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne
2018-01-23libcxx: Move Windows threading support into a .cpp file.Peter Collingbourne
2018-01-18libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...Peter Collingbourne
2018-01-17libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne
2018-01-11Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...Marshall Clow
2018-01-11Make std::experimental::filesystem::remove and remove_all return false or 0 i...Ekaterina Vaartis
2017-12-25[libcxx] Suppress unused warning on apple.Don Hinton
2017-12-16[libcxx] Add WebAssembly supportSam Clegg
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek