public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++/complex: Remove implicit type casts in complex
 2023-11-26  1:49 UTC  (5+ messages)

[PATCH] libstdc++: Remove UB from operator+ of months and weekdays
 2023-11-25 13:52 UTC  (7+ messages)
  ` [PATCH v2] The following functions invoke signed integer overflow (UB) for some extreme values of days and months [1]:
    ` [PATCH v3] libstdc++: Remove UB from operator+ of months and weekdays
      ` [PATCH v4] libstdc++: Remove UB from month and weekday additions and subtractions
        ` [PATCH v5] "

libstdc++: Speed up push_back
 2023-11-24 21:55 UTC  (17+ messages)

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2023-11-24 15:59 UTC 

Where are the library search paths for linking libstdc++ set?
 2023-11-24  8:02 UTC 

[pushed] wwwdocs: *: Remove unused buildstat pages
 2023-11-24  0:01 UTC  (3+ messages)

[PATCH 5/5][_Hashtable] Prefer to insert after last node
 2023-11-23 21:59 UTC 

[PATCH 4/5][_Hashtable] Generalize the small size optimization
 2023-11-23 21:58 UTC 

[PATCH 3/5][_Hashtable] Avoid redundant usage of rehash policy
 2023-11-23 21:58 UTC 

[PATCH 2/5][_Hashtable] Fix implementation inconsistencies
 2023-11-23 21:58 UTC 

[PATCH 1/5][_Hashtable] Add benches
 2023-11-23 21:58 UTC 

[PATCH 0/5][_Hashtable] Optimize insertions
 2023-11-23 21:58 UTC 

[PATCH] libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]
 2023-11-23 17:51 UTC  (2+ messages)
` [committed v2] "

[committed] libstdc++: Fix access error in __gnu_test::uneq_allocator
 2023-11-23 17:44 UTC 

libstdc++: Turn memmove to memcpy in vector reallocations
 2023-11-23 16:26 UTC  (4+ messages)

[PATCH] c++: Make g++.dg/opt/pr110879.C require C++11 [PR110879]
 2023-11-23 10:57 UTC  (2+ messages)

[PATCH RFC] c++: mangle function template constraints
 2023-11-22 14:54 UTC  (3+ messages)

[committed] libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)
 2023-11-21 16:11 UTC 

[committed] libstdc++: Add freestanding feature test macros (P2407R5)
 2023-11-21 16:10 UTC 

[committed] libstdc++: Add std::span::at for C++26 (P2821R5)
 2023-11-21 16:10 UTC 

[committed] libstdc++: Fix std::tr2::dynamic_bitset support for alternate characters
 2023-11-21 16:08 UTC 

[committed] libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]
 2023-11-20 16:50 UTC  (5+ messages)

[wwwdocs] Add new libstdc++ features
 2023-11-20 13:12 UTC 

[committed] libstdc++: Check string value_type in std::make_format_args [PR112607]
 2023-11-18 21:44 UTC 

[PATCH] libstdc++: Add fast path for std::format("{}", x) [PR110801]
 2023-11-18 21:44 UTC  (2+ messages)
` [committed v2] "

[PATCH] libstdc++: implement std::generator
 2023-11-18 18:46 UTC 

[PATCH] LoongArch: Add libstdc++ check-abi support
 2023-11-18  8:55 UTC  (3+ messages)

[committed] libstdc++: Define C++26 saturation arithmetic functions (P0543R3)
 2023-11-17 22:00 UTC  (5+ messages)

[PATCH 1/2] libstdc++: Implement C++23 <print> header [PR107760]
 2023-11-17 15:54 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: Ensure valid UTF-8 in std::vprint_unicode

[committed] libstdc++: Regenerate config.h.in
 2023-11-17 15:41 UTC 

[committed] libstdc++: Adjust std::in_range template parameter name
 2023-11-17 14:49 UTC 

[committed] libstdc++: Add more Doxygen comments and another test for std::out_ptr
 2023-11-17 14:48 UTC 

[committed] libstdc++: Fix Doxygen markup
 2023-11-17 14:41 UTC 

[committed] libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]
 2023-11-17  8:15 UTC  (3+ messages)

[PATCH 1/2] libstdc++: Atomic wait/notify ABI stabilization
 2023-11-16 20:46 UTC  (3+ messages)
` [PATCH 2/2] libstdc++: Pass __wait_args to internal API by const pointer

[committed 1/2] libstdc++: Test for feature test macros more accurately
 2023-11-16  8:11 UTC  (2+ messages)
` [committed 2/2] libstdc++: Only declare feature test macros in standard headers

[committed 1/2] libstdc++: Adjust feature test in <istream> and <ostream>
 2023-11-16  8:02 UTC  (2+ messages)
` [committed 2/2] libstdc++: Use 202100L as feature test check for C++23

[PATCH] libstdc++: optimize bit iterators assuming normalization [PR110807]
 2023-11-16  4:40 UTC  (15+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
            ` [PATCH] libstdc++: bvector: undef always_inline macro

[committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491]
 2023-11-15 11:30 UTC 

[committed] libstdc++: std::stacktrace tweaks
 2023-11-15 11:28 UTC 

[PATCH] Fix some _Hashtable implementation inconsistencies
 2023-11-15  5:55 UTC 

[PATCH] libstdc++: Improve operator-(weekday x, weekday y)
 2023-11-14 22:48 UTC  (2+ messages)

[PATCH] Fix UB in weekday::weekday(sys_days) and add test
 2023-11-14 22:48 UTC  (2+ messages)

[PATCH v3] libstdc++: Simplify year::is_leap()
 2023-11-14 22:48 UTC  (2+ messages)

[PATCH v4] libstdc++: Remove unnecessary "& 1" from year_month_day_last::day()
 2023-11-14 22:47 UTC  (2+ messages)

[committed] libstdc++: Fix <charconv> uses of signed types with <bit> functions
 2023-11-14 22:45 UTC 

[committed] libstdc++: Fix std::hash<std::stacktrace> [PR112348]
 2023-11-14 22:32 UTC 

[committed] libstdc++: Fix std::deque::size() Xmethod [PR112491]
 2023-11-14 15:58 UTC 

[committed] libstdc++: Add dg-timeout-factor to remaining <chrono> IO tests
 2023-11-13 23:23 UTC 

[committed] libstdc++: Micro-optimization for std::optional [PR112480]
 2023-11-13 23:22 UTC 

[committed] libstdc++: Reformat Python code
 2023-11-13 15:29 UTC  (3+ messages)

[PATCH v2] libstdc++: PSTL dispatch for C++20 range random access iterators [PR110512]
 2023-11-11 18:11 UTC  (2+ messages)

[PATCH] libstdc++: Remove unnecessary "& 1" from year_month_day_last::day()
 2023-11-11 15:51 UTC 

[PATCH v2] Simplify year::is_leap()
 2023-11-11  1:44 UTC 

[PATCH v2] Remove unnecessary "& 1" in year_month_day_last::day()
 2023-11-11  1:23 UTC 

[committed] libstdc++: Do not use assume attribute for Clang [PR112467]
 2023-11-11  0:58 UTC 

[committed] libstdc++: Simplify std::string_view comparisons (LWG 3950)
 2023-11-11  0:45 UTC 

[committed] libstdc++: Fix broken tests for <complex.h>
 2023-11-11  0:45 UTC 

[committed] libstdc++: Add static_assert to std::integer_sequence [PR112473]
 2023-11-11  0:44 UTC 

[committed] libstdc++: Fix test that fails with -ffreestanding
 2023-11-11  0:44 UTC 

[committed] libstdc++: Deprecate std::atomic_xxx overloads for std::shared_ptr
 2023-11-11  0:44 UTC 

[committed] libstdc++: Add [[nodiscard]] to lock types
 2023-11-11  0:44 UTC 

[committed] libstdc++: Add [[nodiscard]] to std::span members
 2023-11-11  0:44 UTC 

[committed] libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]
 2023-11-11  0:43 UTC 

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-11-11  0:43 UTC  (12+ messages)
        ` [Ping][PATCH] "

[PATCH 1/2] libstdc++: declare std::allocator in !HOSTED as an extension
 2023-11-09 23:09 UTC  (5+ messages)
` [PATCH 2/2] libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hosted

[PATCH] libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453]
 2023-11-09 19:33 UTC  (2+ messages)

[PATCH] libsupc++: try cxa_thread_atexit_impl at runtime
 2023-11-09  8:20 UTC  (2+ messages)

[PATCH][_Hashtable] Use RAII to restore Rehash state
 2023-11-09  8:11 UTC  (4+ messages)

[PATCH][_Hahstable] Use RAII to guard node pointer while constructing
 2023-11-09  0:57 UTC  (2+ messages)

testsuite: introduce hostedlib effective target
 2023-11-08 15:49 UTC  (7+ messages)

[PATCH][_Hashtable] Add missing destructor call
 2023-11-08 14:26 UTC  (6+ messages)

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-07 11:44 UTC  (4+ messages)

libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/tinfo.cc'
 2023-11-06 14:57 UTC  (3+ messages)
  ` nvptx: Use the usual '#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)' (was: libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/tinfo.cc')

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-06 12:17 UTC  (2+ messages)

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-06 11:52 UTC 

[PATCH] libstdc++: Improve static assert messages for monadic operations
 2023-11-06 10:16 UTC  (2+ messages)

[PATCH] Remove unnecessary "& 1" in year_month_day_last::day()
 2023-11-05 19:54 UTC  (4+ messages)

[PATCH] Simplify year::is_leap()
 2023-11-05 18:01 UTC 

Remove redundant partial specialization in _Nth_type
 2023-11-04  8:45 UTC  (3+ messages)

[committed] libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]
 2023-11-04  8:44 UTC 

[committed] libstdc++: Replace "_N" in examples of naming conventions
 2023-11-04  8:33 UTC 

[PATCH] libstdc++: avoid uninitialized read in basic_string constructor
 2023-11-03 14:27 UTC  (5+ messages)

Support in the GCC(/C++) test suites for '-fno-exceptions'
 2023-11-03 11:15 UTC  (6+ messages)
  ` Skip a number of C++ test cases for '-fno-exceptions' testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')

[committed] libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]
 2023-11-02 14:54 UTC 

[committed] libstdc++: Fix warning during configure
 2023-11-02 13:53 UTC 

[committed] libstdc++: Minor update to installation docs
 2023-11-02 11:04 UTC  (3+ messages)

[committed][_GLIBCXX_INLINE_VERSION] Fix constract violation
 2023-10-30 19:14 UTC  (4+ messages)

[committed][_GLIBCXX_INLINE_VERSION] Add emul TLS symbol exports
 2023-10-30 19:13 UTC  (4+ messages)

[committed][wwwdocs] Add "Porting to GCC 14"
 2023-10-30 15:10 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).