public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Reuse double overload of __convert_to_v if possible
 2023-07-24 20:05 UTC 

[committed] libstdc++; Do not use strtold for hppa-hpux [PR110653]
 2023-07-24 20:04 UTC 

[PATCH][Hashtable] Performance optimization through use of insertion hint
 2023-07-24 11:02 UTC 

[PATCH 1/2] c++, libstdc++: implement __is_arithmetic built-in trait
 2023-07-22 13:50 UTC  (25+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_arithmetic
` [PATCH v2 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait
  ` [PATCH v2 2/3] libstdc++: Optimize is_arithmetic performance by __is_arithmetic built-in
  ` [PATCH v2 3/3] libstdc++: Optimize is_fundamental "
  ` [PATCH v3 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait
    ` [PATCH v3 2/3] libstdc++: Optimize is_arithmetic performance by __is_arithmetic built-in
    ` [PATCH v3 3/3] libstdc++: Optimize is_fundamental "
    ` [PATCH v4 1/4] c++, libstdc++: Implement __is_arithmetic built-in trait
      ` [PATCH v4 2/4] libstdc++: Optimize is_arithmetic trait performance
      ` [PATCH v4 3/4] libstdc++: Optimize is_fundamental "
      ` [PATCH v4 4/4] libstdc++: Optimize is_compound "

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-07-21 21:22 UTC 

[PATCH] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
 2023-07-20 16:05 UTC  (5+ messages)
` [PATCH v2] "

[committed] libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]
 2023-07-19 22:43 UTC 

[committed] libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]
 2023-07-19 22:43 UTC 

[PATCH] libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]
 2023-07-19 20:43 UTC 

[committed] libstdc++: Fix formatting of negative chrono::hh_mm_ss
 2023-07-19 15:52 UTC 

[committed] libstdc++: Fix locale-specific duration formatting [PR110719]
 2023-07-19 15:51 UTC 

New Video from Harvey Havel
 2023-07-19 15:22 UTC 

[committed] libstdc++: Avoid warning in std::format
 2023-07-19 11:38 UTC 

[committed] libstdc++: Implement correct locale-specific chrono formatting [PR110719]
 2023-07-19 11:37 UTC 

[committed] libstdc++: Check for multiple modifiers in chrono format string [PR110708]
 2023-07-19 10:11 UTC 

[committed 1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653]
 2023-07-19 10:05 UTC  (3+ messages)
` [committed 2/3] libstdc++: Define std::stof fallback in terms of std::stod [PR110653]
` [committed 3/3] libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]

__lower_bound improvement for arithmetical types(2)
 2023-07-17  9:32 UTC 

[PATCH] libstdc++: Use __bool_constant entirely
 2023-07-15  3:01 UTC 

[PATCH 1/2] c++, libstdc++: implement __is_pointer built-in trait
 2023-07-14 19:55 UTC  (27+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_pointer
` [PATCH v2 1/2] c++, libstdc++: implement __is_pointer built-in trait
  ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_pointer
        ` [PATCH v3 1/2] c++, libstdc++: Implement __is_pointer built-in trait
          ` [PATCH v3 2/2] libstdc++: Use new built-in trait __is_pointer
          ` [PATCH v4 1/2] c++, libstdc++: Implement __is_pointer built-in trait
            ` [PATCH v4 2/2] libstdc++: Use new built-in trait __is_pointer
            ` [PATCH v5 1/2] c++, libstdc++: Implement __is_pointer built-in trait
              ` [PATCH v5 2/2] libstdc++: Use new built-in trait __is_pointer
                ` [PATCH v6 1/2] c++, libstdc++: Implement __is_pointer built-in trait
                  ` [PATCH v6 2/2] libstdc++: Use new built-in trait __is_pointer

[committed] libstdc++: std::stoi etc. do not need C99 <stdlib.h> support [PR110653]
 2023-07-13 16:59 UTC 

[PATCH v6 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-07-13  2:56 UTC  (30+ messages)
` [PATCH v7 "
  ` [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 v8 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
          ` [PATCH v8 1/6] c++: implement __is_reference built-in trait
          ` [PATCH v8 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
          ` [PATCH v8 3/6] c++: implement __is_function built-in trait
          ` [PATCH v8 4/6] libstdc++: use new built-in trait __is_function for std::is_function
          ` [PATCH v8 5/6] c++, libstdc++: implement __is_void built-in trait
          ` [PATCH v8 6/6] libstdc++: make std::is_object dispatch to new built-in traits
          ` [PATCH v10 0/5] c++, libstdc++: Make "
            ` [PATCH v10 1/5] c++: Implement __is_reference built-in trait
            ` [PATCH v10 2/5] libstdc++: Use new built-in trait __is_reference for std::is_reference
            ` [PATCH v10 3/5] c++: Implement __is_function built-in trait
            ` [PATCH v10 4/5] libstdc++: Use new built-in trait __is_function for std::is_function
            ` [PATCH v10 5/5] libstdc++: Make std::is_object dispatch to new built-in traits

[PATCH 1/2] c++, libstdc++: implement __is_signed built-in trait
 2023-07-13  1:43 UTC  (8+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_signed
    ` [PATCH v2 1/2] c++, libstdc++: Implement __is_signed built-in trait
      ` [PATCH v2 2/2] libstdc++: Use new built-in trait __is_signed

[committed] libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
 2023-07-12 20:04 UTC 

[PATCH 1/2] c++, libstdc++: implement __is_scalar built-in trait
 2023-07-12 19:35 UTC  (11+ messages)
` [PATCH 2/2] libstdc++: use new built-in trait __is_scalar for std::is_scalar
  ` [PATCH v2 1/2] c++, libstdc++: implement __is_scalar built-in trait
    ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_scalar for std::is_scalar

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

[PATCH v2 1/2] c++: implement __is_unsigned built-in trait
 2023-07-12 10:04 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 2/2] libstdc++: use new built-in trait __is_unsigned

[PATCH] libstdc++: use __is_enum built-in trait
 2023-07-12  9:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] libstdc++: Use RAII in std::vector::_M_realloc_insert
 2023-07-10 12:53 UTC  (6+ messages)

[PATCH 1/2] c++: implement __is_const built-in trait
 2023-07-08  5:26 UTC  (12+ 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 v3 1/2] c++: implement __is_const built-in trait
            ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_const

[PATCH 1/2] c++: implement __is_array built-in trait
 2023-07-08  5:23 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_array
    ` [PATCH v3 1/2] c++: implement __is_array built-in trait
      ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_array

[PATCH 1/2] c++: implement __is_volatile built-in trait
 2023-07-08  5:18 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] libstdc++: use new built-in trait __is_volatile
    ` [PATCH v3 1/2] c++: implement __is_volatile built-in trait
      ` [PATCH v3 2/2] libstdc++: use new built-in trait __is_volatile

[PATCH] libstdc++: Compile basic_file_stdio.cc for LFS
 2023-07-07 16:38 UTC 

[PATCH] libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]
 2023-07-07 16:36 UTC 

[committed] libstdc++: Document --enable-cstdio=stdio_pure [PR110574]
 2023-07-06 15:28 UTC 

[PATCH] libstdc++: Split up pstl/set.cc testcase
 2023-07-05 22:06 UTC  (3+ messages)

Re: [PATCH] libstdc++: Fix fwrite error parameter
 2023-07-05 17:49 UTC 

[PATCH] libstdc++: Fix fwrite error parameter
 2023-07-05 16:06 UTC  (2+ messages)

[PATCH] libstdc++: Fix fwrite error parameter
 2023-07-05 15:59 UTC 

[PATCH] libstdc++: Fix fwrite error parameter
 2023-07-05 15:56 UTC 

[committed] libstdc++: Disable std::forward_list tests for C++98 mode
 2023-07-05  6:41 UTC 

[committed] libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542]
 2023-07-05  6:40 UTC 

[committed] libstdc++: Use RAII in std::vector::_M_default_append
 2023-07-05  6:40 UTC 

[committed] libstdc++: Add redundant 'typename' to std::projected
 2023-07-05  6:39 UTC 

[committed] libstdc++: Fix <iosfwd> synopsis test
 2023-07-03 23:08 UTC 

[PATCH] libstdc++: Enable OpenMP 5.0 pragmas in PSTL headers
 2023-07-03 23:07 UTC  (2+ messages)

[committed] libstdc++: Qualify calls to std::_Destroy and _Destroy_aux
 2023-07-03 23:06 UTC 

[pushed] testsuite, Darwin: Remove an unnecessary flags addition
 2023-07-03 19:20 UTC 

[PATCH v2] libstdc++: PSTL dispatch for C++20 range random access iterators [PR110512]
 2023-07-03 16:02 UTC 

[PATCH] libstdc++: PSTL dispatch for C++20 range random access iterators
 2023-07-03 12:25 UTC 

[PATCH 1/2] c++: implement __is_scalar built-in trait
 2023-07-03  9:11 UTC 

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

[committed] libstdc++: Fix unused warning for new variable
 2023-06-30 14:29 UTC 

[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)

[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 

[committed] [gcc-12] libstdc++: avoid bogus -Wrestrict [PR105651]
 2023-06-21 12:22 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).