Fourth quarter 2024 Archives by thread
Starting: Tue Oct 1 00:14:40 GMT 2024
Ending: Mon Dec 30 00:17:38 GMT 2024
Messages: 414
- [gcc r15-3982] libstdc++-v3: Fix signed-overflow warning for newlib/ctype_base.h, PR116895
Hans-Peter Nilsson
- [gcc r15-3983] Daily bump.
GCC Administrator
- [gcc r15-4014] libstdc++: Fix -Wlong-long warning in <bits/postypes.h>
Jonathan Wakely
- [gcc r15-4015] libstdc++: Fix rounding in chrono::parse
Jonathan Wakely
- [gcc r15-4016] libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
- [gcc r15-4034] Daily bump.
GCC Administrator
- [gcc r15-4036] libstdc++: [_Hashtable] Fix some implementation inconsistencies
Francois Dumont
- [gcc r15-4039] libstdc++: Fix some warnings seen during bootstrap
Jonathan Wakely
- [gcc r15-4040] libstdc++: Fix -Wdeprecated-declarations warning for Parallel Mode [PR116944]
Jonathan Wakely
- [gcc r15-4041] libstdc++: Make Unicode utils work with Parallel Mode
Jonathan Wakely
- [gcc r14-10732] libstdc++: Fix formatting of most negative chrono::duration [PR116755]
Jonathan Wakely
- [gcc r14-10733] libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
- [gcc r14-10734] libstdc++: Work around some PSTL test failures for debug mode [PR90276]
Jonathan Wakely
- [gcc r14-10735] libstdc++: Add missing 'inline' to always_inline function
Jonathan Wakely
- [gcc r14-10736] libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
- [gcc r14-10737] libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for empty dest [PR37475]
Jonathan Wakely
- [gcc r14-10738] libstdc++: Remove noexcept-specifier from MCF __cxa_guard_acquire [PR116857]
Jonathan Wakely
- [gcc r14-10739] libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
Jonathan Wakely
- [gcc r14-10740] libstdc++: Fix @file for target-specific opt_random.h
Jonathan Wakely
- [gcc r14-10741] libstdc++: Fix @headername for bits/cpp_type_traits.h
Jonathan Wakely
- [gcc r14-10742] libstdc++: Make debug sequence members mutable [PR116369]
Jonathan Wakely
- [gcc r13-9074] libstdc++: Fix formatting of most negative chrono::duration [PR116755]
Jonathan Wakely
- [gcc r13-9075] libstdc++: Remove noexcept-specifier from MCF __cxa_guard_acquire [PR116857]
Jonathan Wakely
- [gcc r15-4049] Daily bump.
GCC Administrator
- [gcc r13-9076] Daily bump.
GCC Administrator
- [gcc r14-10743] Daily bump.
GCC Administrator
- [gcc r13-9077] libstdc++: std::string move assignment should not use POCCA trait [PR116641]
Jonathan Wakely
- [gcc r13-9078] libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
Jonathan Wakely
- [gcc r13-9079] libstdc++: Use reserved form of [[__likely__]] in <variant>
Jonathan Wakely
- [gcc r13-9080] libstdc++: Fix @file for target-specific opt_random.h
Jonathan Wakely
- [gcc r13-9081] libstdc++: Fix @headername for bits/cpp_type_traits.h
Jonathan Wakely
- [gcc r13-9082] libstdc++: Fix std::tr2::dynamic_bitset shift operations [PR115399]
Jonathan Wakely
- [gcc r13-9083] libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
Jonathan Wakely
- [gcc r13-9084] libstdc++: Initialize base in test allocator's constructor
Jonathan Wakely
- [gcc r15-4058] libstdc++: Replace implicit lambda capture of 'this' [PR116964]
Jonathan Wakely
- [gcc r15-4067] libstdc++: Fix some Parallel Mode testsuite failures
Jonathan Wakely
- [gcc r15-4070] libstdc++/ranges: Implement various small LWG issues
Patrick Palka
- [gcc r15-4083] Daily bump.
GCC Administrator
- [gcc r13-9086] Daily bump.
GCC Administrator
- [gcc r15-4086] libstdc++: Implement LWG 3664 changes to ranges::distance
Patrick Palka
- [gcc r15-4087] libstdc++: add std::is_virtual_base_of
Patrick Palka
- [gcc r15-4090] Daily bump.
GCC Administrator
- [gcc(refs/users/meissner/heads/work180)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r12-10747] libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]
Jonathan Wakely
- [gcc r12-10748] libstdc++: std::string move assignment should not use POCCA trait [PR116641]
Jonathan Wakely
- [gcc r12-10749] libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
Jonathan Wakely
- [gcc r12-10750] libstdc++: Use reserved form of [[__likely__]] in <variant>
Jonathan Wakely
- [gcc r12-10751] libstdc++: Fix @file for target-specific opt_random.h
Jonathan Wakely
- [gcc r12-10752] libstdc++: Fix @headername for bits/cpp_type_traits.h
Jonathan Wakely
- [gcc r12-10753] libstdc++: Fix std::tr2::dynamic_bitset shift operations [PR115399]
Jonathan Wakely
- [gcc r12-10754] libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
Jonathan Wakely
- [gcc r12-10755] libstdc++: Initialize base in test allocator's constructor
Jonathan Wakely
- [gcc r12-10756] libstdc++: Fix std::string_view for IL32P16 targets
Jonathan Wakely
- [gcc r12-10757] Daily bump.
GCC Administrator
- [gcc r15-4134] contrib, libcpp, libstdc++: Update to Unicode 16.0
Jakub Jelinek
- [gcc r15-4190] Daily bump.
GCC Administrator
- [gcc r15-4203] libstdc++: Fix formatting of chrono::duration with character rep [PR116755]
Jonathan Wakely
- [gcc r15-4204] libstdc++: Tweak %c formatting for chrono types
Jonathan Wakely
- [gcc r15-4205] libstdc++: Make std::construct_at support arrays (LWG 3436)
Jonathan Wakely
- [gcc r15-4206] libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)
Jonathan Wakely
- [gcc r15-4207] libstdc++: Simplify std::aligned_storage and fix for versioned namespace [PR61458]
Jonathan Wakely
- [gcc r15-4208] libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]
Jonathan Wakely
- [gcc r15-4209] libstdc++: Fix -Wsign-compare in std::latch::count_down
Jonathan Wakely
- [gcc r15-4210] libstdc++: Fix -Wnarrowing in <complex> [PR116991]
Jonathan Wakely
- [gcc r15-4211] libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]
Jonathan Wakely
- [gcc r15-4214] libstdc++: Workaround glibc headers on ia64-linux
Jonathan Wakely
- [gcc r15-4215] libstdc++: Drop format attribute from snprintf wrapper [PR116969]
Jonathan Wakely
- [gcc r15-4216] libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210]
Jonathan Wakely
- [gcc r15-4227] Daily bump.
GCC Administrator
- [gcc r15-4247] libstdc++: Fix some test failures with -fno-char8_t
Jonathan Wakely
- [gcc r15-4264] libstdc++: Add missing whitespace in dg-do directives
Jonathan Wakely
- [gcc r15-4265] libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
- [gcc r15-4266] libstdc++: Use appropriate feature test macro for std::byte
Jonathan Wakely
- [gcc r15-4271] libstdc++: Rearrange std::move_iterator helpers in stl_iterator.h
Jonathan Wakely
- [gcc r15-4277] Daily bump.
GCC Administrator
- [gcc r15-4303] libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]
Jonathan Wakely
- [gcc r15-4304] libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCE
Sam James
- [gcc r15-4305] Daily bump.
GCC Administrator
- [gcc r15-4320] libstdc++: Enable memcpy optimizations for distinct integral types [PR93059]
Jonathan Wakely
- [gcc r15-4321] libstdc++: Enable memset optimizations for distinct character types [PR93059]
Jonathan Wakely
- [gcc r15-4322] libstdc++: Use std::move for iterator in ranges::fill [PR117094]
Jonathan Wakely
- [gcc(refs/users/meissner/heads/181)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc(refs/users/meissner/heads/work181)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-4337] libstdc++: Constrain std::expected comparisons (P3379R0)
Jonathan Wakely
- [gcc r15-4338] libstdc++: Populate generic std::time_get's wide %c format [PR117135]
Jonathan Wakely
- [gcc r15-4341] libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
- [gcc r15-4356] libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
- [gcc r15-4379] libstdc++: Fix Python deprecation warning in printers.py
Jonathan Wakely
- [gcc r14-10789] libstdc++: Use std::move for iterator in ranges::fill [PR117094]
Jonathan Wakely
- [gcc r14-10790] libstdc++: Populate generic std::time_get's wide %c format [PR117135]
Jonathan Wakely
- [gcc r14-10791] libstdc++: Tweak %c formatting for chrono types
Jonathan Wakely
- [gcc r14-10792] libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
- [gcc r14-10793] libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
- [gcc r14-10794] libstdc++: Increase timeouts for PSTL tests in debug mode [PR90276]
Jonathan Wakely
- [gcc r14-10795] libstdc++: Fix Python deprecation warning in printers.py
Jonathan Wakely
- [gcc r15-4384] Daily bump.
GCC Administrator
- [gcc r14-10796] Daily bump.
GCC Administrator
- [gcc r13-9120] libstdc++: Tweak %c formatting for chrono types
Jonathan Wakely
- [gcc r13-9121] libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
- [gcc r13-9122] libstdc++: Fix condition for ranges::copy to use memmove [PR116754]
Jonathan Wakely
- [gcc r13-9123] libstdc++: Use std::move for iterator in ranges::fill [PR117094]
Jonathan Wakely
- [gcc r13-9124] libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
- [gcc r13-9125] libstdc++: Make debug sequence members mutable [PR116369]
Jonathan Wakely
- [gcc r13-9126] libstdc++: Fix Python deprecation warning in printers.py
Jonathan Wakely
- [gcc r13-9127] libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator [PR116549]
Jonathan Wakely
- [gcc r13-9128] libstdc++: Use direct-initialization for std::vector<bool>'s allocator [PR115854]
Jonathan Wakely
- [gcc r13-9129] libstdc++: Make std::basic_format_context non-copyable [PR114387]
Jonathan Wakely
- [gcc r13-9130] libstdc++: Remove std::basic_format_args default constructor (LWG 4106)
Jonathan Wakely
- [gcc r13-9131] libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]
Jonathan Wakely
- [gcc r13-9132] libstdc++: Fix overwriting files with fs::copy_file on Windows
Jonathan Wakely
- [gcc r13-9133] libstdc++: Fix error handling in fs::hard_link_count for Windows
Jonathan Wakely
- [gcc r13-9134] libstdc++: Document missing features for old std::string ABI [PR116777]
Jonathan Wakely
- [gcc r13-9135] libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
- [gcc r13-9136] libstdc++: Populate generic std::time_get's wide %c format [PR117135]
Jonathan Wakely
- [gcc r15-4472] libstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.h
Jonathan Wakely
- [gcc r15-4473] libstdc++: Refactor std::uninitialized_{copy, fill, fill_n} algos [PR68350]
Jonathan Wakely
- [gcc r15-4474] libstdc++: Make __normal_iterator constexpr, always_inline, nodiscard
Jonathan Wakely
- [gcc r15-4475] libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]
Jonathan Wakely
- [gcc r15-4476] libstdc++: Add nodiscard to std::find
Jonathan Wakely
- [gcc r15-4477] libstdc++: Add always_inline to some one-liners in <bits/stl_algobase.h>
Jonathan Wakely
- [gcc r15-4478] libstdc++: Reuse std::__assign_one in <bits/ranges_algobase.h>
Jonathan Wakely
- [gcc r15-4489] Daily bump.
GCC Administrator
- [gcc r13-9137] Daily bump.
GCC Administrator
- [gcc r15-4515] libstdc++: Fix order of [[...]] and __attribute__((...)) attrs [PR117220]
Jonathan Wakely
- [gcc r15-4516] libstdc++: Simplify C++98 std::vector::_M_data_ptr overload set
Jonathan Wakely
- [gcc r15-4517] libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.cc
Jonathan Wakely
- [gcc r15-4533] Daily bump.
GCC Administrator
- [gcc r14-10816] libstdc++: Implement P2609R3 changes to the indirect invocability concepts
Patrick Palka
- [gcc r14-10817] libstdc++: Implement P2997R1 changes to the indirect invocability concepts
Patrick Palka
- [gcc r14-10818] libstdc++: Add some missing ranges feature-test macro tests
Patrick Palka
- [gcc r14-10819] libstdc++/ranges: Implement various small LWG issues
Patrick Palka
- [gcc r14-10820] libstdc++: Implement LWG 3664 changes to ranges::distance
Patrick Palka
- [gcc r15-4546] libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
- [gcc(refs/users/meissner/heads/work182)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-4555] libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
- [gcc r15-4559] Daily bump.
GCC Administrator
- [gcc r14-10827] Daily bump.
GCC Administrator
- [gcc r15-4561] libstdc++: Always instantiate key_type to compute hash code [PR115285]
Francois Dumont
- [gcc r15-4574] libstdc++: Replace std::__to_address in C++20 branch in <string>
Jonathan Wakely
- [gcc r15-4576] libstdc++: Add GLIBCXX_TESTSUITE_STDS example to docs
Jonathan Wakely
- [gcc r15-4577] libstdc++: Add -D_GLIBCXX_ASSERTIONS default for -O0 to API history
Jonathan Wakely
- [gcc r15-4582] ginclude: stdalign.h should define __xxx_is_defined macros for C++
Jonathan Wakely
- [gcc r15-4585] Daily bump.
GCC Administrator
- [gcc r15-4608] aarch64: libstdc++: Use shufflevector instead of shuffle in opt_random.h
Jonathan Wakely
- [gcc r15-4611] libstdc++: Simplify std::__throw_bad_variant_access
Jonathan Wakely
- [gcc r15-4613] libstdc++: Fix typos in tests using macros for std::float128_t support
Jonathan Wakely
- [gcc r15-4614] libstdc++: Fix test broken when using COW std::string
Francois Dumont
- [gcc r15-4625] non-gcc: Remove trailing whitespace
Jakub Jelinek
- [gcc r15-4665] libstdc++: implement concatenation of strings and string_views
Jonathan Wakely
- [gcc r15-4666] libstdc++: Disable parts of new test that depend on constexpr std::string
Jonathan Wakely
- [gcc(refs/vendors/redhat/heads/gcc-14-branch)] Merge commit 'r14-10840-g7965062f9e9ba634247b1dab22e1d83f446337ab' into redhat/gcc-14-branch
Jakub Jelinek
- [gcc r15-4691] Daily bump.
GCC Administrator
- [gcc r15-4708] libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
- [gcc r15-4709] libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
- [gcc r15-4710] Daily bump.
GCC Administrator
- [gcc r15-4720] libstdc++: Fix tests for std::vector range operations
Jonathan Wakely
- [gcc r15-4728] Daily bump.
GCC Administrator
- [gcc r15-4736] libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) for {, b}float16_t nextaf
Jakub Jelinek
- [gcc r15-4740] libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
- [gcc r15-4762] Daily bump.
GCC Administrator
- [gcc r15-4776] libstdc++: Define __memcpyable<float*, _Float32*> as true
Jonathan Wakely
- [gcc r15-4777] libstdc++: Define config macros for additional IEEE formats
Jonathan Wakely
- [gcc r15-4788] libstdc++: Fix some typos and grammatical errors in docs
Jonathan Wakely
- [gcc r15-4789] libstdc++: Fix copy&paste comments in vector range tests
Jonathan Wakely
- [gcc r15-4790] Daily bump.
GCC Administrator
- [gcc r15-4797] libstdc++: Add align_alloc attribute to aligned operator new
Jonathan Wakely
- [gcc r15-4838] libstdc++: Remove stray whitespace in #endif
Jonathan Wakely
- [gcc r15-4839] libstdc++: Add missing <vector> header to unordered_set/pr115285.cc test
Jonathan Wakely
- [gcc r15-4853] libstdc++: Add P1206R7 from_range members to std::list and std::forward_list [PR111055]
Jonathan Wakely
- [gcc r15-4854] libstdc++: Minor comment improvements in <bits/hashtable.h>
Jonathan Wakely
- [gcc r15-4855] libstdc++: Check feature test macros in unordered containers
Jonathan Wakely
- [gcc r15-4857] Daily bump.
GCC Administrator
- [gcc r15-4864] libstdc++: Fix up std::{, b}float16_t std::{ilogb, l{, l}r{ound, int}} [PR117406]
Jakub Jelinek
- [gcc r15-4868] Daily bump.
GCC Administrator
- [gcc(refs/users/egallager/heads/CI)] Merge branch 'gcc-mirror:master' into me/CI
Eric Gallager
- [gcc(refs/users/egallager/heads/master)] Merge branch 'gcc-mirror:master' into me/master
Eric Gallager
- [gcc r15-4883] libstdc++: Fix up 117406.cc test [PR117406]
Jakub Jelinek
- [gcc r14-10870] libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) for {, b}float16_t nextaf
Jakub Jelinek
- [gcc r14-10873] libstdc++: Fix up std::{, b}float16_t std::{ilogb, l{, l}r{ound, int}} [PR117406]
Jakub Jelinek
- [gcc r14-10874] libstdc++: Fix up 117406.cc test [PR117406]
Jakub Jelinek
- [gcc(refs/vendors/redhat/heads/gcc-14-branch)] Merge commit 'r14-10877-g2a9fbe1920779b65eb817db7ce0c60096b0cea9e' into redhat/gcc-14-branch
Jakub Jelinek
- [gcc r15-4940] libstdc++: Remove workaround for modules issue [PR113814]
Nathaniel Shead
- [gcc r15-4942] Daily bump.
GCC Administrator
- [gcc r14-10885] Daily bump.
GCC Administrator
- [gcc r15-4978] libstdc++: Enable debug assertions for filesystem directory iterators
Jonathan Wakely
- [gcc r15-4979] libstdc++: More user-friendly failed assertions from shared_ptr dereference
Jonathan Wakely
- [gcc r15-4980] libstdc++: Move include guards to start of headers
Jonathan Wakely
- [gcc r15-4981] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
- [gcc r15-4993] Daily bump.
GCC Administrator
- [gcc r15-5018] libstdc++: Fix typo in comment in hashtable.h
Jonathan Wakely
- [gcc r15-5019] libstdc++: Tweak comments on includes in hashtable headers
Jonathan Wakely
- [gcc r15-5030] libstdc++: Fix grammar in comment, again
Jonathan Wakely
- [gcc r15-5031] libstdc++: Define __is_pair variable template for C++11
Jonathan Wakely
- [gcc r15-5032] libstdc++: Fix conversions to key/value types for hash table insertion [PR115285]
Jonathan Wakely
- [gcc r15-5033] libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
Jonathan Wakely
- [gcc r15-5037] libstdc++: Simplify __detail::__distance_fw using 'if constexpr'
Jonathan Wakely
- [gcc r15-5046] libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
- [gcc r15-5047] libstdc++: Make some _Hashtable members inline
Jonathan Wakely
- [gcc r15-5048] ibstdc++: Add some further attributes to ::operator new in <new>
Jakub Jelinek
- [gcc r15-5060] Daily bump.
GCC Administrator
- [gcc r14-10917] libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
- [gcc r15-5106] libstdc++: Add parentheses around operand of |
Jonathan Wakely
- [gcc r15-5107] libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]
Jonathan Wakely
- [gcc r15-5108] libstdc++: Improve exception messages in conversion classes
Jonathan Wakely
- [gcc r15-5114] Daily bump.
GCC Administrator
- [gcc r14-10918] Daily bump.
GCC Administrator
- [gcc r14-10919] libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]
Jonathan Wakely
- [gcc r14-10921] libstdc++: Add parentheses around operand of |
Jonathan Wakely
- [gcc(refs/users/meissner/heads/work183)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc(refs/users/meissner/heads/work184)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r14-10925] Daily bump.
GCC Administrator
- [gcc r15-5206] libstdc++: Fix nodiscard warnings in perf test for memory pools
Jonathan Wakely
- [gcc r15-5207] libstdc++: Stop using std::unary_function in perf tests
Jonathan Wakely
- [gcc r15-5208] libstdc++: Use __is_single_threaded() in performance tests
Jonathan Wakely
- [gcc r15-5209] libstdc++: Write timestamp to libstdc++-performance.sum file
Jonathan Wakely
- [gcc r15-5210] libstdc++: Fix calculation of system time in performance tests
Jonathan Wakely
- [gcc r15-5211] libstdc++: Refactor _Hashtable::operator=(initializer_list<value_type>)
Jonathan Wakely
- [gcc r15-5212] libstdc++: Allow unordered_set assignment to assign to existing nodes
Jonathan Wakely
- [gcc r15-5213] libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
- [gcc r15-5214] libstdc++: Refactor Hashtable erasure
Jonathan Wakely
- [gcc r15-5215] libstdc++: Add _Hashtable::_M_assign for the common case
Jonathan Wakely
- [gcc r15-5216] libstdc++: Replace _Hashtable::__fwd_value_for with cast
Jonathan Wakely
- [gcc r15-5217] libstdc++: Use RAII in _Hashtable
Jonathan Wakely
- [gcc r15-5218] libstdc++: Remove _Insert base class from _Hashtable
Jonathan Wakely
- [gcc r15-5219] libstdc++: Remove _Equality base class from _Hashtable
Jonathan Wakely
- [gcc r15-5220] libstdc++: Remove _Hashtable_base::_S_equals
Jonathan Wakely
- [gcc r15-5221] libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
- [gcc r15-5222] libstdc++: Add _Hashtable::_M_locate(const key_type&)
Jonathan Wakely
- [gcc r15-5223] libstdc++: Refactor std::hash specializations
Jonathan Wakely
- [gcc r13-9185] libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]
Jonathan Wakely
- [gcc r15-5237] libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]
Jonathan Wakely
- [gcc r15-5252] libstdc++: Use feature test macros consistently in <bits/stl_iterator.h>
Jonathan Wakely
- [gcc r15-5253] libstdc++: Use requires-clause for __normal_iterator constructor
Jonathan Wakely
- [gcc r15-5254] libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
- [gcc r15-5284] libstdc++: stdc++.h and <coroutine>
Jason Merrill
- [gcc(refs/users/meissner/heads/work185)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-5286] libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14
Jonathan Wakely
- [gcc(refs/users/meissner/heads/work186)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-5288] Daily bump.
GCC Administrator
- [gcc r13-9191] Daily bump.
GCC Administrator
- [gcc r15-5289] libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)
Jonathan Wakely
- [gcc r15-5290] libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
- [gcc r15-5292] libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
- [gcc r15-5297] libstdc++: Fix indentation in std::list::emplace_back
Jonathan Wakely
- [gcc r15-5298] Daily bump.
GCC Administrator
- [gcc r15-5330] libstdc++: Use -C option to run recursive make in sub-directories
Jonathan Wakely
- [gcc r15-5360] Daily bump.
GCC Administrator
- [gcc r15-5361] Add __builtion_unreachable to vector::size(), vector::capacity()
Jan Hubicka
- [gcc r15-5363] libstdc++: Update link to Angelika Langer's book
Gerald Pfeifer
- [gcc r15-5364] libstdc++: Move a gcc.gnu.org link to https
Gerald Pfeifer
- [gcc r15-5366] libstdc++: add module std [PR106852]
Jason Merrill
- [gcc r15-5372] Daily bump.
GCC Administrator
- [gcc r15-5376] libstdc++: Update reference to Angelika Langer's article
Gerald Pfeifer
- [gcc r15-5379] libstdc++: Fix invalid casts in unordered container merge functions
Jonathan Wakely
- [gcc r15-5427] testsuite: move dg-test cleanup code from gcc-dg.exp to its own file
David Malcolm
- [gcc r15-5432] Daily bump.
GCC Administrator
- [gcc r15-5462] libstdc++: remove JSON comment.
Jason Merrill
- [gcc r15-5478] Daily bump.
GCC Administrator
- [gcc r15-5486] libstdc++: Fix std::unordered_set::emplace optimization [PR117686]
Jonathan Wakely
- [gcc r15-5487] libstdc++: Use const_iterator in std::set::find<K> return type
Jonathan Wakely
- [gcc r15-5536] Daily bump.
GCC Administrator
- [gcc(refs/users/meissner/heads/work187)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-5667] libstdc++: Move std::error_category symbol to separate file [PR117630]
Jonathan Wakely
- [gcc r15-5668] libstdc++: Improve Doxygen comments in <forward_list>
Jonathan Wakely
- [gcc r15-5669] libstdc++: Add conditional noexcept to range access functions
Jonathan Wakely
- [gcc r15-5694] improve std::deque::_M_reallocate_map
Jan Hubicka
- [gcc r15-5709] libstdc++: Add -fno-assume-sane-operators-new-delete to test [PR117751]
Jonathan Wakely
- [gcc r15-5710] Daily bump.
GCC Administrator
- [gcc r15-5718] libstdc++: Fix unsigned wraparound in codecvt::do_length [PR105857]
Jonathan Wakely
- [gcc r15-5719] libstdc++: Simplify std::list assignment using 'if constexpr'
Jonathan Wakely
- [gcc r15-5720] libstdc++: Simplify std::forward_list assignment using 'if constexpr'
Jonathan Wakely
- [gcc r15-5721] libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
- [gcc r15-5722] libstdc++: module std fixes
Jason Merrill
- [gcc r15-5729] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Patrick Palka
- [gcc r15-5732] libstdc++: Add cold attribute to assertion failure functions [PR117650]
Jonathan Wakely
- [gcc r15-5733] libstdc++: Remove __builtin_expect from consteval assertion
Jonathan Wakely
- [gcc r15-5735] optimize basic_string
Jan Hubicka
- [gcc r15-5736] Daily bump.
GCC Administrator
- [gcc r15-5744] libstdc++: Include <sys/cdefs.h> in os_defines.h for FreeBSD [PR117210]
Jonathan Wakely
- [gcc r15-5758] c++: Implement P2662R3, Pack Indexing [PR113798]
Marek Polacek
- [gcc r15-5759] libstdc++: Reduce duplication in Doxygen comments for std::list
Jonathan Wakely
- [gcc r15-5760] libstdc++: Deprecate std::rel_ops namespace for C++20
Jonathan Wakely
- [gcc r15-5761] libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
Jonathan Wakely
- [gcc r15-5762] libstdc++: Reorder printer registrations in printers.py
Jonathan Wakely
- [gcc r15-5765] libstdc++: Use std::_Destroy in std::stacktrace
Jonathan Wakely
- [gcc r15-5768] Daily bump.
GCC Administrator
- [gcc r15-5813] c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
- [gcc r15-5831] libstdc++: Improve test for <utility> synopsis
Jonathan Wakely
- [gcc r15-5833] libstdc++: Fix constraints on std::optional converting assignments [PR117858]
Jonathan Wakely
- [gcc r15-5832] libstdc++: Move std::monostate to <utility> for C++26 (P0472R2)
Jonathan Wakely
- [gcc r15-5834] libstdc++: Improve new testcase for std::optional assignment [PR117858]
Jonathan Wakely
- [gcc r15-5835] Daily bump.
GCC Administrator
- [gcc r15-5868] libstdc++: Disable deprecated warnings for std::rel_ops in std.cc
Jonathan Wakely
- [gcc(refs/users/meissner/heads/work188)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-5871] libstdc++: Simplify std::_Destroy using 'if constexpr'
Jonathan Wakely
- [gcc r14-11024] libstdc++: Fix std::basic_stracktrace to not assume allocators throw std::bad_alloc
Jonathan Wakely
- [gcc r14-11025] libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
Jonathan Wakely
- [gcc r14-11026] libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
- [gcc r14-11027] libstdc++: Use __is_single_threaded() in performance tests
Jonathan Wakely
- [gcc r14-11028] libstdc++: Fix calculation of system time in performance tests
Jonathan Wakely
- [gcc r14-11029] libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]
Jonathan Wakely
- [gcc r14-11030] libstdc++: Minor comment improvements in <bits/hashtable.h>
Jonathan Wakely
- [gcc r14-11031] libstdc++: Fix typo in comment in hashtable.h
Jonathan Wakely
- [gcc r14-11032] libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
- [gcc r14-11033] libstdc++: Fix -Wsign-compare warning in std::string::resize_for_overwrite
Jonathan Wakely
- [gcc r14-11034] libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
- [gcc r14-11035] libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
- [gcc r14-11036] libstdc++: Use appropriate feature test macro for std::byte
Jonathan Wakely
- [gcc r14-11037] libstdc++: Check feature test macros in unordered containers
Jonathan Wakely
- [gcc r14-11038] libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)
Jonathan Wakely
- [gcc r14-11039] libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
Jonathan Wakely
- [gcc r14-11040] libstdc++: Remove unused typedef in <ranges>
Jonathan Wakely
- [gcc r14-11041] libstdc++: Silence -Wattributes warning in exception_ptr
Jonathan Wakely
- [gcc r14-11042] libstdc++: Silence -Woverloaded-virtual warning in cxx11-ios_failure.cc
Jonathan Wakely
- [gcc r14-11043] libstdc++: Fix -Wunused-parameter warnings in Networking TS headers
Jonathan Wakely
- [gcc r14-11044] libstdc++: remove extra semicolons
Jonathan Wakely
- [gcc r14-11045] libstdc++: avoid -Wzero-as-null-pointer-constant
Jonathan Wakely
- [gcc r14-11046] libstdc++: fix testcase regexp
Jonathan Wakely
- [gcc r14-11047] libstdc++: avoid -Wsign-compare
Jonathan Wakely
- [gcc r14-11048] libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in <vector>
Jonathan Wakely
- [gcc r15-5874] Daily bump.
GCC Administrator
- [gcc r14-11049] Daily bump.
GCC Administrator
- [gcc r15-5889] libstdc++: Fix constraints on std::optional converting constructors [PR117889]
Jonathan Wakely
- [gcc r15-5890] libstdc++: Make std::vector<bool> constructor noexcept (LWG 3778)
Jonathan Wakely
- [gcc(refs/vendors/redhat/heads/gcc-15-branch)] Merge commit 'r15-5896-g4114b7fb1cb4cb90b9fafc22213d7d9579bc19e0' into redhat/gcc-15-branch
Jakub Jelinek
- [gcc r15-5907] libstdc++: Refactor std::list::size() for cxx11 ABI
Jonathan Wakely
- [gcc r15-5908] libstdc++: Stop using _Self typedefs in std::list iterators
Jonathan Wakely
- [gcc r15-5909] libstdc++: Add fancy pointer support to std::list [PR57272]
Jonathan Wakely
- [gcc r15-5910] libstdc++: Add fancy pointer support to std::forward_list [PR57272]
Jonathan Wakely
- [gcc r15-5911] libstdc++: Simplify allocator propagation helpers using 'if constexpr'
Jonathan Wakely
- [gcc r15-5912] libstdc++: Fix parallel std::exclusive_scan [PR108236]
Jonathan Wakely
- [gcc r15-5914] Daily bump.
GCC Administrator
- [gcc r15-5942] libstdc++: Use ADL swap for containers' function objects [PR117921]
Jonathan Wakely
- [gcc r15-5952] Daily bump.
GCC Administrator
- [gcc r15-6007] libstdc++: editorconfig: Adjust wildcard patterns
Matthew Malcomson
- [gcc r13-9234] libstdc++: Replace std::result_of with __invoke_result_t [PR114394]
Jonathan Wakely
- [gcc r13-9235] libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]
Jonathan Wakely
- [gcc r13-9236] libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
- [gcc r13-9237] libstdc++: Fix calculation of system time in performance tests
Jonathan Wakely
- [gcc r13-9238] libstdc++: Use __is_single_threaded() in performance tests
Jonathan Wakely
- [gcc r13-9239] libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
- [gcc r13-9240] libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
Jonathan Wakely
- [gcc r13-9241] libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
- [gcc r13-9242] libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)
Jonathan Wakely
- [gcc r13-9243] libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
- [gcc r15-6009] libstdc++: Fix typo in Doxygen comment in <format>
Jonathan Wakely
- [gcc r15-6014] Daily bump.
GCC Administrator
- [gcc r13-9244] Daily bump.
GCC Administrator
- [gcc r15-6024] libstdc++: Add missing equality comparison in new tests [PR117921]
Jonathan Wakely
- [gcc r15-6047] libstdc++: Fix debug containers for constant evaluation [PR117962]
Jonathan Wakely
- [gcc r15-6048] libstdc++: Remove std::allocator::is_always_equal typedef for C++26
Jonathan Wakely
- [gcc r15-6049] libstdc++: Add workaround for read(2) EINVAL on macOS and FreeBSD [PR102259]
Jonathan Wakely
- [gcc r15-6057] Daily bump.
GCC Administrator
- [gcc r15-6058] libstdc++: port away from is_trivial in string classes
Jonathan Wakely
- [gcc r15-6059] libstdc++: pstl: port away from is_trivial
Jonathan Wakely
- [gcc r15-6060] libstdc++: port bitwise relocatable away from is_trivial
Jonathan Wakely
- [gcc r15-6061] libstdc++: port the ranges::uninitialized_* algorithms away from is_trivial
Jonathan Wakely
- [gcc r15-6062] libstdc++: port tests away from is_trivial
Jonathan Wakely
- [gcc r15-6063] libstdc++: deprecate is_trivial for C++26 (P3247R2)
Jonathan Wakely
- [gcc r15-6073] libstdc++: Revert change to __bitwise_relocatable
Jonathan Wakely
- [gcc r15-6083] c++: P2865R5, Remove Deprecated Array Comparisons from C++26 [PR117788]
Marek Polacek
- [gcc r15-6092] libstdc++: Use feature test macro for pmr::polymorphic_allocator<>
Jonathan Wakely
- [gcc r15-6096] Daily bump.
GCC Administrator
- [gcc r15-6101] libstdc++: Make std::println use locale from ostream (LWG 4088)
Jonathan Wakely
- [gcc r15-6123] libstdc++: Remove constraints on std::generator::promise_type::operator new
Jonathan Wakely
- [gcc r15-6124] libstdc++: Skip redundant assertions in std::span construction [PR117966]
Jonathan Wakely
- [gcc r15-6125] libstdc++: Skip redundant assertions in std::array equality [PR106212]
Jonathan Wakely
- [gcc r15-6126] libstdc++: Disable __gnu_debug::__is_singular(T*) in constexpr [PR109517]
Jonathan Wakely
- [gcc r15-6127] Daily bump.
GCC Administrator
- [gcc r15-6183] libstdc++: Fix typo in comment in src/c++17/fs_dir.cc
Jonathan Wakely
- [gcc r15-6184] libstdc++: Fix -Wsign-compare warnings in bits/hashtable_policy.h
Jonathan Wakely
- [gcc r15-6185] libstdc++: Fix some -Wsign-compare warnings in the testsuite
Jonathan Wakely
- [gcc r15-6186] Daily bump.
GCC Administrator
- [gcc r15-6218] libstdc++: Fix -Wmisleading-indentation warning in testcase
Jonathan Wakely
- [gcc r15-6219] libstdc++: Fix -Wreorder warning in <pstl/parallel_backend_tbb.h>
Jonathan Wakely
- [gcc r15-6220] libstdc++: Fix -Wsign-compare warning in <regex>
Jonathan Wakely
- [gcc r15-6221] libstdc++: Swap expressions in noexcept-specifier of ranges::not_equal_to
Jonathan Wakely
- [gcc r15-6222] libstdc++: Fix uninitialized data in std::basic_spanbuf::seekoff
Jonathan Wakely
- [gcc r15-6247] libstdc++: Avoid unnecessary copies in ranges::min/max [PR112349]
Patrick Palka
- [gcc(refs/users/meissner/heads/work189)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc r15-6249] Daily bump.
GCC Administrator
- [gcc r15-6250] libstdc++: Remove duplicate using-declaration in <wchar.h>
Jonathan Wakely
- [gcc r15-6259] Daily bump.
GCC Administrator
- [gcc r15-6272] libstdc++: Fix fancy pointer support in linked lists [PR57272]
Jonathan Wakely
- [gcc r15-6273] libstdc++: Further simplify _Hashtable inheritance hierarchy
Jonathan Wakely
- [gcc r15-6274] libstdc++: Simplify storage of hasher in local iterators
Jonathan Wakely
- [gcc r15-6275] libstdc++: Use alias-declarations in bits/hashtable_policy, h
Jonathan Wakely
- [gcc r15-6276] libstdc++: Initialize all members of hashtable local iterators
Jonathan Wakely
- [gcc r14-11095] libstdc++: Fix typo in Doxygen comment in <format>
Jonathan Wakely
- [gcc r15-6291] Daily bump.
GCC Administrator
- [gcc r14-11097] Daily bump.
GCC Administrator
- [gcc r15-6311] libstdc++: Fix std::deque::insert(pos, first, last) undefined behaviour [PR118035]
Jonathan Wakely
- [gcc r15-6312] libstdc++: Fix -Wparentheses warning in Debug Mode macro
Jonathan Wakely
- [gcc r15-6314] Daily bump.
GCC Administrator
- [gcc r15-6317] libstdc++: Call regex_traits::transform_primary() only when necessary [PR98723]
Jonathan Wakely
- [gcc r15-6318] libstdc++: Add missing character to __to_wstring_numeric map
Jonathan Wakely
- [gcc r15-6324] libstdc++: Add inline keyword to _M_locate
Tamar Christina
- [gcc r15-6347] libstdc++: Clear std::priority_queue after moving from it [PR118088]
Jonathan Wakely
- [gcc r15-6348] libstdc++: Adjust probabilities of hashmap loop conditions
Tamar Christina
- [gcc r15-6352] libstdc++: Have std::addressof use __builtin_addressof
Francois Dumont
- [gcc r15-6355] Daily bump.
GCC Administrator
- [gcc r15-6370] libstdc++: Define P1206R7 range-key-type and range-mapped-type aliases
Patrick Palka
- [gcc r15-6371] libstdc++: Implement C++23 <flat_map> (P0429R9)
Patrick Palka
- [gcc r15-6372] libstdc++: Implement C++23 <flat_set> (P1222R4)
Patrick Palka
- [gcc r15-6376] libstdc++: Add fancy pointer support to std::map and std::set [PR57272]
Francois Dumont
- [gcc r15-6377] Daily bump.
GCC Administrator
- [gcc r15-6446] libstdc++: don't implicit-construct _Yielded_decvref [PR118022]
Arsen Arsenovic
- [gcc r15-6447] libstdc++: add missing return in generator assignment operator [PR118196]
Arsen Arsenovic
- [gcc r15-6449] Daily bump.
GCC Administrator
- [gcc r15-6451] libstdc++: Fix up pr118196.cc test [PR118196]
Jakub Jelinek
- [gcc r15-6455] Daily bump.
GCC Administrator
- [gcc r15-6456] libstdc++-v3/testsuite/.../year_month_day/3.cc, 4.cc: Cut down for simulators
Hans-Peter Nilsson
- [gcc r15-6457] libstdc++: Delete leftover from Profile Mode removal
Gerald Pfeifer
- [gcc r15-6461] Daily bump.
GCC Administrator
Last message date:
Mon Dec 30 00:17:38 GMT 2024
Archived on: Mon Dec 30 00:18:22 GMT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).