November 2024 Archives by subject
Starting: Fri Nov 1 10:42:00 GMT 2024
Ending: Sat Nov 30 21:45:42 GMT 2024
Messages: 191
- [Bug libstdc++/115285] [12/13/14/15 Regression] std::unordered_set can have duplicate value
Jonathan Wakely
- [Bug libstdc++/115285] [12/13/14/15 Regression] std::unordered_set can have duplicate value
Jonathan Wakely
- [Bug libstdc++/115285] [12/13/14/15 Regression] std::unordered_set can have duplicate value
Jonathan Wakely
- [committed 1/2] libstdc++: Define __is_pair variable template for C++11
Jonathan Wakely
- [committed 2/2] libstdc++: Fix conversions to key/value types for hash table insertion [PR115285]
Jonathan Wakely
- [committed] libstdc++: Add -fno-assume-sane-operators-new-delete to test [PR117751]
Jonathan Wakely
- [committed] libstdc++: Add cold attribute to assertion failure functions [PR117650]
Jonathan Wakely
- [committed] libstdc++: Add missing <vector> header to unordered_set/pr115285.cc test
Jonathan Wakely
- [committed] libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
- [committed] libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]
Jonathan Wakely
- [committed] libstdc++: Add parentheses around operand of |
Jonathan Wakely
- [committed] libstdc++: Check feature test macros in unordered containers
Jonathan Wakely
- [committed] libstdc++: Deprecate std::rel_ops namespace for C++20
Jonathan Wakely
- [committed] libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
- [committed] libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
Jonathan Wakely
- [committed] libstdc++: Fix calculation of system time in performance tests
Jonathan Wakely
- [committed] libstdc++: Fix constraints on std::optional converting assignments [PR117858]
Jonathan Wakely
- [committed] libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)
Jonathan Wakely
- [committed] libstdc++: Fix indentation in std::list::emplace_back
Jonathan Wakely
- [committed] libstdc++: Fix nodiscard warnings in perf test for memory pools
Jonathan Wakely
- [committed] libstdc++: Fix std::unordered_set::emplace optimization [PR117686]
Jonathan Wakely
- [committed] libstdc++: Fix typo in comment in hashtable.h
Jonathan Wakely
- [committed] libstdc++: Fix typo in comment in hashtable.h
François Dumont
- [committed] libstdc++: Fix typo in comment in hashtable.h
Jonathan Wakely
- [committed] libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]
Jonathan Wakely
- [committed] libstdc++: Fix unsigned wraparound in codecvt::do_length [PR105857]
Jonathan Wakely
- [committed] libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
Jonathan Wakely
- [committed] libstdc++: Improve Doxygen comments in <forward_list>
Jonathan Wakely
- [committed] libstdc++: Improve exception messages in conversion classes
Jonathan Wakely
- [committed] libstdc++: Improve new testcase for std::optional assignment [PR117858]
Jonathan Wakely
- [committed] libstdc++: Include <sys/cdefs.h> in os_defines.h for FreeBSD [PR117210]
Jonathan Wakely
- [committed] libstdc++: Make some _Hashtable members inline
Jonathan Wakely
- [committed] libstdc++: Minor comment improvements in <bits/hashtable.h>
Jonathan Wakely
- [committed] libstdc++: Move include guards to start of headers
Jonathan Wakely
- [committed] libstdc++: Reduce duplication in Doxygen comments for std::list
Jonathan Wakely
- [committed] libstdc++: Remove __builtin_expect from consteval assertion
Jonathan Wakely
- [committed] libstdc++: Remove stray whitespace in #endif
Jonathan Wakely
- [committed] libstdc++: Reorder printer registrations in printers.py
Jonathan Wakely
- [committed] libstdc++: Simplify __detail::__distance_fw using 'if constexpr'
Jonathan Wakely
- [committed] libstdc++: Simplify std::forward_list assignment using 'if constexpr'
Jonathan Wakely
- [committed] libstdc++: Simplify std::list assignment using 'if constexpr'
Jonathan Wakely
- [committed] libstdc++: Stop using std::unary_function in perf tests
Jonathan Wakely
- [committed] libstdc++: Tweak comments on includes in hashtable headers
Jonathan Wakely
- [committed] libstdc++: Use -C option to run recursive make in sub-directories
Jonathan Wakely
- [committed] libstdc++: Use __is_single_threaded() in performance tests
Jonathan Wakely
- [committed] libstdc++: Use const_iterator in std::set::find<K> return type
Jonathan Wakely
- [committed] libstdc++: Use feature test macros consistently in <bits/stl_iterator.h>
Jonathan Wakely
- [committed] libstdc++: Use requires-clause for __normal_iterator constructor
Jonathan Wakely
- [committed] libstdc++: Use std::_Destroy in std::stacktrace
Jonathan Wakely
- [committed] libstdc++: Write timestamp to libstdc++-performance.sum file
Jonathan Wakely
- [committed v2] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [committed v2] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
- [PATCH 0/12] libstdc++: Refactor _Hashtable class
Jonathan Wakely
- [PATCH 0/12] libstdc++: Refactor _Hashtable class
Jonathan Wakely
- [PATCH 01/12] libstdc++: Refactor _Hashtable::operator=(initializer_list<value_type>)
Jonathan Wakely
- [PATCH 02/12] libstdc++: Allow unordered_set assignment to assign to existing nodes
Jonathan Wakely
- [PATCH 03/12] libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
- [PATCH 04/12] libstdc++: Refactor Hashtable erasure
Jonathan Wakely
- [PATCH 05/12] libstdc++: Add _Hashtable::_M_assign for the common case
Jonathan Wakely
- [PATCH 06/12] libstdc++: Replace _Hashtable::__fwd_value_for with cast
Jonathan Wakely
- [PATCH 07/12] libstdc++: Use RAII in _Hashtable
Jonathan Wakely
- [PATCH 08/12] libstdc++: Remove _Insert base class from _Hashtable
Jonathan Wakely
- [PATCH 09/12] libstdc++: Remove _Equality base class from _Hashtable
Jonathan Wakely
- [PATCH 1/2] libstdc++: Avoid iconv for chrono formatting where possible
Jonathan Wakely
- [PATCH 1/2] libstdc++: Enable debug assertions for filesystem directory iterators
Jonathan Wakely
- [PATCH 1/2] libstdc++: Improve test for <utility> synopsis
Jonathan Wakely
- [PATCH 1/3] libstdc++: Refactor std::list::size() for cxx11 ABI
Jonathan Wakely
- [PATCH 10/12] libstdc++: Remove _Hashtable_base::_S_equals
Jonathan Wakely
- [PATCH 11/12] libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
- [PATCH 12/12] libstdc++: Add _Hashtable::_M_locate(const key_type&)
Jonathan Wakely
- [PATCH 2/2] libstdc++: Add cache for recently used encoding facets
Jonathan Wakely
- [PATCH 2/2] libstdc++: More user-friendly failed assertions from shared_ptr dereference
Jonathan Wakely
- [PATCH 2/2] libstdc++: Move std::monostate to <utility> for C++26 (P0472R2)
Jonathan Wakely
- [PATCH 2/3] libstdc++: Stop using _Self typedefs in std::list iterators
Jonathan Wakely
- [PATCH 3/3] libstdc++: Add fancy pointer support to std::list [PR57272]
Jonathan Wakely
- [PATCH 3/3 v2] libstdc++: Add fancy pointer support to std::list [PR57272]
Jonathan Wakely
- [PATCH 4/3] libstdc++: Add fancy pointer support to std::forward_list [PR57272]
Jonathan Wakely
- [PATCH] Add fancy pointer support in std::map/set
François Dumont
- [PATCH] Add fancy pointer support in std::map/set
Jonathan Wakely
- [PATCH] Add fancy pointer support in std::map/set
François Dumont
- [PATCH] Add fancy pointer support in std::map/set
Jonathan Wakely
- [PATCH] Add fancy pointer support in std::map/set
François Dumont
- [PATCH] Add fancy pointer support in std::map/set
Jonathan Wakely
- [PATCH] Add fancy pointer support in std::map/set
François Dumont
- [PATCH] Add fancy pointer support in std::map/set
Jonathan Wakely
- [PATCH] c++, v2: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
- [PATCH] c++, v2: Implement C++26 P3176R1 - The Oxford variadic comma
Jonathan Wakely
- [PATCH] c++, v2: Implement C++26 P3176R1 - The Oxford variadic comma
Jason Merrill
- [PATCH] c++, v3: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
- [PATCH] c++, v3: Implement C++26 P3176R1 - The Oxford variadic comma
Jason Merrill
- [PATCH] c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
- [PATCH] c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jonathan Wakely
- [PATCH] c++: Implement C++26 P3176R1 - The Oxford variadic comma
Marek Polacek
- [PATCH] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Patrick Palka
- [PATCH] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Jonathan Wakely
- [PATCH] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Patrick Palka
- [PATCH] libstdc++: Add --enable-clocale=ieee_1003.1-2008 [PR57585]
Jonathan Wakely
- [PATCH] libstdc++: Add --enable-clocale=ieee_1003.1-2008 [PR57585]
Rainer Orth
- [PATCH] libstdc++: Add --enable-clocale=ieee_1003.1-2008 [PR57585]
Jonathan Wakely
- [PATCH] libstdc++: Add --enable-clocale=ieee_1003.1-2008 [PR57585]
Rainer Orth
- [PATCH] libstdc++: Add conditional noexcept to range access functions
Jonathan Wakely
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
François Dumont
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
François Dumont
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Marc Glisse
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [PATCH] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [PATCH] libstdc++: Add some further attributes to ::operator new in <new>
Jakub Jelinek
- [PATCH] libstdc++: Add some further attributes to ::operator new in <new>
Jonathan Wakely
- [PATCH] libstdc++: Call regex_traits::transform_primary() only if necessary
Luca Bacci
- [PATCH] libstdc++: Call regex_traits::transform_primary() only when necessary
Luca Bacci
- [PATCH] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jason Merrill
- [PATCH] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
- [PATCH] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
- [PATCH] libstdc++: Fix up 117406.cc test [PR117406]
Jakub Jelinek
- [PATCH] libstdc++: Fix up 117406.cc test [PR117406]
Jonathan Wakely
- [PATCH] libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406]
Jakub Jelinek
- [PATCH] libstdc++: Fix up std::{, b}float16_t std::{ilogb, l{, l}r{ound, int}} [PR117406]
Jonathan Wakely
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
LIU Hao
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
Jonathan Wakely
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
LIU Hao
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
Jonathan Wakely
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
Jonathan Wakely
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
LIU Hao
- [PATCH] libstdc++: Hide TLS variables in `std::call_once`
LIU Hao
- [PATCH] libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
- [PATCH] libstdc++: Implement LWG 3563 changes to keys_view and values_view
Jonathan Wakely
- [PATCH] libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14
Jonathan Wakely
- [PATCH] libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
- [PATCH] libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
- [PATCH] libstdc++: Make std::basic_stacktrace swappable with unequal allocators
Jonathan Wakely
- [PATCH] libstdc++: Make std::basic_stacktrace swappable with unequal allocators
Jonathan Wakely
- [PATCH] libstdc++: Make std::basic_stacktrace swappable with unequal allocators
Jonathan Wakely
- [PATCH] libstdc++: module std fixes
Jason Merrill
- [PATCH] libstdc++: module std fixes
Jonathan Wakely
- [PATCH] libstdc++: module std fixes
Patrick Palka
- [PATCH] libstdc++: Move std::error_category symbol to separate file [PR117630]
Jonathan Wakely
- [PATCH] libstdc++: Refactor std::hash specializations
Jonathan Wakely
- [PATCH] libstdc++: Refactor std::hash specializations
Jonathan Wakely
- [PATCH] libstdc++: Remove workaround for modules issue [PR113814]
Nathaniel Shead
- [PATCH] libstdc++: Remove workaround for modules issue [PR113814]
Jonathan Wakely
- [PATCH] libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
- [PATCH] libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
- [PATCH] libstdc++: Simplify _Hashtable merge functions
François Dumont
- [PATCH] libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
- [PATCH] libstdc++: Simplify intervals() and densities() for piecewise distributions
Jonathan Wakely
- [PATCH] libstdc++: Simplify std::_Destroy using 'if constexpr'
Jonathan Wakely
- [PATCH] libstdc++: Use hidden friends for __normal_iterator operators
Jonathan Wakely
- [PATCH] sso-string@gnu-versioned-namespace [PR83077]
François Dumont
- [PATCH RFC] libcpp, libstdc++: add __has_import builtin
Jason Merrill
- [PATCH RFC] libcpp, libstdc++: add __has_import builtin
Ville Voutilainen
- [PATCH RFC] libcpp, libstdc++: add __has_import builtin
Jason Merrill
- [pushed] libstdc++: Move a gcc.gnu.org link to https
Gerald Pfeifer
- [pushed] libstdc++: remove JSON comment.
Jason Merrill
- [pushed] libstdc++: stdc++.h and <coroutine>
Jason Merrill
- [pushed] libstdc++: Update link to Angelika Langer's book
Gerald Pfeifer
- [pushed] libstdc++: Update reference to Angelika Langer's article
Gerald Pfeifer
- [WIP RFC] libstdc++: add module std
Jason Merrill
- [WIP RFC] libstdc++: add module std
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Jason Merrill
- [WIP RFC] libstdc++: add module std
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Jason Merrill
- [WIP RFC] libstdc++: add module std
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Jason Merrill
- [WIP RFC] libstdc++: add module std
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Sam James
- [WIP RFC] libstdc++: add module std
Jason Merrill
- Address UNRESOLVED for 'g++.dg/tree-ssa/empty-loop.C' (was: optimize basic_string)
Thomas Schwinge
- improve std::deque::_M_reallocate_map
Jan Hubicka
- improve std::deque::_M_reallocate_map
Jan Hubicka
- improve std::deque::_M_reallocate_map
Jonathan Wakely
- improve std::deque::_M_reallocate_map
Jan Hubicka
- improve std::deque::_M_reallocate_map
Jonathan Wakely
- improve std::deque::_M_reallocate_map
Michael Matz
- improve std::deque::_M_reallocate_map
Jonathan Wakely
- improve std::deque::_M_reallocate_map
Michael Matz
- improve std::deque::_M_reallocate_map
Jonathan Wakely
- improve std::deque::_M_reallocate_map
Michael Matz
- improve std::deque::_M_reallocate_map
Marc Glisse
- improve std::deque::_M_reallocate_map
Jonathan Wakely
- optimize basic_string
Jan Hubicka
- optimize basic_string
Jonathan Wakely
- optimize basic_string
Jan Hubicka
- optimize basic_string
Jonathan Wakely
- optimize basic_string
Jan Hubicka
- optimize basic_string
Jonathan Wakely
- Patch ping - [PATCH] libstdc++: Add some further attributes to ::operator new in <new>
Jakub Jelinek
- Standard as in?
Jackie Chen
Last message date:
Sat Nov 30 21:45:42 GMT 2024
Archived on: Sat Nov 30 21:46:18 GMT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).