public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer
 2023-05-11 16:04 UTC  (6+ messages)

[libstdc++] use strtold for from_chars even without locale
 2023-05-11 16:04 UTC  (8+ messages)

[wwwdocs] Document libstdc++ freestanding changes in gcc-13
 2023-05-11 15:53 UTC 

[committed] libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758]
 2023-05-11 11:56 UTC 

[PATCH] _Hashtable implementation cleanup
 2023-05-10  8:37 UTC  (2+ messages)

[committed] libstdc++: Fix <chrono> pretty printers and add tests
 2023-05-09 19:53 UTC 

[RFC] libstdc++: chrono::current_zone() should always respect $TZ
 2023-05-09  9:20 UTC  (7+ messages)

[PATCH 0/2] Unify and deduplicate FTM code
 2023-05-08 23:08 UTC  (4+ messages)
` [PATCH 1/2] libstdc++: Implement more maintainable <version> header
` [PATCH 2/2] libstdc++: Replace all manual FTM definitions and use
` Ping: [PATCH 0/2] Unify and deduplicate FTM code

[committed] libstdc++: Document new library version in manual
 2023-05-04 11:50 UTC 

[PATCH] libstdc++: Fix up abi.exp FAILs on powerpc64le-linux
 2023-05-03 20:14 UTC  (4+ messages)

[PATCH] libstdc++: Fix up abi.exp FAILs on powerpc64-linux
 2023-05-03 19:50 UTC  (2+ messages)

[PATCH v1 0/1] Set _M_string_length before calling _M_dispose()
 2023-05-03 12:30 UTC  (9+ messages)
` [PATCH v1 1/1] libstdc++: "
  ` [PATCH v2 0/1] "
    ` [PATCH v2 1/1] libstdc++: Set _M_string_length before calling _M_dispose() [PR109703]

[PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual
 2023-05-03  9:30 UTC  (2+ messages)

[PATCH] libstdc++: Regenerate baseline_symbols.txt files for Linux
 2023-05-02 17:32 UTC  (4+ messages)

[PATCH] libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13.2+ libstdc++.so.6 [PR108969]
 2023-05-02 15:43 UTC  (5+ messages)

[PATCH] libstdc++: Shut up -Wattribute-alias warning [PR109694]
 2023-05-02  8:48 UTC  (2+ messages)

[committed] libstdc++: Improve doxygen docs for <random>
 2023-04-28 12:08 UTC 

[committed] libstdc++: Minor fixes to doxygen comments
 2023-04-28 12:08 UTC 

[committed] libstdc++: Strip absolute paths from files shown in Doxygen docs
 2023-04-28 12:07 UTC 

[committed] libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>
 2023-04-28 12:07 UTC 

[committed] libstdc++: Fix error in doxygen comments in <atomic>
 2023-04-27 22:24 UTC 

Membership Management Software Users Info
 2023-04-27 17:46 UTC 

[committed] libstdc++: Fix typos in doxygen comments
 2023-04-27 10:33 UTC 

[committed] libstdc++: Remove obsolete options from Doxygen config
 2023-04-27 10:33 UTC 

[committed] libstdc++: Reduce Doxygen output for PDF
 2023-04-27 10:32 UTC 

[committed] libstdc++: Improve doxygen docs for <memory_resource>
 2023-04-27 10:32 UTC 

[committed] libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
 2023-04-27 10:31 UTC 

[committed] libstdc++: Make std::random_device throw std::system_error [PR105081]
 2023-04-27 10:30 UTC 

[PATCH] wwwdocs: Document more libstdc++ additions for GCC 13
 2023-04-26 12:52 UTC  (2+ messages)

[PATCH] Implement std::advance for istreambuf_iterator using pubseekoff
 2023-04-24 17:24 UTC  (4+ messages)

[PATCH] libstdc++: Fix __max_diff_type::operator>>= for negative values
 2023-04-24 16:39 UTC  (3+ messages)

[PATCH] libstdc++: Make __max_size_type and __max_diff_type structural
 2023-04-24 16:23 UTC 

[committed,gcc-12] libstdc++: Optimize std::try_facet and std::use_facet [PR103755]
 2023-04-21 15:02 UTC 

Question about __gnu_cxx::__exchange_and_add_dispatch
 2023-04-21  8:53 UTC  (3+ messages)

[PATCH] libstdc++: Synchronize PSTL with upstream (2nd attempt)
 2023-04-21  1:53 UTC 

[PATCH] libstdc++: Synchronize PSTL with upstream
 2023-04-20  3:39 UTC 

[committed] libstdc++: Adjust uses of null pointer constants in docs
 2023-04-18 23:15 UTC 

libstdc++ Chapter 28. Demangling example
 2023-04-18 23:12 UTC  (11+ messages)

[PATCH] c++: Define built-in for std::tuple_element [PR100157]
 2023-04-18 19:23 UTC  (10+ messages)

[committed] libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]
 2023-04-18 16:32 UTC  (3+ messages)

[PATCH] libstdc++: Fix typo in views::as_const's operator() [PR109525]
 2023-04-18  9:00 UTC  (4+ messages)

