summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary conversions in filesystem.Eric Fiselier2018-07-231-2/+2
* Cleanup name qualification in the filesystem internals.Eric Fiselier2018-07-233-118/+118
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-233-14/+6
* Use possibly cached directory entry values when performing recursive director...Eric Fiselier2018-07-231-2/+2
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-233-6/+14
* Fix use of C++14 syntax in C++11 filesystem tests.Eric Fiselier2018-07-231-3/+5
* Work around various GCC 4.9 build errorsEric Fiselier2018-07-232-9/+14
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-2315-444/+716
* Workaround bug in GCC trunk.Eric Fiselier2018-07-221-4/+4
* Harden copy_file even more.Eric Fiselier2018-07-221-5/+7
* fix test failures with older clang versionsEric Fiselier2018-07-225-4/+36
* Implement a better copy_file.Eric Fiselier2018-07-226-324/+666
* [CMake] Install C++ ABI headers into the right locationPetr Hosek2018-07-201-10/+2
* adjust incorrect commentEric Fiselier2018-07-201-1/+2
* Fix two test failures in <experimental/filesystem>Eric Fiselier2018-07-202-1/+6
* Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier2018-07-202-2/+10
* cleanup test assertion inside libraryEric Fiselier2018-07-201-6/+0
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-2027-464/+3111
* [libc++] Allow running ABI list tests with different ABI versionsLouis Dionne2018-07-194-17/+2425
* 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
* Fix PR38160 - init_priority attribute not supported by GCC on Apple.Eric Fiselier2018-07-161-1/+12
* [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
* Fix a couple of 'unused variable' warnings in a vector test. NFC.Marshall Clow2018-07-131-0/+4
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-1130-387/+377
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-101-0/+1
* Remove BUILD file from google-benchmarkEric Fiselier2018-07-101-65/+0
* [libc++] Declare <compare> operators with the proper visibility attributeLouis Dionne2018-07-101-55/+55
* Add new string benchmarksEric Fiselier2018-07-101-0/+21
* Update google-benchark to trunkEric Fiselier2018-07-1066-729/+2671
* [test] two small cleanups:Casey Carter2018-07-092-5/+2
* 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-0530-377/+387
* Fix HTML blunderMarshall Clow2018-07-051-1/+1
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-0530-387/+377
* [NFC] Add <initializer_list> to the synopsis of <utility>Louis Dionne2018-07-051-0/+2
* Remove old workaround that is no longer neededEric Fiselier2018-07-041-3/+0
* [libc++] Install the missing header __errcZhihao Yuan2018-07-031-0/+1
* [libc++] Lift std::errc into a separated headerZhihao Yuan2018-07-033-187/+220
* [Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar2018-07-021-0/+8
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0228-148/+755
OpenPOWER on IntegriCloud