summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-233-48/+48
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx] Do not implicitly #include assert.hDavid Zarzycki2019-09-261-1/+0
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-119-161/+7
* Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow2019-04-301-5/+5
* Fix visibility for coroutine types on WindowsEric Fiselier2019-04-171-3/+3
* Revert "[coroutines] Add std::experimental::task<T> type"Brian Gesiak2019-03-263-510/+8
* [coroutines] Add std::experimental::task<T> typeBrian Gesiak2019-03-263-8/+510
* [libc++] Remove visibility-related warnings with Clang 8Louis Dionne2019-02-271-6/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-162-7/+7
* Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-068-19/+99
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-3/+3
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-3/+3
* [libcxx] Remove dynarrayLouis Dionne2018-11-281-305/+0
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-3/+3
* Revert "Fix use of __libcpp_deallocate in dynarray"Eric Christopher2018-10-251-1/+1
* Fix use of __libcpp_deallocate in dynarrayEric Fiselier2018-10-251-1/+1
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-302-48/+340
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-302-336/+48
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-302-48/+336
* Implement <filesystem>Eric Fiselier2018-07-272-2464/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-251-1/+31
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-251-161/+165
* Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier2018-07-251-9/+18
* Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier2018-07-231-2/+10
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-231-25/+36
* Fix two test failures in <experimental/filesystem>Eric Fiselier2018-07-201-0/+5
* Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier2018-07-201-0/+8
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-201-11/+382
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-112-7/+7
* [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-101-0/+1
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-052-7/+7
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-052-7/+7
* Remove unused code from __functional_base. NFC.Eric Fiselier2018-06-061-2/+2
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-291-11/+11
* Allow copy elision in path concatenationDavid Bolvansky2018-05-091-1/+3
* Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen2018-04-232-0/+1297
* Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen2018-04-232-1297/+0
* [libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen2018-04-232-0/+1297
* [coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov2018-04-051-3/+3
* [coroutines] Allow compilation under c++03Gor Nishanov2018-04-041-1/+1
* [coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov2018-04-041-29/+68
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-021-5/+14
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-021-46/+122
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-261-11/+53
* Fix dynarray test failures after changing __libcpp_allocate/deallocateEric Fiselier2018-03-221-7/+8
* Implement LWG#2518 - Non-member swap for propagate_const should call member swapMarshall Clow2018-03-081-2/+1
* While implementing P0777 - preventing unnecessary decay, I found some non-pub...Marshall Clow2018-02-121-4/+4
OpenPOWER on IntegriCloud