summaryrefslogtreecommitdiff
path: root/src/experimental
AgeCommit message (Expand)Author
2017-01-07[libc++] Tolerate presence of __deallocate macroEric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-02Make variant's index part of the hash valueEric Fiselier
2016-10-30Improve performance of constructing filesystem::path from strings.Eric Fiselier
2016-10-30Rewrite std::filesystem::path iterators and parserEric Fiselier
2016-10-28Fix Clang 3.6 build errorEric Fiselier
2016-10-16Implement LWG 2712 and update other issues statusEric Fiselier
2016-10-16Implement LWG 2681 and 2682Eric Fiselier
2016-10-15Implement LWG 2672.Eric Fiselier
2016-10-15Implement modified LWG 2665Eric Fiselier
2016-10-11Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...Eric Fiselier
2016-10-10Workaround missing C++14 constexpr semantics in filesystemEric Fiselier
2016-10-10Remove use of int128_t inside the filesystem implementationEric Fiselier
2016-09-29Partially revert overflow checking in last_write_timeEric Fiselier
2016-09-28Improve 'last_write_time(...)' accuracy and detect overflow errors.Eric Fiselier
2016-09-27Fix possible division by zeroEric Fiselier
2016-09-03memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier
2016-09-03Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier
2016-08-25Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-07-23Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier
2016-07-11Hide some internal symbols for memory resource.Eric Fiselier
2016-07-02Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...Eric Fiselier
2016-07-01Add another workaround for C++17 inline variable ABI breakage.Eric Fiselier
2016-06-22Cleanup filesystem::permissions ever more.Eric Fiselier
2016-06-22Avoid unnecessary stat call in filesystem::permissions implementation.Eric Fiselier
2016-06-21Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier
2016-06-19Fix bugs in last_write_time implementation.Eric Fiselier
2016-06-18Remove Apple specific guard for utimensat. Use !defined(UTIME_OMIT) instead.Eric Fiselier
2016-06-18Use utimes instead of utimensat when !defined(UTIME_OMIT). Fixes build for ol...Eric Fiselier
2016-06-18Add additional tests in an attempt to diagnose ARM test failures.Eric Fiselier
2016-06-17Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...Eric Fiselier
2016-06-17Fix bugs in recursive_directory_iterator implementation and tests.Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2016-05-07Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier
2016-05-07Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONSEric Fiselier
2016-05-07Add <experimental/memory_resource>Eric Fiselier
2016-05-03Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier