summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Merging r340609:Hans Wennborg2018-09-061-9/+6
* Merging r340823:Hans Wennborg2018-08-301-3/+3
* Merging r340544:Hans Wennborg2018-08-241-1/+2
* Merging r339816:Hans Wennborg2018-08-173-3/+6
* Merging r339741:Hans Wennborg2018-08-171-22/+22
* Merging r339874:Hans Wennborg2018-08-162-1/+14
* Merging r339431:Hans Wennborg2018-08-142-7/+5
* [libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne2018-08-011-1/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-013-0/+615
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-018-13/+13
* First half of C++17's splicing maps and setsErik Pilkington2018-08-019-7/+832
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-312-0/+21
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-311-3/+11
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-303-48/+344
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-303-340/+48
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-303-48/+340
* [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht2018-07-271-1/+1
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-271-8/+19
* Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier2018-07-271-13/+14
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-0/+1
* Implement <filesystem>Eric Fiselier2018-07-276-2476/+2774
* [CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek2018-07-251-1/+1
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-251-1/+31
* [libc++] Factor duplicate code into function templatesLouis Dionne2018-07-251-269/+50
* 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
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-241-5/+3
* Fix use of incorrect _LIBCXX macro (should be _LIBCPP).Eric Fiselier2018-07-241-1/+1
* fix nesting of namespace and standard-version check. Also include <__config>Marshall Clow2018-07-241-1/+3
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-243-0/+611
* 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
* Implement a better copy_file.Eric Fiselier2018-07-221-87/+129
* 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
* Update the synopsis for <chrono> for C++20. No functional change.Marshall Clow2018-07-181-0/+492
* Address "always inline function is not always inlinable" warning with GCC.Eric Fiselier2018-07-171-13/+8
* [CMake] Use correct variable as header install prefixPetr Hosek2018-07-151-2/+2
* Mark __equal_to 's operations as constexpr.Marshall Clow2018-07-141-4/+4
* Mark one more __wrap_iter operation as constexpr.Marshall Clow2018-07-141-1/+2
* wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...)Marshall Clow2018-07-131-1/+1
* Shot in the dark to fix gcc 4.9 / c++11 buildMarshall Clow2018-07-131-3/+3
* Make internal class __wrap_iter constexpr when not using libc++'s debugging m...Marshall Clow2018-07-133-56/+66
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-1128-381/+371
* [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-101-0/+1
* [libc++] Declare <compare> operators with the proper visibility attributeLouis Dionne2018-07-101-55/+55
* type_traits: aligned_union is NOT the same as __uncvref [NFC]Casey Carter2018-07-081-25/+25
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-0528-371/+381
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-0528-381/+371
OpenPOWER on IntegriCloud