public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Fix unused warning for new variable
 2023-06-30 14:29 UTC 

[PATCH] libstdc++: Fix iostream init for Clang on darwin [PR110432]
 2023-06-30 14:28 UTC  (2+ messages)

[committed] libstdc++: Make std::random_device throw more std::system_error [PR105081]
 2023-06-30 14:09 UTC 

[PATCH] libstdc++: Synchronize PSTL with upstream
 2023-06-30  9:57 UTC  (6+ messages)
    ` PR108672 re-fixed after "

[PATCH] Relax type-printer regexp in libstdc++ test suite
 2023-06-29 18:00 UTC  (4+ messages)

[committed] libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutex
 2023-06-29 15:20 UTC 

[committed] libstdc++: Do not use off64_t in calls to copy_file_range [PR110462]
 2023-06-29 15:19 UTC 

[committed] libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]
 2023-06-29 13:25 UTC  (5+ messages)

[PATCH] libstdc++: Use RAII in std::vector::_M_realloc_insert
 2023-06-28  8:21 UTC  (5+ messages)

[committed] libstdc++: Fix std::format for pointers [PR110239]
 2023-06-26 16:43 UTC 

[committed] libstdc++: Implement P2538R1 ADL-proof std::projected
 2023-06-26 16:43 UTC 

[committed] libstdc++: Qualify calls to debug mode helpers
 2023-06-26 16:43 UTC 

[PATCH v2 0/7] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-06-24 15:12 UTC  (46+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] libstdc++: use new built-in trait __is_function for std::is_function
  ` [PATCH v4 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
    ` [PATCH v4 1/6] c++: implement __is_reference built-in trait
    ` [PATCH v4 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
    ` [PATCH v4 3/6] c++: implement __is_function built-in trait
    ` [PATCH v4 4/6] libstdc++: use new built-in trait __is_function for std::is_function
    ` [PATCH v4 5/6] c++, libstdc++: implement __is_void built-in trait
    ` [PATCH v4 6/6] libstdc++: make std::is_object dispatch to new built-in traits
    ` [PATCH v5 0/6] c++, libstdc++: get std::is_object to "
      ` [PATCH v5 1/6] c++: implement __is_reference built-in trait
      ` [PATCH v5 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
      ` [PATCH v5 3/6] c++: implement __is_function built-in trait
      ` [PATCH v5 4/6] libstdc++: use new built-in trait __is_function for std::is_function
      ` [PATCH v5 5/6] c++, libstdc++: implement __is_void built-in trait
      ` [PATCH v5 6/6] libstdc++: make std::is_object dispatch to new built-in traits
      ` [PATCH v6 0/6] c++, libstdc++: get std::is_object to "
        ` [PATCH v6 1/6] c++: implement __is_reference built-in trait
        ` [PATCH v6 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
        ` [PATCH v6 3/6] c++: implement __is_function built-in trait
        ` [PATCH v6 4/6] libstdc++: use new built-in trait __is_function for std::is_function
        ` [PATCH v6 5/6] c++, libstdc++: implement __is_void built-in trait
        ` [PATCH v6 6/6] libstdc++: make std::is_object dispatch to new built-in traits
        ` [PATCH v7 0/6] c++, libstdc++: get std::is_object to "
          ` [PATCH v7 1/6] c++: implement __is_reference built-in trait
          ` [PATCH v7 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
          ` [PATCH v7 3/6] c++: implement __is_function built-in trait
          ` [PATCH v7 4/6] libstdc++: use new built-in trait __is_function for std::is_function
          ` [PATCH v7 5/6] c++, libstdc++: implement __is_void built-in trait
          ` [PATCH v7 6/6] libstdc++: make std::is_object dispatch to new built-in traits

[PATCH 1/2] c++: implement __is_volatile built-in trait
 2023-06-24 14:47 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_volatile

[PATCH 1/2] c++: implement __is_array built-in trait
 2023-06-24 14:17 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_array

[PATCH 1/2] c++: implement __is_const built-in trait
 2023-06-24 13:42 UTC  (10+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_const
      ` [PATCH v2 1/2] c++: implement __is_const built-in trait
        ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_const

[PATCH 1/2] c++: implement __remove_pointer built-in trait
 2023-06-24 10:12 UTC  (2+ messages)
  ` [PATCH 2/2] libstdc++: use new built-in trait __remove_pointer

[committed] [gcc-12] libstdc++: avoid bogus -Wrestrict [PR105651]
 2023-06-21 12:22 UTC 

[committed] libstdc++: Optimize std::to_array for trivial types [PR110167]
 2023-06-20 14:37 UTC  (4+ messages)

[PATCH 1/2] c++: implement __remove_pointer built-in trait
 2023-06-20 13:20 UTC  (3+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __remove_pointer

[libstdc++] Improve M_check_len
 2023-06-20 10:50 UTC  (8+ messages)

Support in the GCC(/C++) test suites for '-fno-exceptions'
 2023-06-15 15:15 UTC  (8+ messages)
  ` Support 'UNSUPPORTED: [...]: exception handling disabled' for libstdc++ testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')
  ` Skip a number of C++ test cases for '-fno-exceptions' "

[libstdc++] [testsuite] xfail dbl from_chars for aarch64 rtems ldbl
 2023-06-15 10:44 UTC  (2+ messages)

libstdc++-v3: do not duplicate some math functions when using newlib
 2023-06-15 10:43 UTC  (2+ messages)

[PATCH] Reimplement __gnu_cxx::__ops operators
 2023-06-15  5:07 UTC 

[libstdc++] [testsuite] expect zero entropy matching implementation
 2023-06-14 22:50 UTC 

[PATCH] libstdc++: Clarify manual demangle doc
 2023-06-14 14:03 UTC  (2+ messages)

[committed] libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]
 2023-06-12 11:07 UTC  (2+ messages)

Checking is unexpected when cross compiling libstdc++ for RISCV
 2023-06-12  6:46 UTC  (2+ messages)

Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long)
 2023-06-10 18:29 UTC  (8+ messages)
  ` [PATCH] (Re: Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long))

[committed] libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]
 2023-06-09 12:26 UTC 

[committed] libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]
 2023-06-09 12:19 UTC 

