November 2018 Archives by author
Starting: Thu Nov 1 04:57:56 PDT 2018
Ending: Fri Nov 30 21:22:14 PST 2018
Messages: 404
- [libcxx] r345900 - Fix test assumption that Linux implies glibc.
Dan Albert
- [libcxx] r347329 - Add benchmarks for sorting and heap functions.
Samuel Benzaquen
- [libcxx] r346104 - Fix the test for partition_copy so it is not ridiculously slow. Also, detab.
Marshall Clow
- [libcxx] r346634 - Update to-do list with new work from WG21 meeting in San Diego
Marshall Clow
- [libcxx] r346738 - Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report
Marshall Clow
- [libcxx] r346766 - Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828
Marshall Clow
- [libcxx] r346771 - Update status for issue 3122
Marshall Clow
- [libcxx] r346772 - Remove duplicate entry for issue 3134
Marshall Clow
- [libcxx] r346805 - Mark #2184 as complete; the tests are fine. (I thought that they were wrong before)
Marshall Clow
- [libcxx] r347343 - Mark P0771 as complete; we already did this - I just added tests to be sure
Marshall Clow
- [libcxx] r347344 - Note that P0899R1 requires no work.
Marshall Clow
- [libcxx] r347360 - A couple of tests were broken when clang implemented the compiler parts of P0482 (support for char8_t). Comment out those bits until we implement the corresponding bits in libc++
Marshall Clow
- [libcxx] r347672 - Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
- [libcxx] r347789 - Implement P0966 - string::reserve should not shrink
Marshall Clow
- [libcxx] r347904 - First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane.
Marshall Clow
- [libcxx] r347908 - Revert commit r347904 because it broke older compilers
Marshall Clow
- [libcxx] r347930 - First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. (second try)
Marshall Clow
- [libcxx] r345834 - [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments
Louis Dionne
- [libcxx] r345893 - Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible."
Louis Dionne
- [libcxx] r346072 - [NFC] Fix incorrect comment in std::list
Louis Dionne
- [libcxx] r346629 - [NFC] Fix typo in <tuple>
Louis Dionne
- [libcxx] r346630 - [NFC] Reformat std::optional tests
Louis Dionne
- [libcxx] r346763 - [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide <sys/sysctl.h>
Louis Dionne
- [libcxx] r346764 - [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne
- [libcxx] r346765 - [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0
Louis Dionne
- [libcxx] r346767 - [NFC][libcxx] Mark P1006R1 as complete
Louis Dionne
- [libcxx] r346799 - [NFC] Mark LWG3128 and LWG3132 as requiring no work
Louis Dionne
- [libcxx] r347052 - [libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docs
Louis Dionne
- [libcxx] r347085 - [libcxx] Add missing includes in tests
Louis Dionne
- [libcxx] r347219 - [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast
Louis Dionne
- [libcxx] r347232 - [libcxx] Add missing <cstddef> includes in tests
Louis Dionne
- [libcxx] r347233 - [libcxx] Fix incorrect #include for std::hash
Louis Dionne
- [libcxx] r347263 - [libcxx] Update test of trivial copyability of reference_wrapper
Louis Dionne
- [libcxx] r347264 - [libcxx] Fix XFAIL for GCC 4.9
Louis Dionne
- [libcxx] r347267 - [NFC][libcxx] Fix incorrect comments
Louis Dionne
- [libcxx] r347347 - [libcxx] Fix threads detection on GNU/Hurd
Louis Dionne
- [libcxx] r347362 - [NFC] Fix formatting in availability documentation
Louis Dionne
- [libcxx] r347363 - [NFC] Reformat availability #defines in __config
Louis Dionne
- [libcxx] r347367 - [NFC] Rename lit feature to '-fsized-deallocation' for consistency
Louis Dionne
- [libcxx] r347395 - [libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne
- [libcxx] r347396 - [NFC][libcxx] Add revision number to ABI changelog
Louis Dionne
- [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Louis Dionne
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Louis Dionne
- [libcxx] r347400 - [libcxx] Make sure operator+ is declared with the right visibility attribute
Louis Dionne
- [libcxx] r347421 - [libcxx] Mark strstreams tests as being supported on all OS X versions
Louis Dionne
- [libcxx] r347423 - [libcxx] Fix incorrect iterator type in vector container test
Louis Dionne
- [libcxx] r347427 - [libcxx] Remove unused definition of aligned allocation macro on old OS X
Louis Dionne
- [libcxx] r347435 - [libcxx] Improve error message when an invalid directory is provided as use_system_cxx_lib
Louis Dionne
- [libcxx] r347461 - [libcxx] Remove incorrect XFAIL on macos 10.12
Louis Dionne
- [libcxx] r347471 - [NFC][libcxx] Print human-friendly command line when lit test fails
Louis Dionne
- [libcxx] r347473 - [libcxx] Add XFAIL for test on OS X 10.12 to 10.14
Louis Dionne
- [libcxx] r347475 - [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test
Louis Dionne
- [libcxx] r347477 - [NFC] Fix typo in comment
Louis Dionne
- [libcxx] r347568 - [libcxx] Use a type that is always an aggregate in variant's tests
Louis Dionne
- [libcxx] r347580 - [libcxx] Fix XFAIL for aligned deallocation test with trunk Clang
Louis Dionne
- [libcxx] r347585 - [libcxx] Fix XFAILs for aligned allocation tests
Louis Dionne
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Louis Dionne
- [libcxx] r347708 - [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Louis Dionne
- [libcxx] r347711 - [libcxx] Make sure the re-export logic works when paths contain spaces
Louis Dionne
- [libcxx] r347765 - [libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view
Louis Dionne
- [libcxx] r347780 - [libcxx] Use clang-verify in the lit test suite even when availability is enabled
Louis Dionne
- [libcxx] r347783 - [libcxx] Remove dynarray
Louis Dionne
- [libcxx] r347875 - [libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13
Louis Dionne
- [libcxx] r347903 - [libcxx] Remove bad_array_length
Louis Dionne
- [libcxxabi] r347903 - [libcxx] Remove bad_array_length
Louis Dionne
- [libcxx] r347920 - [libcxx] Make UNSUPPORTED for std::async test more fine grained
Louis Dionne
- [libcxx] r346451 - Attempt to enable -Wconversion
Eric Fiselier
- [libcxx] r346743 - Add emplace tests for multiset/unordered_multiset.
Eric Fiselier
- [libcxx] r346744 - Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported.
Eric Fiselier
- [libcxx] r346779 - Fix UB in string.bench.cpp.
Eric Fiselier
- [libcxx] r346808 - Fix "use of" uninitialized memory in benchmark.
Eric Fiselier
- [libcxx] r346811 - Add cxx-benchmark-unittests target
Eric Fiselier
- [libcxx] r346888 - Rename cxx-benchmark-unittests target and convert to LIT.
Eric Fiselier
- [libcxx] r346904 - Exclude check-cxx-benchmarks from the global test target.
Eric Fiselier
- [libcxx] r346905 - Attempt to show progress bar in benchmark tests
Eric Fiselier
- [libcxx] r346914 - Get tests compiling with -Wunused-local-typedef
Eric Fiselier
- [libcxx] r346917 - Work around C++03 decltype limitations
Eric Fiselier
- [libcxx] r346933 - propagate __config_site includes when building benchmarks
Eric Fiselier
- [libcxx] r346984 - Upgrade Google Benchmark library to ToT
Eric Fiselier
- [libcxx] r346989 - Disable filesystem benchmark when libstdc++ doesn't support it
Eric Fiselier
- [libcxx-commits] [libcxx] r347046 - Remove BUILD file from google-benchmark
Eric Fiselier
- [libcxx] r347244 - Add docker configurations used by the buildbots.
Eric Fiselier
- [libcxx] r347416 - Fix missing includes in test header
Eric Fiselier
- [libcxx-commits] [libcxx] r347400 - [libcxx] Make sure operator+ is declared with the right visibility attribute
Eric Fiselier
- [libcxx] r347589 - Add basic_string::__resize_default_init (from P1072)
Eric Fiselier
- [libcxx] r347608 - Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
Eric Fiselier
- [libcxx] r347787 - Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
- [libcxx] r347790 - Fix bad _LIBCPP_ALIGNOF test
Eric Fiselier
- [libcxx] r347816 - Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. "
Eric Fiselier
- [libcxx] r346567 - [libcxx] Provide thread annotations for shared_mutex
Petr Hosek
- [libcxx] r346820 - [CMake] Passthrough CFLAGS when checking the compiler-rt path
Petr Hosek
- [libcxxabi] r346820 - [CMake] Passthrough CFLAGS when checking the compiler-rt path
Petr Hosek
- [libcxx] r345870 - Use C++11 fallthrough attribute syntax when available and add a break
Reid Kleckner
- [libcxxabi] r345870 - Use C++11 fallthrough attribute syntax when available and add a break
Reid Kleckner
- [libcxx] r347046 - Remove BUILD file from google-benchmark
Benjamin Kramer
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Benjamin Kramer
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Benjamin Kramer
- [libcxxabi] r347670 - [Demangle] remove itaniumFindTypesInMangledName
Pavel Labath
- [libcxx] r346826 - [libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
- [libcxx] r346910 - [libcxx] [test] Fix MSVC warning C4800.
Stephan T. Lavavej
- [libcxx] r346911 - [libcxx] [test] Include <cassert> for assert().
Stephan T. Lavavej
- [libcxx] r346912 - [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
- [PATCH] D54522: Fix running tests on macOS with python3
Alexander Richardson via Phabricator
- [PATCH] D54522: Fix running tests on macOS with python3
Alexander Richardson via Phabricator
- [PATCH] D54522: Fix running tests on macOS with python3
Alexander Richardson via Phabricator
- [PATCH] D54522: Fix running tests on macOS with python3
Alexander Richardson via Phabricator
- [PATCH] D54643: [libcxx] [test] Portability fix: add missing headers to unordered containers tests.
Andrey Maksimov via Phabricator
- [PATCH] D54643: [libcxx] [test] Portability fix: add missing headers to unordered containers tests.
Andrey Maksimov via Phabricator
- [PATCH] D54645: [libcxx] [test] Portability fix: add missing header for std::max_align_t.
Andrey Maksimov via Phabricator
- [PATCH] D54705: [libcxx] [test] Portability fix: change header for struct hash.
Andrey Maksimov via Phabricator
- [PATCH] D54645: [libcxx] [test] Portability fix: add missing header for std::max_align_t.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Andrey Maksimov via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Andrey Maksimov via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Andrey Maksimov via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Andrey Maksimov via Phabricator
- [PATCH] D47344: LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Arthur O'Dwyer via Phabricator
- [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] D47358: <experimental/memory_resource>: Implement {un, }synchronized_pool_resource.
Arthur O'Dwyer via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Arthur O'Dwyer via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Arthur O'Dwyer via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Arthur O'Dwyer via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Arthur O'Dwyer via Phabricator
- [PATCH] D54673: Fix some `-Wshadow` diagnostics emitted by Clang trunk
Arthur O'Dwyer via Phabricator
- [PATCH] D54673: Fix some `-Wshadow` diagnostics emitted by Clang trunk
Arthur O'Dwyer via Phabricator
- [PATCH] D54673: Fix some `-Wshadow` diagnostics emitted by Clang trunk
Arthur O'Dwyer via Phabricator
- [PATCH] D47360: Implement <memory_resource> as a copy of <experimental/memory_resource>.
Arthur O'Dwyer via Phabricator
- [PATCH] D47358: <experimental/memory_resource>: Implement {un, }synchronized_pool_resource.
Arthur O'Dwyer via Phabricator
- [PATCH] D53956: Fix test assumption that Linux implies glibc.
Dan Albert via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Denis Yaroshevskiy via Phabricator
- [PATCH] D53256: [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
- [PATCH] D53956: Fix test assumption that Linux implies glibc.
Eric Fiselier via Phabricator
- [PATCH] D53797: If libc++abi library path is given, use it to reexport
Eric Fiselier via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Eric Fiselier via Phabricator
- [PATCH] D54508: [libcxx] [test] Fix Clang -Wunused-local-typedef, MSVC C4800, missing cassert.
Eric Fiselier via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Eric Fiselier via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Eric Fiselier via Phabricator
- [PATCH] D54508: [libcxx] [test] Fix Clang -Wunused-local-typedef, MSVC C4800, missing cassert.
Eric Fiselier via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Eric Fiselier via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Eric Fiselier via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier via Phabricator
- [PATCH] D54810: [libcxx] Apply namespace-scope hidden visibility to libc++
Eric Fiselier via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Eric Fiselier via Phabricator
- [PATCH] D47111: <experimental/memory_resource>: Implement monotonic_buffer_resource.
Eric Fiselier via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Eric Fiselier via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Eric Fiselier via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Eric Fiselier via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Eric Fiselier via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Eric Fiselier via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Eric Fiselier via Phabricator
- [PATCH] D54893: [Demangle] remove itaniumFindTypesInMangledName
Erik Pilkington 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] D54234: Fix -Wimplicit-fallthrough warning
Fangrui Song via Phabricator
- [PATCH] D54234: Fix -Wimplicit-fallthrough warning
Fangrui Song via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
Ian Tessier via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
Ian Tessier via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
Ian Tessier via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
Ian Tessier 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
Isuru Fernando via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
JF Bastien via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Joerg Sonnenberger via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Kamil Rytarowski via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kristina Brooks via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Kristina Brooks via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Kristina Brooks via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Kristina Brooks via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Kristina Brooks via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D54234: Fix -Wimplicit-fallthrough warning
Louis Dionne via Phabricator
- [PATCH] D54290: [libcxx] Provide thread annotations for shared_mutex
Louis Dionne via Phabricator
- [PATCH] D54410: [libc++] Add C++17 deduction guides for std::function
Louis Dionne via Phabricator
- [PATCH] D54410: [libc++] Add C++17 deduction guides for std::function
Louis Dionne via Phabricator
- [PATCH] D54410: [libc++] Add C++17 deduction guides for std::function
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Louis Dionne via Phabricator
- [PATCH] D54456: [libcxx] Allow use of <atomic> in baremetal systems when threading is disabled.
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Louis Dionne via Phabricator
- [PATCH] D53867: [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne 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
Louis Dionne via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54479: Mark some library types and templates with visibility+availability attributes.
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D54522: Fix running tests on macOS with python3
Louis Dionne via Phabricator
- [PATCH] D54537: [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
Louis Dionne via Phabricator
- [PATCH] D54595: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Louis Dionne via Phabricator
- [PATCH] D54595: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Louis Dionne via Phabricator
- [PATCH] D54595: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Louis Dionne via Phabricator
- [PATCH] D54639: [libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne via Phabricator
- [PATCH] D54643: [libcxx] [test] Portability fix: add missing headers to unordered containers tests.
Louis Dionne via Phabricator
- [PATCH] D54643: [libcxx] [test] Portability fix: add missing headers to unordered containers tests.
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] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D53994: Fixing lower bound regression in certain situations.
Louis Dionne via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Louis Dionne via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Louis Dionne via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Louis Dionne via Phabricator
- [PATCH] D54673: Fix some `-Wshadow` diagnostics emitted by Clang trunk
Louis Dionne via Phabricator
- [PATCH] D54645: [libcxx] [test] Portability fix: add missing header for std::max_align_t.
Louis Dionne via Phabricator
- [PATCH] D54705: [libcxx] [test] Portability fix: change header for struct hash.
Louis Dionne via Phabricator
- [PATCH] D54645: [libcxx] [test] Portability fix: add missing header for std::max_align_t.
Louis Dionne via Phabricator
- [PATCH] D54705: [libcxx] [test] Portability fix: change header for struct hash.
Louis Dionne via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Louis Dionne via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54722: [libcxx] Make sure reference_wrapper works with incomplete types
Louis Dionne via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Louis Dionne via Phabricator
- [PATCH] D54726: [libcxx] Support generating linker script for static library
Louis Dionne via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Louis Dionne via Phabricator
- [PATCH] D54726: [libcxx] Support generating linker script for static library
Louis Dionne via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Louis Dionne via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Louis Dionne via Phabricator
- [PATCH] D54767: [libcxx] Use a type that is always an aggregate in variant's tests
Louis Dionne via Phabricator
- [PATCH] D54772: [libcxx] Reorganize tests since the application of P0602R4
Louis Dionne via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Louis Dionne via Phabricator
- [PATCH] D54772: [libcxx] Reorganize tests since the application of P0602R4
Louis Dionne via Phabricator
- [PATCH] D54772: [libcxx] Reorganize tests since the application of P0602R4
Louis Dionne via Phabricator
- [PATCH] D54801: [libcxx] Remove dynarray
Louis Dionne via Phabricator
- [PATCH] D54801: [libcxx] Remove dynarray
Louis Dionne via Phabricator
- [PATCH] D54639: [libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne via Phabricator
- [PATCH] D54639: [libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne via Phabricator
- [PATCH] D53797: If libc++abi library path is given, use it to reexport
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54806: [libcxx] Fix incorrect iterator type in vector container test.
Louis Dionne via Phabricator
- [PATCH] D54810: [libcxx] Apply namespace-scope hidden visibility to libc++
Louis Dionne via Phabricator
- [PATCH] D54810: [libcxx] Apply namespace-scope hidden visibility to libc++
Louis Dionne via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Louis Dionne via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Louis Dionne via Phabricator
- [PATCH] D54767: [libcxx] Use a type that is always an aggregate in variant's tests
Louis Dionne via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D54595: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Louis Dionne via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Louis Dionne via Phabricator
- [PATCH] D54992: Implement P0966 - string::reserve Should Not Shrink
Louis Dionne via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Louis Dionne via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Louis Dionne via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Louis Dionne via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Louis Dionne via Phabricator
- [PATCH] D54801: [libcxx] Remove dynarray
Louis Dionne via Phabricator
- [PATCH] D54801: [libcxx] Remove dynarray
Louis Dionne via Phabricator
- [PATCH] D54814: Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Louis Dionne via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D54804: [libcxx] Remove bad_array_length
Louis Dionne via Phabricator
- [PATCH] D55079: [libcxx] Always enable availability in the lit test suite.
Louis Dionne via Phabricator
- [PATCH] D55079: [libcxx] Always enable availability in the lit test suite.
Louis Dionne via Phabricator
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Louis Dionne via Phabricator
- [PATCH] D53956: Fix test assumption that Linux implies glibc.
Marshall Clow via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Marshall Clow via Phabricator
- [PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept
Marshall Clow via Phabricator
- [PATCH] D54508: [libcxx] [test] Fix Clang -Wunused-local-typedef, MSVC C4800, missing cassert.
Marshall Clow via Phabricator
- [PATCH] D54772: [libcxx] Reorganize tests since the application of P0602R4
Marshall Clow via Phabricator
- [PATCH] D54767: [libcxx] Use a type that is always an aggregate in variant's tests
Marshall Clow via Phabricator
- [PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.
Marshall Clow via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
- [PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference
Marshall Clow via Phabricator
- [PATCH] D54992: Implement P0966 - string::reserve Should Not Shrink
Marshall Clow via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
- [PATCH] D54801: [libcxx] Remove dynarray
Marshall Clow via Phabricator
- [PATCH] D54992: Implement P0966 - string::reserve Should Not Shrink
Marshall Clow via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Martin Storsjö via Phabricator
- [PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Martin Storsjö via Phabricator
- [PATCH] D54893: [Demangle] remove itaniumFindTypesInMangledName
Pavel Labath via Phabricator
- [PATCH] D54893: [Demangle] remove itaniumFindTypesInMangledName
Pavel Labath via Phabricator
- [PATCH] D54290: [libcxx] Provide thread annotations for shared_mutex
Petr Hosek via Phabricator
- [PATCH] D54290: [libcxx] Provide thread annotations for shared_mutex
Petr Hosek via Phabricator
- [PATCH] D54290: [libcxx] Provide thread annotations for shared_mutex
Petr Hosek via Phabricator
- [PATCH] D54726: [libcxx] Support generating linker script for static library
Petr Hosek via Phabricator
- [PATCH] D54726: [libcxx] Support generating linker script for static library
Petr Hosek via Phabricator
- [PATCH] D54726: [libcxx] Support generating linker script for static library
Petr Hosek via Phabricator
- [PATCH] D53796: [libcxx] Use AS_NEEDED command for linker script inputs
Roland McGrath via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Roman Lebedev via Phabricator
- [PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Roman Lebedev via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Samuel Benzaquen via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Samuel Benzaquen via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Samuel Benzaquen via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Samuel Benzaquen via Phabricator
- [PATCH] D53978: Add benchmarks for sorting and heap functions.
Samuel Benzaquen via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54338: Fix threads build on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54339: Fix threads detection on GNU/Hurd
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54677: [hurd] Fix unconditional use of PATH_MAX
Samuel Thibault via Phabricator
- [PATCH] D54595: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Shoaib Meenai via Phabricator
- [PATCH] D54893: [Demangle] remove itaniumFindTypesInMangledName
Stefan Gränitz via Phabricator
- [PATCH] D54508: [libcxx] [test] Fix Clang -Wunused-local-typedef, MSVC C4800, missing cassert.
Stephan T. Lavavej via Phabricator
- [PATCH] D54508: [libcxx] [test] Fix Clang -Wunused-local-typedef, MSVC C4800, missing cassert.
Stephan T. Lavavej via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan via Phabricator
- [PATCH] D44865: [libc++] Implement P0608R2 - A sane variant converting constructor
Zhihao Yuan via Phabricator
- [PATCH] D44865: [libc++] Implement P0608R3 - A sane variant converting constructor
Zhihao Yuan via Phabricator
- [PATCH] D49863: [istream] Fix error flags and exceptions propagated from input stream operations
Zhihao Yuan via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan via Phabricator
- [PATCH] D51268: [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan via Phabricator
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Erik van der Poel
- [libcxx] r346878 - [libcxx] [test] Fix running tests on macOS with python3
Alexander Richardson
- [libcxx-commits] [libcxx] r347399 - [libcxx] Mark stray symbols as hidden to try and fix the build
Jordan Rupprecht
- [libcxx] r346369 - Fix -Wimplicit-fallthrough warning
Fangrui Song
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke
- [PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke
- [libcxx] r345932 - Creating release directory for release_701.
Tom Stellard
- [libcxx] r345933 - Creating release candidate rc1 from release_701 branch
Tom Stellard
- [libcxxabi] r345934 - Creating release directory for release_701.
Tom Stellard
- [libcxxabi] r345935 - Creating release candidate rc1 from release_701 branch
Tom Stellard
- [libcxx] r346015 - Creating release candidate rc2 from release_701 branch
Tom Stellard
- [libcxxabi] r346016 - Creating release candidate rc2 from release_701 branch
Tom Stellard
- [libcxxabi] r346607 - Port LLVM r346606 to libcxxabi.
Nico Weber
- [libcxx] r347377 - [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan
Last message date:
Fri Nov 30 21:22:14 PST 2018
Archived on: Fri Nov 30 21:19:33 PST 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).