October 2024 Archives by thread
Starting: Tue Oct 1 03:43:57 GMT 2024
Ending: Thu Oct 31 21:56:47 GMT 2024
Messages: 278
- [PATCH 1/2] libstdc++: Implement C++23 <flat_map> (P0429R9)
Patrick Palka
- '#pragma GCC system_header' changes vs. 'ignore' for 'std::tr1::tie'
Thomas Schwinge
- '#pragma GCC system_header' changes: WIP Mute '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'
Thomas Schwinge
- [PATCH v2] libgcc, libstdc++: Make TU-local declarations in headers external linkage [PR115126]
Jonathan Wakely
- [PATCH 1/2 v3] Introduce __builtin_is_virtual_base_of
Giuseppe D'Angelo
- [committed] libstdc++: Fix -Wlong-long warning in <bits/postypes.h>
Jonathan Wakely
- [PATCH] libstdc++: Fix rounding in chrono::parse
Jonathan Wakely
- [committed v2] libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
- [PATCH] libstdc++: Simplify std::aligned_storage and fix for versioned namespace [PR61458]
Jonathan Wakely
- [PATCH] libstdc++: Add __gnu_cxx::__alloc_traits::_Destroy_static_type [PR110057]
Jonathan Wakely
- [PATCH] libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]
Jonathan Wakely
- [PATCH] Fix const constraint in std::stable_sort and std::inplace_merge
Jonathan Wakely
- [PATCH] Cleanup compiler diagnostics
Jonathan Wakely
- [PATCH][_Hashtable] Fix some implementation inconsistencies
Jonathan Wakely
- [PATCH] libstdc++: Unroll loop in load_bytes function
Dmitry Ilvokhin
- [PATCH] libstdc++: Fix formatting of chrono::duration with character rep [PR116755]
Jonathan Wakely
- [PATCH] libstdc++: Tweak %c formatting for chrono types
Jonathan Wakely
- [PATCH 1/2] libstdc++: Make std::construct_at support arrays (LWG 3436)
Jonathan Wakely
- [committed] libstdc++: Fix some warnings seen during bootstrap
Jonathan Wakely
- [committed] libstdc++: Fix -Wdeprecated-declarations warning for Parallel Mode [PR116944]
Jonathan Wakely
- [committed] libstdc++: Make Unicode utils work with Parallel Mode
Jonathan Wakely
- [PATCH v2] libstdc++: Workaround glibc headers on ia64-linux
Frank Scheiner
- [PATCH] libstdc++/ranges: Implement various small LWG issues
Patrick Palka
- [committed] libstdc++: Replace implicit lambda capture of 'this' [PR116964]
Jonathan Wakely
- [PATCH] libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210]
Jonathan Wakely
- [committed] libstdc++: Fix some Parallel Mode testsuite failures
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3664 changes to ranges::distance
Patrick Palka
- [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of
Patrick Palka
- [PATCH] contrib, libcpp, libstdc++: Update to Unicode 16.0
Jakub Jelinek
- [PATCH] Re-implement predefined operators
François Dumont
- [PATCH] libstdc++: Implement P0849R8 auto(x) library changes
Patrick Palka
- [PATCH] Add fancy pointer support in std::map/set
Jonathan Wakely
- [PATCH][aarch64][libstdc++] Use shufflevector instead of shuffle in opt_random.h
Ricardo Jesus
- [committed] libstdc++: Fix -Wsign-compare in std::latch::count_down
Jonathan Wakely
- [committed] libstdc++: Fix -Wnarrowing in <complex> [PR116991]
Jonathan Wakely
- [committed] libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]
Jonathan Wakely
- [wwwdocs] Document defining _GLIBCXX_ASSERTIONS for -O0
Jonathan Wakely
- [committed] libstdc++: Drop format attribute from snprintf wrapper [PR116969]
Jonathan Wakely
- [PATCH v3] libstdc++: implement concatenation of strings and string_views
Patrick Palka
- [PATCH 1/2] libstdc++: Enable memcpy optimizations for distinct integral types [PR93059]
Jonathan Wakely
- [PATCH 2/2] libstdc++: Enable memset optimizations for distinct character types [PR93059]
Jonathan Wakely
- [PATCH] libstdc++: Rearrange std::move_iterator helpers in stl_iterator.h
Jonathan Wakely
- [committed] libstdc++: Fix some test failures with -fno-char8_t
Jonathan Wakely
- [committed] libstdc++: Add missing whitespace in dg-do directives
Jonathan Wakely
- [committed] libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
- [committed] libstdc++: Use appropriate feature test macro for std::byte
Jonathan Wakely
- [PATCH] libstdc++: improve std::atomic compatibility with Clang
Jonathan Wakely
- [committed] libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]
Jonathan Wakely
- [PATCH] libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCE
Sam James
- [PATCH] libstdc++: Use std::move for iterator in ranges::fill [PR117094]
Jonathan Wakely
- [PATCH] libstdc++: Refactor std::uninitialized_{copy, fill, fill_n} algos [PR68350]
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
- [PATCH] libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
- [PATCH 3/5][_Hashtable] Avoid redundant usage of rehash policy
François Dumont
- [PATCH] aarch64: libstdc++: Use shufflevector instead of shuffle in opt_random.h
Ricardo Jesus
- [committed] libstdc++: Constrain std::expected comparisons (P3379R0)
Jonathan Wakely
- [committed] libstdc++: Populate generic std::time_get's wide %c format [PR117135]
Jonathan Wakely
- libstdc++ fetch_add & fenv -- ecosystem questions
Matthew Malcomson
- [PATCH 1/7] libstdc++: Refactor std::uninitialized_{copy, fill, fill_n} algos [PR68350]
Jonathan Wakely
- [PATCH 2/7] libstdc++: Make __normal_iterator constexpr, always_inline, nodiscard
Jonathan Wakely
- [committed] libstdc++: Fix Python deprecation warning in printers.py
Jonathan Wakely
- [PATCH] libstdc++: Simplify C++98 std::vector::_M_data_ptr overload set
Jonathan Wakely
- [PATCH] libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.cc
Jonathan Wakely
- [WIP RFC] libstdc++: add module std
Jason Merrill
- [PATCH] libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
- Item shared with you: "trace-austin-S1SAS32.47-59-7-2024-10-12-19-26-00.perfetto-trace"
Ron Goodlett (via Google Drive)
- [committed] libstdc++: Fix order of [[...]] and __attribute__((...)) attrs [PR117220]
Jonathan Wakely
- [Bug libstdc++/115285] [12/13/14/15 Regression] std::unordered_set can have duplicate value
François Dumont
- [PATCH] libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
- Experimenting with pull request workflow for libstdc++
Jonathan Wakely
- [PATCH] libstdc++: Add GLIBCXX_TESTSUITE_STDS example to docs
Jonathan Wakely
- [PATCH] ginclude: stdalign.h should define __xxx_is_defined macros for C++
Jonathan Wakely
- [committed] libstdc++: Add -D_GLIBCXX_ASSERTIONS default for -O0 to API history
Jonathan Wakely
- [PATCH] libstdc++: Simplify std::__throw_bad_variant_access
Jonathan Wakely
- [PATCH] non-gcc: Remove trailing whitespace
Jakub Jelinek
- [PATCH 1/3] libstdc++: Fix typos in tests using macros for std::float128_t support
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
- [PATCH] Fix tab after space in leading whitespace
Jakub Jelinek
- [PATCH] Replace 8 consecutive spaces in leading whitespace by tab
Jakub Jelinek
- libstdc++-v3: do not duplicate some math functions when using newlib
Andre Vieira (lists)
- [PATCH] libstdc++: Fix complexity of drop_view::begin const [PR112641]
Patrick Palka
- [committed] libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
- [committed] libstdc++: Fix tests for std::vector range operations
Jonathan Wakely
- [PATCH] SFINAE check for floating point fetch_add builtins in libstdc++
mmalcomson@nvidia.com
- [PATCH] libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) for {,b}float16_t nextafter [PR117321]
Jakub Jelinek
- [PATCH] libstdc++: Avoid unnecessary copies in ranges::min/max [PR112349]
Patrick Palka
- [committed] libstdc++: Fix some typos and grammatical errors in docs
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to std::list and std::forward_list [PR111055]
Jonathan Wakely
- [PATCH] libstdc++: Add align_alloc attribute to aligned operator new
Jonathan Wakely
- [committed] libstdc++: Fix copy&paste comments in vector range tests
Jonathan Wakely
- [PATCH 1/2] libstdc++: Enable debug assertions for filesystem directory iterators
Jonathan Wakely
- [PATCH] libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
Last message date:
Thu Oct 31 21:56:47 GMT 2024
Archived on: Thu Oct 31 21:57:02 GMT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).