[PATCH 1/2] libstdc++: Convert _RangeAdaptorClosure into a CRTP class [PR108827]
 2023-04-18  8:59 UTC  (7+ messages)
` [PATCH 2/2] libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]

[PATCH] libstdc++: Adding missing feature-test macros for C++23 ranges algos
 2023-04-18  8:59 UTC  (3+ messages)

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-04-18  8:47 UTC  (7+ messages)
        ` [Ping][PATCH] "

[PATCH] libstdc++: Implement P2770R0 changes to join_view / join_with_view
 2023-04-17 13:39 UTC 

[PATCH 1/2] libstdc++: Move down definitions of ranges::cbegin/cend/cetc
 2023-04-14 14:14 UTC  (6+ messages)
` [PATCH 2/2] libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"

[committed] libstdc++: Improve diagnostics for invalid std::format calls
 2023-04-14 11:00 UTC 

[PATCH] libstdc++: Implement ranges::fold_* from P2322R6
 2023-04-14  9:49 UTC  (2+ messages)

[committed] libstdc++: Fix some AIX test failures
 2023-04-12 22:30 UTC 

[committed] libstdc++: Document libstdc++exp.a library for -fcontracts
 2023-04-12 22:30 UTC 

[PATCH] libstdc++: Implement ranges::enumerate_view from P2164R9
 2023-04-12 17:42 UTC  (3+ messages)

[PATCH] libstdc++: Ensure headers used by fast_float are included
 2023-04-12 16:59 UTC  (3+ messages)

[PATCH] libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]
 2023-04-12 15:04 UTC  (2+ messages)

[committed] libstdc++: Initialize all members of basic_endpoint union [PR109482]
 2023-04-12 12:28 UTC 

[committed] libstdc++: Update tzdata to 2023c
 2023-04-12 12:28 UTC 

[PATCH] libstdc++: Implement LWG 3904 change to lazy_split_view's iterator
 2023-04-11 15:06 UTC  (2+ messages)

[PATCH] libstdc++: Implementation of class strand
 2023-04-10 19:42 UTC  (4+ messages)

[PATCH] libstdc++: use __bool_constant instead of integral_constant
 2023-04-08 21:08 UTC  (5+ messages)
  ` PING: "

PR 108846 regression
 2023-04-05 17:03 UTC  (3+ messages)

[committed] hppa: Fix 22_locale/locale/cons/12658_thread-2.cc on hppa
 2023-04-05 15:47 UTC 

[PATCH 1/4] libstdc++: Harmonize <version> and other headers
 2023-04-05 12:10 UTC  (15+ messages)
` [PATCH 2/4] libstdc++: Add a test for <version> FTM redefinitions
` [PATCH 3/4] libstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTED
` [PATCH 4/4] libstdc++: Fix some freestanding test failures

[committed] libstdc++: Define std::sub_match::swap member function (LWG 3204)
 2023-04-05 11:24 UTC 

[committed] libstdc++: Fix outdated docs about demangling exception messages
 2023-04-04 11:17 UTC 

[PATCH 00/10] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-04-02  7:53 UTC  (17+ messages)
` [PATCH 0/7] "
` [PATCH v2 "
  ` [PATCH v2 1/7] c++: implement __is_reference built-in trait
  ` [PATCH v2 2/7] libstdc++: use new built-in trait __is_reference for std::is_reference
  ` [PATCH v2 3/7] c++: implement __is_function built-in trait
  ` [PATCH v2 4/7] libstdc++: use new built-in trait __is_function for std::is_function
  ` [PATCH v2 5/7] c++, libstdc++: implement __is_void built-in trait
  ` [PATCH v2 6/7] libstdc++: use new built-in trait __is_void for std::is_void
  ` [PATCH v2 7/7] libstdc++: make std::is_object dispatch to new built-in traits
  ` [PATCH v3 0/6] c++, libstdc++: get std::is_object to "
    ` [PATCH v3 1/6] c++: implement __is_reference built-in trait
    ` [PATCH v3 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
    ` [PATCH v3 3/6] c++: implement __is_function built-in trait
    ` [PATCH v3 4/6] libstdc++: use new built-in trait __is_function for std::is_function
    ` [PATCH v3 5/6] c++, libstdc++: implement __is_void built-in trait
    ` [PATCH v3 6/6] libstdc++: make std::is_object dispatch to new built-in traits

[committed] libstdc++: Teach optimizer that empty COW strings are empty [PR107087]
 2023-03-31 22:45 UTC 

[committed] libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]
 2023-03-31 14:50 UTC 

[committed] libstdc++: Fix constexpr functions in <experimental/internet>
 2023-03-31 14:49 UTC  (6+ messages)

[committed] libstdc++: Revert addition of boolean flag to net::ip::basic_endpoint
 2023-03-31 14:49 UTC 

[GSoC] Conflicted Built-in Trait Name
 2023-03-30 18:44 UTC  (11+ messages)

[committed] libstdc++: Use std::remove_cv_t in std::optional::transform [PR109340]
 2023-03-29 23:45 UTC  (2+ messages)

[committed] libstdc++: Apply small fix from LWG 3843 to std::expected
 2023-03-29 23:39 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).