summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge in oc-release history after reset to oc-devandroid-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1gitbuildkicker2017-04-130-0/+0
|\
| * merge in oc-release history after reset to mastergitbuildkicker2017-03-220-0/+0
| |\
| | * merge in oc-release history after reset to 7c6dc833efd603238a7ffe15f467994c75...gitbuildkicker2017-03-220-0/+0
| | |\ | | |/ | |/|
| * | merge in oc-release history after reset to mastergitbuildkicker2017-03-210-0/+0
| |\|
| | * merge in oc-release history after reset to mastergitbuildkicker2017-02-010-0/+0
| | |\
| | | * merge in oc-release history after reset to cec4b8eb0b14b550bc2d9f70dfd0cff777...gitbuildkicker2017-02-010-0/+0
| | | |\ | | | |/ | | |/|
* | / | Mark as vendor_availableandroid-vts-8.0_r2android-vts-8.0_r1Dan Willemsen2017-04-111-2/+4
|/ / /
* | | Update XFAIL am: 8fe43059c4 am: 4a2f5974adTom Cherry2017-03-2010-16/+24
|\ \ \
| * \ \ Update XFAIL am: 8fe43059c4Tom Cherry2017-03-2010-16/+24
| |\ \ \
| | * \ \ Update XFAILTom Cherry2017-03-2010-16/+24
| | |\ \ \
| | | * | | Update XFAILTom Cherry2017-03-1710-16/+24
* | | | | | Move test/libcxx/android/ to utils/libcxx/android/ am: 79ccd0d41d am: c3a4658c6fTom Cherry2017-03-208-0/+0
|\| | | | |
| * | | | | Move test/libcxx/android/ to utils/libcxx/android/ am: 79ccd0d41dTom Cherry2017-03-208-0/+0
| |\| | | |
| | * | | | Move test/libcxx/android/ to utils/libcxx/android/Tom Cherry2017-03-208-0/+0
| | |\| | |
| | | * | | Move test/libcxx/android/ to utils/libcxx/android/Tom Cherry2017-03-178-0/+0
* | | | | | Merge to upstream r297772. am: b9e7f084bd am: fabe890b75Dan Albert2017-03-20389-4850/+6559
|\| | | | | | |_|_|/ / |/| | | |
| * | | | Merge to upstream r297772. am: b9e7f084bdDan Albert2017-03-20389-4850/+6559
| |\| | |
| | * | | Merge to upstream r297772.Dan Albert2017-03-20389-4850/+6559
| |/| | | | | |/ /
| | * | Merge to upstream r297772.Dan Albert2017-03-14389-4850/+6559
| | |\ \
| | | * | Fixed unintentional assignment-in-assert in new "extending memory management ...Billy Robert O'Neal III2017-03-146-6/+6
| | | * | Mark LWG issues 2868, 2872, and 2890 as complete. There's nothing we need to ...Marshall Clow2017-03-141-3/+3
| | | * | Also mark LWG#2785 as complete, because we already implemented thatMarshall Clow2017-03-141-1/+1
| | | * | Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow2017-03-143-16/+51
| | | * | Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes2017-03-141-9/+21
| | | * | fix test coverage capture dirsEric Fiselier2017-03-111-1/+5
| | | * | Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-114-8/+65
| | | * | Fix DoNotOptimize on MSVCEric Fiselier2017-03-111-2/+4
| | | * | Disable unsigned integer sanitizer for basic_string::replace(). Patch from to...Eric Fiselier2017-03-091-0/+4
| | | * | [libc++] Avoid double defining macro on WindowsShoaib Meenai2017-03-091-0/+6
| | | * | Fix PR32183 - Wrap GCC exception implementation in missing namespace stdEric Fiselier2017-03-082-1/+5
| | | * | Add list of filesystem NB comments to TODO.TXT so they can be tracked separatelyEric Fiselier2017-03-061-0/+50
| | | * | Mark LWG 2806 as complete. Libc++ speculatively shiped this change in 4.0Eric Fiselier2017-03-061-1/+1
| | | * | Mark LWG 2789 as complete. No changes requiredEric Fiselier2017-03-061-1/+1
| | | * | Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-063-5/+7
| | | * | Mark LWG 2781 as complete. No changes requiredEric Fiselier2017-03-061-1/+1
| | | * | Mark two any_cast issues as completeEric Fiselier2017-03-061-2/+2
| | | * | Updated email address in `CREDITS.txt`.Michael Park2017-03-061-1/+1
| | | * | Header update with info about the current status of C++17Marshall Clow2017-03-061-1/+2
| | | * | Update list with changes from Kona meetingMarshall Clow2017-03-061-4/+73
| | | * | Fix nonsense commentEric Fiselier2017-03-041-1/+2
| | | * | teach LIT how to detect the glibc versionEric Fiselier2017-03-041-0/+8
| | | * | Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-032-372/+0
| | | * | Fix hash requirements check in __hash_table.Eric Fiselier2017-03-033-9/+47
| | | * | Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-032-2/+2
| | | * | Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-0315-58/+25
| | | * | Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier2017-03-031-7/+5
| | | * | Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
| | | * | remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier2017-03-022-71/+6
| | | * | Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
| | | * | Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+6