October 2021 Archives by author
Starting: Fri Oct 1 14:04:43 GMT 2021
Ending: Sun Oct 31 21:54:22 GMT 2021
Messages: 198
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
François Dumont
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
François Dumont
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
François Dumont
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
François Dumont
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
François Dumont
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
François Dumont
- [PATCH] libstdc++: Check [ptr,end) and [ptr,ptr+n) ranges with _GLIBCXX_ASSERTIONS
François Dumont
- [PATCH] libstdc++: Check [ptr,end) and [ptr,ptr+n) ranges with _GLIBCXX_ASSERTIONS
François Dumont
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
François Dumont
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
François Dumont
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
François Dumont
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
François Dumont
- [PATCH] print extended assertion failures to stderr
Jay Feldblum
- [PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
Paul Keir
- [PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
Paul Keir
- [committed] libstdc++: Allow visiting inherited variants [PR 90943]
Daniel Krügler
- [committed] libstdc++: Support printing volatile pointers (P1147R1)
Daniel Krügler
- [PATCH] c++tools: Fix memory leak
Jason Merrill
- [PATCH v2] c++tools: Fix memory leak
Jason Merrill
- [PATCH] Fix check C99 TR1 support
Petr Mikhalicin
- [PATCH] libstdc++: Fix 17_intro/names.cc on Solaris
Rainer Orth
- [PATCH] libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
Rainer Orth
- [PATCH 1/2] libstdc++: Implement LWG 3523 changes to ranges::iota_view
Patrick Palka
- [PATCH 2/2] libstdc++: Implement P1739R4 changes to views::take/drop/counted
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3549 changes to ranges::enable_view
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3470 change to ranges::subrange
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3580 changes to ranges::iota_view
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3481 change to ranges::viewable_range
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3535 changes to ranges::join_view
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3595 changes to common_iterator
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view
Patrick Palka
- [PATCH] libstdc++: missing constexpr for __[nm]iter_base [PR102358]
Patrick Palka
- [PATCH] libstdc++: Implement P2432R1 changes for views::istream
Patrick Palka
- [committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
Tim Song
- [committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612]
Ville Voutilainen
- [committed] libstdc++: Replace try-catch in std::list::merge to avoid O(N) size
Jonathan Wakely
- [committed] libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>
Jonathan Wakely
- [committed] libstdc++: Add noexcept to istream_iterator and ostream_iterator
Jonathan Wakely
- [committed] libstdc++: Add missing header to test
Jonathan Wakely
- [committed] libstdc++: Define basic_regex::multiline for non-strict modes
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Implement std::clamp with std::min and std::max [PR 96733]
Jonathan Wakely
- [committed] libstdc++: Do not allocate a zero-size vector<bool> [PR 100153]
Jonathan Wakely
- [committed] libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418]
Jonathan Wakely
- [committed] libstdc++: Add noexcept to common_iterator proxy operators
Jonathan Wakely
- [committed] libstdc++: Make move ctor noexcept for fully-dynamic string
Jonathan Wakely
- [committed] libstdc++: Simplify __normal_iterator converting constructor
Jonathan Wakely
- [committed] libstdc++: Allow visiting inherited variants [PR 90943]
Jonathan Wakely
- [committed] libstdc++: Optimize std::visit for the common case [PR 78113]
Jonathan Wakely
- [committed] libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
- [committed] libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
- [committed] libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
Jonathan Wakely
- [committed] libstdc++: Fix narrowing conversion in std::visit
Jonathan Wakely
- [committed] libstdc++: Simplify __throw_out_of_range_fmt for freestanding
Jonathan Wakely
- [committed] libstdc++: Remove useless base classes in pb_db tests
Jonathan Wakely
- [committed] libstdc++: Remove unary_function base classes from std::thread tests
Jonathan Wakely
- [committed] libstdc++: Implement LWG 3392 for std::ranges::distance
Jonathan Wakely
- [committed] libstdc++: Implement LWG 3522 for std::priority_queue
Jonathan Wakely
- [committed] libstdc++: Implement LWG 3529 for std::priority_queue
Jonathan Wakely
- [committed] libstdc++: Implement LWG 3506 for std::priority_queue
Jonathan Wakely
- [committed] libstdc++: Add container adaptor constructors taking iterators (P1425R4)
Jonathan Wakely
- [committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612]
Jonathan Wakely
- [committed] libstdc++: Allow stateful allocators in std::list::sort [PR 66742]
Jonathan Wakely
- [committed] libstdc++: Restore printing of assertion messages [PR102100]
Jonathan Wakely
- [committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612]
Jonathan Wakely
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>
Jonathan Wakely
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>
Jonathan Wakely
- [committed] libstdc++: Fix typos in std::filesystem code
Jonathan Wakely
- [committed] libstdc++: Allow visiting inherited variants [PR 90943]
Jonathan Wakely
- About amd ryzen 3000 bugs of rdseed and rdrand?
Jonathan Wakely
- [committed] libstdc++: Disable std::string{, _view} construction from nullptr (P2166R1)
Jonathan Wakely
- [committed] libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
- [committed] libstdc++: Allow visiting inherited variants [PR 90943]
Jonathan Wakely
- [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>
Jonathan Wakely
- [committed] libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value
Jonathan Wakely
- [committed] libstdc++: Support printing volatile pointers (P1147R1)
Jonathan Wakely
- [committed] libstdc++: Add noexcept to some std::function internals
Jonathan Wakely
- [committed] libstdc++: Fix testcase for newly-implemented C++20 semantics [PR102535]
Jonathan Wakely
- [committed] libstdc++: Add test for std::cmp_greater
Jonathan Wakely
- [committed] libstdc++: Simplify constraints for std::any construction
Jonathan Wakely
- [committed] libstdc++: Support printing volatile pointers (P1147R1)
Jonathan Wakely
- [PATCH] Fix check C99 TR1 support
Jonathan Wakely
- [committed] libstdc++: Ensure std::span and std::string_view are trivially copyable (P2251R1)
Jonathan Wakely
- An interesting thought on exception_defines.h just for fun
Jonathan Wakely
- Why I cannot see content of std::vector in the gdb?
Jonathan Wakely
- [committed] libstdc++: Implement std::move_only_function for C++23 (P0288R9)
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Avoid debug checks in uniform container erasure functions
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Avoid use of hardware interference non-constant [PR102377]
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
- [committed] libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
Jonathan Wakely
- [committed] libstdc++: Implement ostream insertion for chrono::duration
Jonathan Wakely
- [committed] libstdc++: Restore debug checks in uniform container erasure functions
Jonathan Wakely
- [PATCH] libstdc++: Add wrapper for internal uses of std::terminate
Jonathan Wakely
- [committed] libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546]
Jonathan Wakely
- [committed] libstdc++: Detect miscompilation of src/c++11/limits.cc
Jonathan Wakely
- [committed 1/2] libstdc++: Avoid instantiation of _Hash_node before it's needed
Jonathan Wakely
- [committed 2/2] libstdc++: Access std::pair members without tuple-like helpers
Jonathan Wakely
- [committed] libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
Jonathan Wakely
- [committed 1/8] libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite
Jonathan Wakely
- [PATCH 2/8] libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directory
Jonathan Wakely
- [PATCH 3/8] libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
Jonathan Wakely
- [PATCH 4/8] libstdc++: Enable vstring for wchar_t unconditionally [PR98725]
Jonathan Wakely
- [PATCH 5/8] libstdc++: Enable type traits for wchar_t unconditionally [PR98725]
Jonathan Wakely
- [PATCH 6/8] libstdc++: Define std::wstring_convert unconditionally [PR 98725]
Jonathan Wakely
- [PATCH 7/8] libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]
Jonathan Wakely
- [PATCH 8/8] libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725]
Jonathan Wakely
- Add dg-require-wchars to libstdc++ testsuite
Jonathan Wakely
- [PATCH] libstdc++: Check [ptr,end) and [ptr,ptr+n) ranges with _GLIBCXX_ASSERTIONS
Jonathan Wakely
- [committed] libstdc++: Fix std::match_results::end() for failed matches [PR102667]
Jonathan Wakely
- [committed] libstdc++: Add valid range assertions to std::basic_regex [PR89927]
Jonathan Wakely
- [committed] libstdc++: Fix std::numeric_limits::lowest() test for strict modes
Jonathan Wakely
- [committed] libstdc++: Simplify std::basic_regex::assign
Jonathan Wakely
- [PATCH] libstdc++: Add wrapper for internal uses of std::terminate
Jonathan Wakely
- [PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
Jonathan Wakely
- [PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
Jonathan Wakely
- [committed] libstdc++: Improve diagnostics for misuses of output iterators
Jonathan Wakely
- [committed] libstdc++: Fix move construction of std::tuple with array elements [PR101960]
Jonathan Wakely
- [committed] libstdc++: Fix test that fails for C++20
Jonathan Wakely
- [committed] libstdc++: Ensure language linkage of std::__terminate()
Jonathan Wakely
- [committed] libstdc++: Fix dangling string_view in filesystem::path [PR102592]
Jonathan Wakely
- [committed] libstdc++: Refactor filesystem::path encoding conversions
Jonathan Wakely
- [committed] libstdc++: Refactor filesystem::path encoding conversions
Jonathan Wakely
- [committed] libstdc++: Rename files with the wrong extensions
Jonathan Wakely
- [committed] libstdc++: Fix regression in memory use when constructing paths
Jonathan Wakely
- [committed] libstdc++: Add missing constexpr to std::optional (P2231R1)
Jonathan Wakely
- [committed] libstdc++: Fix test for feature test macro
Jonathan Wakely
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
Jonathan Wakely
- [committed] libstdc++: Use more descriptive feature test macro
Jonathan Wakely
- [committed] libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]
Jonathan Wakely
- [PATCH] libstdc++: Check [ptr, end) and [ptr, ptr+n) ranges with _GLIBCXX_ASSERTIONS
Jonathan Wakely
- [committed] libstdc++: Make filesystem::path(path&&) always noexcept
Jonathan Wakely
- [committed] libstdc++: Simplify variant access functions
Jonathan Wakely
- Is that possible to build libstdc++ without std::filesystem?
Jonathan Wakely
- [PATCH] libstdc++: Check [ptr, end) and [ptr, ptr+n) ranges with _GLIBCXX_ASSERTIONS
Jonathan Wakely
- [committed] libstdc++: Remove unused functions in std::variant implementation
Jonathan Wakely
- [committed] libstdc++: Remove try/catch overhead in std::variant::emplace
Jonathan Wakely
- [committed] libstdc++: Add missing constexpr to std::variant (P2231R1)
Jonathan Wakely
- [committed] libstdc++: Make non-propagating-cache fully constexpr [PR101263]
Jonathan Wakely
- [committed] libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)
Jonathan Wakely
- [committed] libstdc++: Fix error in filesystem::path with Clang
Jonathan Wakely
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
Jonathan Wakely
- [committed] libstdc++: Fix mem-initializer in std::move_only_function [PR102825]
Jonathan Wakely
- [PATCH 1/2] libstdc++: Implement LWG 3523 changes to ranges::iota_view
Jonathan Wakely
- [committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
Jonathan Wakely
- [committed] libstdc++: Fix std::stack deduction guide
Jonathan Wakely
- [committed] libstdc++: Change std::variant union member to empty struct
Jonathan Wakely
- [committed] libstdc++: Fix doxygen generation to work with relative paths
Jonathan Wakely
- [committed] libstdc++: Implement std::random_device::entropy() for other sources
Jonathan Wakely
- [PATCH] libstdc++: Add support for POWER9 DARN instruction to std::random_device
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3580 changes to ranges::iota_view
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3470 change to ranges::subrange
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3549 changes to ranges::enable_view
Jonathan Wakely
- [committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
Jonathan Wakely
- [PATCH] libstdc++: Add support for POWER9 DARN instruction to std::random_device
Jonathan Wakely
- [PATCH v2] libstdc++: Add support for POWER9 DARN instruction to std::random_device
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3481 change to ranges::viewable_range
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3535 changes to ranges::join_view
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3595 changes to common_iterator
Jonathan Wakely
- [committed] libstdc++: Add missing test for std::optional::transform(F&&)
Jonathan Wakely
- [committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863]
Jonathan Wakely
- [committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863]
Jonathan Wakely
- [PATCH] libcody: Avoid double-free
Jonathan Wakely
- [PATCH] c++tools: Fix memory leak
Jonathan Wakely
- [PATCH] libcody: Avoid double-free
Jonathan Wakely
- [PATCH] libstdc++: missing constexpr for __[nm]iter_base [PR102358]
Jonathan Wakely
- [PATCH] libstdc++: Implement P2432R1 changes for views::istream
Jonathan Wakely
- [PATCH 2/2] libstdc++: Implement P1739R4 changes to views::take/drop/counted
Jonathan Wakely
- [PATH][_GLIBCXX_DEBUG] Fix unordered container merge
Jonathan Wakely
- [PATCH v2] c++tools: Fix memory leak
Jonathan Wakely
- [committed] libstdc++: Suppress Doxygen docs for more implementation details
Jonathan Wakely
- [committed] libstdc++: Add Doxygen comments to contents of <functional>
Jonathan Wakely
- [committed] libstdc++: Improve generated man pages for libstdc++
Jonathan Wakely
- [committed] libstdc++: Constrain std::make_any [PR102894]
Jonathan Wakely
- [PATCH] libstdc++: Fix 17_intro/names.cc on Solaris
Jonathan Wakely
- [PATCH] libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
Jonathan Wakely
- [committed] libstdc++: Fix typo in std::stack test
Jonathan Wakely
- Re[2]: [PATCH] Fix check C99 TR1 support
mkh199740@mail.ru
- gdb support for libstdc++ on windows?
sotrdg sotrdg
- About amd ryzen 3000 bugs of rdseed and rdrand?
unlvsur unlvsur
- An interesting thought on exception_defines.h just for fun
unlvsur unlvsur
- Why I cannot see content of std::vector in the gdb?
unlvsur unlvsur
- Is that possible to build libstdc++ without std::filesystem?
unlvsur unlvsur
- An interesting "optimization"? for __glibcxx_assert under verbose mode
unlvsur unlvsur
- An interesting "optimization"? for __glibcxx_assert under verbose mode
unlvsur unlvsur
Last message date:
Sun Oct 31 21:54:22 GMT 2021
Archived on: Sun Oct 31 21:54:26 GMT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).