summaryrefslogtreecommitdiff
path: root/include/experimental
AgeCommit message (Expand)Author
2019-01-06Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier
2018-11-28Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier
2018-11-28Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier
2018-11-28[libcxx] Remove dynarrayLouis Dionne
2018-10-25Implement sized deallocation for std::allocator and friends.Eric Fiselier
2018-10-25Revert "Fix use of __libcpp_deallocate in dynarray"Eric Christopher
2018-10-25Fix use of __libcpp_deallocate in dynarrayEric Fiselier
2018-07-30Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen
2018-07-30Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen
2018-07-30[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-25[libc++] Use __int128_t to represent file_time_type.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-23Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier
2018-07-23Implement filesystem_error::what() and improve reporting.Eric 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-20[libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-10[libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis 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-06Remove unused code from __functional_base. NFC.Eric Fiselier
2018-05-29LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier
2018-05-09Allow copy elision in path concatenationDavid Bolvansky
2018-04-23Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen
2018-04-23Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen
2018-04-23[libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen
2018-04-05[coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov
2018-04-04[coroutines] Allow compilation under c++03Gor Nishanov
2018-04-04[coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov
2018-04-02Implement P0430R2 - File system library on non-POSIX systems.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 dynarray test failures after changing __libcpp_allocate/deallocateEric Fiselier
2018-03-08Implement LWG#2518 - Non-member swap for propagate_const should call member swapMarshall Clow
2018-02-12While implementing P0777 - preventing unnecessary decay, I found some non-pub...Marshall Clow
2018-02-06Remove more of the std::experimental bits that are now in std::. All the _v t...Marshall Clow
2018-02-05Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow
2018-02-04Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier
2018-02-04Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier
2018-02-01Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow
2018-02-01Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...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
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow
2017-11-14Rename identifiers named `__output`Alexander Richardson
2017-10-30Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier
2017-06-18any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith