summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Turn off extern templates for most uses.""" am: 02ad8...android-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11Chih-Hung Hsieh2018-02-136-15/+1
|\
| * Revert "Revert "Revert "Turn off extern templates for most uses.""" am: 02ad8...Chih-Hung Hsieh2018-02-136-15/+1
| |\
| | * Revert "Revert "Revert "Turn off extern templates for most uses."""Chih-Hung Hsieh2018-02-136-15/+1
| | |\
| | | * Revert "Revert "Revert "Turn off extern templates for most uses."""android-wear-p-preview-2android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-lg-thinq-wk7Chih-Hung Hsieh2018-02-096-15/+1
* | | | Adapt to upstream changes. am: 80bd2e4b23 am: 48a3fead9eDan Albert2018-02-094-2/+10
|\| | |
| * | | Adapt to upstream changes. am: 80bd2e4b23Dan Albert2018-02-094-2/+10
| |\| |
| | * | Adapt to upstream changes.Dan Albert2018-02-094-2/+10
| | |\|
| | | * Adapt to upstream changes.Dan Albert2018-02-084-2/+10
* | | | Merge to upstream r324534. am: f835096310 am: 256d60accfDan Albert2018-02-091258-37874/+29229
|\| | |
| * | | Merge to upstream r324534. am: f835096310Dan Albert2018-02-091258-37874/+29229
| |\| |
| | * | Merge to upstream r324534.Dan Albert2018-02-091258-37874/+29229
| | |\|
| | | * Merge to upstream r324534.Dan Albert2018-02-071258-37874/+29229
| | | |\
| | | | * Stop using __strtonum_fallback on Android.Dan Albert2018-02-071-1/+0
| | | | * Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...Marshall Clow2018-02-072-5/+8
| | | | * Fix -verify static assert messages for older Clang versionsEric Fiselier2018-02-072-2/+2
| | | | * [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-0719-26/+805
| | | | * Comment on 'Review' issuesMarshall Clow2018-02-071-8/+8
| | | | * Remove more of the std::experimental bits that are now in std::. All the _v t...Marshall Clow2018-02-0650-3997/+4
| | | | * Mark P0777 as completeMarshall Clow2018-02-061-2/+2
| | | | * Implement P0777: Treating unnecessay decayMarshall Clow2018-02-064-14/+12
| | | | * Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...Nico Weber2018-02-061-4/+29
| | | | * Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves ...Marshall Clow2018-02-062-7/+7
| | | | * No, really this time mark 3034 as 'Patch Ready'Marshall Clow2018-02-061-2/+2
| | | | * Mark issue 3034 as 'Patch Ready'Marshall Clow2018-02-061-2/+2
| | | | * Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-068-276/+17
| | | | * More patches readyMarshall Clow2018-02-061-7/+7
| | | | * Add issues in 'Review'Marshall Clow2018-02-051-3/+23
| | | | * Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow2018-02-0584-17023/+1
| | | | * Fix initialization of array<const T, 0> with GCC.Eric Fiselier2018-02-041-8/+6
| | | | * Mark LWG 3014 as complete. No code changes neededEric Fiselier2018-02-041-2/+2
| | | | * Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-045-14/+14
| | | | * Mark LWG 3013 as already complete. See r316941Eric Fiselier2018-02-041-2/+2
| | | | * Remove debug println from rec.dir.itr.increment testEric Fiselier2018-02-041-2/+0
| | | | * Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-043-37/+72
| | | | * Mark issue 2851 as completeEric Fiselier2018-02-041-2/+2
| | | | * Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier2018-02-043-13/+28
| | | | * correct comment about C++03 assignment operatorsEric Fiselier2018-02-041-4/+4
| | | | * Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-045-10/+181
| | | | * [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-045-16/+106
| | | | * Work around GCC constexpr initialization bugEric Fiselier2018-02-031-1/+1
| | | | * Work around Clang bug introduced in r324062Eric Fiselier2018-02-031-0/+5
| | | | * Fix has_unique_object_representation after Clang commit r324134.Eric Fiselier2018-02-021-2/+4
| | | | * Disable test in C++<11 mode due to use of alignas.Richard Smith2018-02-011-0/+2
| | | | * Make std::get_temporary_buffer respect overaligned types when possibleRichard Smith2018-02-012-1/+81
| | | | * Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow2018-02-012-0/+39
| | | | * Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-014-259/+2
| | | | * Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-0120-720/+1
| | | | * Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow2018-02-0128-2575/+1
| | | | * Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-0172-5262/+1
| | | | * Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow2018-02-017-0/+139