[PATCH RFC] c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
 2023-06-09 12:15 UTC  (12+ messages)
` PING Re: [PATCH RFA (tree-eh)] "

[committed] libstdc++: Bump library version to libstdc++.so.6.0.33
 2023-06-09 12:14 UTC 

[committed] libstdc++: Fix code size regressions in std::vector [PR110060]
 2023-06-09  9:00 UTC  (6+ messages)

[committed] libstdc++: Improve tests for emplace member of sequence containers
 2023-06-09  8:56 UTC 

[PATCH] libstdc++: Fix up 20_util/to_chars/double.cc test for excess precision [PR110145]
 2023-06-07 19:59 UTC  (3+ messages)

[PATCH] libstdc++: Use AS_IF in configure.ac
 2023-06-07 15:57 UTC  (7+ messages)

[committed] libstdc++: Update list of known symbol versions for abi-check
 2023-06-07 15:55 UTC  (4+ messages)

[committed] libstdc++: Restore accidentally removed version in abi-check
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fno-exceptions
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fexcess-precision=standard
 2023-06-07 15:53 UTC 

[committed] libstdc++: Make std::numeric_limits<__float128> more portable [PR104772]
 2023-06-06 15:59 UTC 

[PATCH] libstdc++: Rewrite or avoid casts to 64-bit element types
 2023-06-06 15:54 UTC  (2+ messages)

[PATCH] libstdc++: Avoid vector casts while still avoiding PR90424
 2023-06-06 13:04 UTC  (2+ messages)

[PATCH] libstdc++: Replace use of incorrect non-temporal store
 2023-06-06 13:03 UTC  (2+ messages)

[committed] libstdc++: Protect against macros
 2023-06-06 12:23 UTC 

[committed] libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]
 2023-06-06 11:46 UTC 

[PATCH] libstdc++: Do not assume existence of char8_t codecvt facet
 2023-06-06 11:45 UTC  (3+ messages)

[committed] libstdc++: Use close-on-exec for file descriptors in filesystem::copy_file
 2023-06-06 11:38 UTC 

[PATCH v2 1/2] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-06-06 11:37 UTC  (9+ messages)
` [PATCH v2 1/2] libstdc++: also use sendfile for big files

[PATCH] Move std::search into algobase.h
 2023-06-05 20:09 UTC  (14+ messages)

[PATCH] libstdc++: Correct NTTP and simd_mask ctor call
 2023-06-02 12:06 UTC  (6+ messages)

[PATCH 0/2] Unify and deduplicate FTM code
 2023-06-01 20:30 UTC  (5+ messages)
` [PATCH 1/2] libstdc++: Implement more maintainable <version> header
` [PATCH 2/2] libstdc++: Replace all manual FTM definitions and use

[committed] libstdc++: Fix PSTL test that fails in C++20
 2023-06-01 15:56 UTC 

[committed] libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938)
 2023-06-01 15:10 UTC 

[committed] libstdc++: Document removal of implicit allocator rebinding extensions
 2023-06-01 15:07 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).