October 2018 Archives by subject
Starting: Mon Oct 1 07:58:40 PDT 2018
Ending: Wed Oct 31 19:19:27 PDT 2018
Messages: 399
- [libcxx] r343503 - Remove redundant null pointer check in operator delete
Fangrui Song
- [libcxx] r343725 - [libc++][NFC] Add error messages to a couple of static_asserts in span
Louis Dionne
- [libcxx] r343753 - [CMake] Use just basename when copying C++ ABI headers
Petr Hosek
- [libcxx] r343923 - Papers and Issues for San Diego
Marshall Clow
- [libcxx] r343996 - Do the math in uniform_int_distribution::operator() as unsigned to prevent UB when overflowing. Also add a UBSAN notification that we're ffine with unsigned overflow. This fixes PR#32617. Thanks to Vincent & Christoph for their help with this issue.
Marshall Clow
- [libcxx] r344053 - [libcxx] Mark std::async race condition test as unsupported on Darwin
Louis Dionne
- [libcxx] r344096 - Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert
- [libcxx] r344160 - Fix linking filesystem benchmarks
Eric Fiselier
- [libcxx] r344167 - Add test macros for always_inline and noinline
Eric Fiselier
- [libcxx] r344192 - Use std::scoped_lock only for C++17 and newer
Aaron Puchert
- [libcxx] r344194 - Use TEST_STD_VER instead of __cplusplus [NFC]
Aaron Puchert
- [libcxx] r344207 - Distinguish between library and language support for aligned allocation.
Eric Fiselier
- [libcxx] r344214 - Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE
Eric Fiselier
- [libcxx] r344220 - Add a test that shows what happens with throwing destructors. NFC.
Marshall Clow
- [libcxx] r344254 - Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX intrinsics when implementing type traits. Thanks to Richard Smith for the patch.
Marshall Clow
- [libcxx] r344261 - Revert commit r344254; does not work with C++03
Marshall Clow
- [libcxx] r344369 - [NFC][libc++] Fix broken link in comment
Louis Dionne
- [libcxx] r344415 - Add benchmarks for std::function.
Samuel Benzaquen
- [libcxx] r344416 - Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC
Marshall Clow
- [libcxx] r344417 - Update the array tests to not use a local type; removes warnings in C++03. NFC
Marshall Clow
- [libcxx] r344421 - One more local type warning removed from the tests. NFC
Marshall Clow
- [libcxx] r344529 - Implement the first part of the calendar support for C++20. This is still incomplete; there will be more patches coming. Reviewed as D51762
Marshall Clow
- [libcxx] r344535 - Wrap up the new chrono literals in an #ifdef so that old versions of clang don't complain. I'm looking at you, clang 5.0.1
Marshall Clow
- [libcxx] r344546 - Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232
Marshall Clow
- [libcxx] r344576 - [libcxx] Remove custom CMake code targeting Mac OS 10.6
Louis Dionne
- [libcxx] r344580 - Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
- [libcxx] r344582 - Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
Artem Dergachev
- [libcxx] r344616 - Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Reviewed as https://reviews.llvm.org/D52240
Marshall Clow
- [libcxx] r344627 - Recommit <chrono> changes with a couple xtra tests marked to fail on apple's clang. Reviewed as D51762
Marshall Clow
- [libcxx] r344641 - [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
Louis Dionne
- [libcxx] r344642 - [libcxx] Avoid repeating the definition of std:: namespaces
Louis Dionne
- [libcxx] r344661 - [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10
Louis Dionne
- [libcxx] r344700 - [libcxx] Improve reporting when running the lit test suite
Louis Dionne
- [libcxx] r344820 - Repair thread-unsafe modifications of n_alive in F.pass.cpp
Billy Robert O'Neal III
- [libcxx] r344821 - [libcxx] [test] Add missing <stdexcept> to map at tests.
Billy Robert O'Neal III
- [libcxx] r344829 - [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
Billy Robert O'Neal III
- [libcxx] r344950 - Update commnents to reflect the changes for LWG#3122. NFC
Marshall Clow
- [libcxx] r344951 - Update commnents to reflect the changes for LWG#3127. NFC
Marshall Clow
- [libcxx] r344953 - Update commnents to reflect the changes for LWG#3127. NFC
Marshall Clow
- [libcxx] r344975 - Added more notes to the issues.
Marshall Clow
- [libcxx] r344988 - Add tests for match_results copy/move construction. NFC
Marshall Clow
- [libcxx] r344989 - Updated the issue notes.
Marshall Clow
- [libcxx] r344997 - Remove a 'const' from the synopsis. NFC
Marshall Clow
- [libcxx] r344998 - Add tests for match_results copy/move assignment operators. NFC
Marshall Clow
- [libcxx] r345001 - Mark the move construct/move assign tests as unsupported on C++03
Marshall Clow
- [libcxx] r345035 - Add benchmark for std::set.
Samuel Benzaquen
- [libcxx] r345067 - When filling a vector<bool> with stuff, initialize the last word of the storage that you're touching. Otherwise, when we lay down the bits with operator&=, we get UB from reading uninitialized memory. Fixes Bug 39354. Thanks to David Wagner for the bug report.
Marshall Clow
- [libcxx] r345076 - Off-by-one errors strike again. Thank goodness for ASAN and the bots.
Marshall Clow
- [libcxx] r345148 - Adjust unsupported C++ versions in some tests
Mikhail Maltsev
- [libcxx] r345173 - Fix use of libc++ specific macro in support/test_macros.h
Eric Fiselier
- [libcxx] r345199 - Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek
- [libcxx] r345214 - Implement sized deallocation for std::allocator and friends.
Eric Fiselier
- [libcxx] r345234 - Fix use of __libcpp_deallocate in dynarray
Eric Fiselier
- [libcxx] r345239 - Temporarily Revert "Implement sized deallocation for std::allocator and friends."
Eric Christopher
- [libcxx] r345240 - Revert "Fix use of __libcpp_deallocate in dynarray"
Eric Christopher
- [libcxx] r345260 - [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
- [libcxx] r345281 - Implement sized deallocation for std::allocator and friends.
Eric Fiselier
- [libcxx] r345289 - fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray
Eric Fiselier
- [libcxx] r345352 - Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC.
Marshall Clow
- [libcxx] r345400 - XFAIL sized deallocation test with GCC
Eric Fiselier
- [libcxx] r345403 - Fix incorrect use of aligned allocation in get_temporary_buffer.
Eric Fiselier
- [libcxx] r345424 - [NFC] Update comment in libc++ ABI changelog
Louis Dionne
- [libcxx] r345425 - Work around gcc.gnu.org/PR87766
Eric Fiselier
- [libcxx] r345434 - Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare.
Eric Fiselier
- [libcxx] r345516 - [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne
- [libcxx] r345523 - Fix mismatch between size_t and uint64_t in std::set benchmark.
Samuel Benzaquen
- [libcxx] r345525 - Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier
- [libcxx] r345526 - Added Phab link for P0927
Marshall Clow
- [libcxx] r345529 - XFAIL test on OS X availability
Eric Fiselier
- [libcxx] r345561 - Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD
Eric Fiselier
- [libcxx] r345611 - Add more benchmarks for std::string.
Samuel Benzaquen
- [libcxx] r345652 - Update LLVM version used on Appveyor bot, remove MSVC 2015 bot
Eric Fiselier
- [libcxx] r345653 - Add link to implementation for P1006R0
Marshall Clow
- [libcxx] r345657 - Make libc++'s versioning namespace customizable
Eric Fiselier
- [libcxx] r345658 - [libcxx] Correct link to code review for P1006
Louis Dionne
- [libcxx] r345664 - Build with -fvisibility=hidden
Eric Fiselier
- [libcxx] r345667 - Revert "Build with -fvisibility=hidden"
Eric Fiselier
- [libcxx] r345670 - Correct ABI list change wrongly advertised as being in the 7.0 release
Louis Dionne
- [libcxx-commits] [libcxx] r345670 - Correct ABI list change wrongly advertised as being in the 7.0 release
Eric Fiselier
- [libcxx-commits] [libcxx] r345670 - Correct ABI list change wrongly advertised as being in the 7.0 release
Louis Dionne
- [libcxx] r345744 - Second half of C++17's splicing maps and sets
Erik Pilkington
- [libcxx] r345759 - [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0
Louis Dionne
- [libcxx] r345762 - [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively
Louis Dionne
- [libcxxabi] r344052 - [NFC][unwind] Improve error message when a type has more than one RTTIs
Louis Dionne
- [libcxxabi] r344121 - Port llvm r342166 to libcxxabi demangler
Pavel Labath
- [libcxxabi] r344152 - Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242
Marshall Clow
- [libcxxabi] r344156 - Blind attempt to fix linker errors when building libc++abit w/o exceptions.
Marshall Clow
- [libcxxabi] r344191 - [libcxxabi] Allow building with sanitizers enabled
Louis Dionne
- [libcxxabi] r344208 - Update libc++abi's detection of aligned allocation after r344207.
Eric Fiselier
- [libcxxabi] r344215 - Use C++03 friendly version of alignof
Eric Fiselier
- [libcxxabi] r344316 - Override libcxxabi's .clang-format in the demangle directory
Erik Pilkington
- [libcxxabi] r344564 - NFC: Fix a -Wsign-conversion warning
Erik Pilkington
- [libcxxabi] r344607 - cxa_demangle: make demangler's parsing functions overridable
Pavel Labath
- [libcxxabi] r344917 - Merging r342815:
Tom Stellard
- [libcxxabi] r345534 - [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek
- [PATCH] D47111: <experimental/memory_resource>: Implement monotonic_buffer_resource.
Arthur O'Dwyer via Phabricator
- [PATCH] D47344: LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Arthur O'Dwyer via Phabricator
- [PATCH] D48669: [pair] Mark constructors as conditionally noexcept
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Richard Smith - zygoloid via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Richard Smith - zygoloid via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Phabricator via Phabricator
- [PATCH] D48955: [libc++] Improve diagnostics for non-const comparators and hashers in associative containers
Louis Dionne via Phabricator
- [PATCH] D48955: [libc++] Improve diagnostics for non-const comparators and hashers in associative containers
Marshall Clow via Phabricator
- [PATCH] D49317: Move __construct_forward (etc.) out of std::allocator_traits.
Mark Zeren via Phabricator
- [PATCH] D51657: [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
Charles Davis via Phabricator
- [PATCH] D51657: [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
Charles Davis via Phabricator
- [PATCH] D51657: [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
Martin Storsjö via Phabricator
- [PATCH] D51657: [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
Phabricator via Phabricator
- [PATCH] D51868: [libcxx] Build and test fixes for Windows
Eric Fiselier via Phabricator
- [PATCH] D51868: [libcxx] Build and test fixes for Windows
Hamza Sood via Phabricator
- [PATCH] D51868: [libcxx] Build and test fixes for Windows
Dávid Bolvanský via Phabricator
- [PATCH] D52240: Partial Fix for PR#38964
Eric Fiselier via Phabricator
- [PATCH] D52240: Partial Fix for PR#38964
Marshall Clow via Phabricator
- [PATCH] D52401: Remove redundant null pointer check in operator delete
Marshall Clow via Phabricator
- [PATCH] D52401: Remove redundant null pointer check in operator delete
Fangrui Song via Phabricator
- [PATCH] D52401: Remove redundant null pointer check in operator delete
Fangrui Song via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Richard Smith - zygoloid via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Richard Smith - zygoloid via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Eric Fiselier via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Eric Fiselier via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52405: [libc++] Use exclude_from_explicit_instantiation instead of always_inline
Louis Dionne via Phabricator
- [PATCH] D52660: [CMake][Fuchsia] Use libc++ ABIv2 for Fuchsia toolchain
Petr Hosek via Phabricator
- [PATCH] D52660: [CMake][Fuchsia] Use unstable libc++ ABI for Fuchsia toolchain
Petr Hosek via Phabricator
- [PATCH] D52660: [CMake][Fuchsia] Use unstable libc++ ABI for Fuchsia toolchain
Petr Hosek via Phabricator
- [PATCH] D52660: [CMake][Fuchsia] Use unstable libc++ ABI for Fuchsia toolchain
Petr Hosek via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Shoaib Meenai via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Shoaib Meenai via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Shoaib Meenai via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Shoaib Meenai via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D52662: [libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Roman Lebedev via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Marshall Clow via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Eric Fiselier via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.
Denis Yaroshevskiy via Phabricator
- [PATCH] D52762: [CMake] Use just basename when copying C++ ABI headers
Petr Hosek via Phabricator
- [PATCH] D52762: [CMake] Use just basename when copying C++ ABI headers
Michał Górny via Phabricator
- [PATCH] D52762: [CMake] Use just basename when copying C++ ABI headers
Petr Hosek via Phabricator
- [PATCH] D52762: [CMake] Use just basename when copying C++ ABI headers
Louis Dionne via Phabricator
- [PATCH] D52762: [CMake] Use just basename when copying C++ ABI headers
Petr Hosek via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert erro messages
Jason Lovett via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert error messages
Jason Lovett via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert error messages
Jason Lovett via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert error messages
Louis Dionne via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert error messages
Jason Lovett via Phabricator
- [PATCH] D52841: [libcxx] Add missing static_assert error messages
Louis Dionne via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Richard Smith - zygoloid via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Erik Pilkington via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Erik Pilkington via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator
- [PATCH] D52995: [CMake] Fix the -nodefaultlibs check.
Charles Davis via Phabricator
- [PATCH] D52995: [CMake] Fix the -nodefaultlibs check.
Charles Davis via Phabricator
- [PATCH] D52995: [CMake] Fix the -nodefaultlibs check.
Martin Storsjö via Phabricator
- [PATCH] D52995: [CMake] Fix the -nodefaultlibs check.
Reid Kleckner via Phabricator
- [PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Louis Dionne via Phabricator
- [PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Marshall Clow via Phabricator
- [PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Eric Fiselier via Phabricator
- [PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Louis Dionne via Phabricator
- [PATCH] D53028: [libcxxabi] Allow building with sanitizers enabled
Louis Dionne via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Louis Dionne via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Louis Dionne via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Artem Dergachev via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Louis Dionne via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
- [PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
- [PATCH] D53063: Port llvm r342166 to libcxxabi demangler
Pavel Labath via Phabricator
- [PATCH] D53063: Port llvm r342166 to libcxxabi demangler
Erik Pilkington via Phabricator
- [PATCH] D53063: Port llvm r342166 to libcxxabi demangler
Pavel Labath via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Eric Fiselier via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Marshall Clow via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Eric Fiselier via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53087: Add benchmarks for std::function.
Samuel Benzaquen via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Chris Kennelly via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Richard Smith - zygoloid via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Louis Dionne via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Louis Dionne via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Louis Dionne via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53120: Implement sized deallocation for std::allocator and friends.
Eric Fiselier via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Michał Górny via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Marshall Clow via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Marshall Clow via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Marshall Clow via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with libsupc++ (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with libsupc++ (follow-up of D42242)
Saleem Abdulrasool via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with libsupc++ (follow-up of D42242)
Michał Górny via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with libsupc++ (follow-up of D42242)
Michał Górny via Phabricator
- [PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with libsupc++ (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix missing defines in libc++abi when compiled against libgcc's arm unwind (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix missing defines in libc++abi when compiled against libgcc's arm unwind (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix missing defines in libc++abi when compiled against libgcc's arm unwind (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53127: Fix missing defines in libc++abi when compiled against libgcc's arm unwind (follow-up of D42242)
Steffen Kuhn via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Louis Dionne via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Eric Fiselier via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Eric Fiselier via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Louis Dionne via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Eric Fiselier via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Louis Dionne via Phabricator
- [PATCH] D53215: [libcxx] Improve reporting when running the lit test suite
Louis Dionne via Phabricator
- [PATCH] D53256: [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Peter Smith via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Peter Smith via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
JF Bastien via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Stephen Hines via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Louis Dionne via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Marshall Clow via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53486: [libcxx] Only define __libcpp_is_floating_point<_Float16> for Clang
Petr Hosek via Phabricator
- [PATCH] D53523: Add benchmark for std::set.
Samuel Benzaquen via Phabricator
- [PATCH] D53523: Add benchmark for std::set.
Eric Fiselier via Phabricator
- [PATCH] D53523: Add benchmark for std::set.
Samuel Benzaquen via Phabricator
- [PATCH] D53523: Add benchmark for std::set.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53523: Add benchmark for std::set.
Samuel Benzaquen via Phabricator
- [PATCH] D53631: Fix libcxx build with MinGW winpthreads
Peiyuan Song via Phabricator
- [PATCH] D53631: Fix libcxx build with MinGW winpthreads
Marshall Clow via Phabricator
- [PATCH] D53631: Fix libcxx build with MinGW winpthreads
Eric Fiselier via Phabricator
- [PATCH] D53631: Fix libcxx build with MinGW winpthreads
Peiyuan Song via Phabricator
- [PATCH] D53631: Fix libcxx build with MinGW winpthreads
Eric Fiselier via Phabricator
- [PATCH] D53640: Adjust unsupported C++ versions in some tests
Mikhail Maltsev via Phabricator
- [PATCH] D53640: Adjust unsupported C++ versions in some tests
Louis Dionne via Phabricator
- [PATCH] D53640: Adjust unsupported C++ versions in some tests
Mikhail Maltsev via Phabricator
- [PATCH] D53640: Adjust unsupported C++ versions in some tests
Mikhail Maltsev via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Louis Dionne via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Eric Fiselier via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Louis Dionne via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Eric Fiselier via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Richard Smith - zygoloid via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Louis Dionne via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Marshall Clow via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Richard Smith - zygoloid via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Marshall Clow via Phabricator
- [PATCH] D53670: Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Louis Dionne via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Petr Hosek via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Fangrui Song via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Petr Hosek via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Fangrui Song via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Fangrui Song via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Louis Dionne via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Fangrui Song via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D53797: If libc++abi library path is given, use it to reexport
Isuru Fernando via Phabricator
- [PATCH] D53797: If libc++abi library path is given, use it to reexport
Louis Dionne via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Roland McGrath via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Roland McGrath via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Louis Dionne via Phabricator
- [PATCH] D53801: [libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek via Phabricator
- [PATCH] D53825: Add more benchmarks for std::string.
Samuel Benzaquen via Phabricator
- [PATCH] D53825: Add more benchmarks for std::string.
Eric Fiselier via Phabricator
- [PATCH] D53825: Add more benchmarks for std::string.
Samuel Benzaquen via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Marshall Clow via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Eric Fiselier via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Louis Dionne via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Marshall Clow via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Eric Fiselier via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Louis Dionne via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Marshall Clow via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Marshall Clow via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Marshall Clow via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Marshall Clow via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Marshall Clow via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Louis Dionne via Phabricator
- [PATCH] D53868: Build with -fvisibility=hidden
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Shoaib Meenai via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Kristina Brooks via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Louis Dionne via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Louis Dionne via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Shoaib Meenai via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Kristina Brooks via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Kristina Brooks via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Louis Dionne via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Louis Dionne via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Louis Dionne via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Kristina Brooks via Phabricator
- [PATCH] D53879: Make libc++'s versioning namespace customizable
Eric Fiselier via Phabricator
- [PATCH] D53956: Fix test assumption that Linux implies glibc.
Dan Albert via Phabricator
Last message date:
Wed Oct 31 19:19:27 PDT 2018
Archived on: Wed Oct 31 19:17:23 PDT 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).