public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2024-03-28 14:48 UTC  (6+ messages)

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2024-03-27 14:18 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] libstdc++: Add masked ++/-- implementation for sizeof < 16
 2024-03-27 12:53 UTC  (2+ messages)

[PATCH] libstdc++/ranges: Define _S_has_simple_call_op on newer adaptors
 2024-03-27 12:46 UTC  (3+ messages)

[PATCH] libstdc++: Fix call signature of builtins from masked ++/--
 2024-03-27  9:32 UTC  (2+ messages)

[PATCH 1/2] libstdc++: Add dg-require-cpp-feature-test to test feature test macros
 2024-03-26 11:44 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Replace stacktrace effective target with feature test

[PATCH 0/2] A few minor fixes in <generator>
 2024-03-26 11:00 UTC  (5+ messages)
` [PATCH 1/2] libstdc++: fix _V badname "
` [PATCH 2/2] libstdc++: fix generator iterator operator* return type

[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
 2024-03-25 15:42 UTC  (13+ messages)
                        ` [PING][PATCH] "

[committed] libstdc++: Fix incorrect macro used in #undef in test
 2024-03-25 12:14 UTC 

[PATCH] Fix overwriting files with fs::copy_file on windows
 2024-03-24 21:34 UTC 

[committed] libstdc++: Disable std::formatter specializations (LWG 3944)
 2024-03-23 11:09 UTC 

[committed] libstdc++: Add __is_in_place_index_v helper and use it in <variant>
 2024-03-23 11:09 UTC 

[committed] libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]
 2024-03-23 11:09 UTC 

[committed] libstdc++: Destroy allocators in re-inserted container nodes [PR114401]
 2024-03-22 22:51 UTC 

[PATCH] libstdc++: Constrain std::vector default constructor [PR113841]
 2024-03-22 22:50 UTC  (2+ messages)

[committed] libstdc++: Use feature test macros in <bits/stl_construct.h>
 2024-03-22 22:45 UTC 

[committed] libstdc++: Reorder feature test macro definitions
 2024-03-22 22:45 UTC 

[committed] libstdc++: Replace std::result_of with __invoke_result_t [PR114394]
 2024-03-22 22:44 UTC 

_LIBCXX_DEBUG value initialized singular iterators assert failures in std algorithms
 2024-03-21  6:20 UTC  (19+ messages)
        ` _LIBCXX_DEBUG value initialized singular iterators assert failures in std algorithms [PR104316]

[committed] libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]
 2024-03-19 16:00 UTC 

[PATCH] libstdc++: Use feature test macros in <bits/stl_construct.h>
 2024-03-19 15:52 UTC 

[committed] libstdc++: Regenerate <bits/version.h> in maintainer mode
 2024-03-19 15:35 UTC 

[committed] libstdc++: Update docs on build process and generated files
 2024-03-19 15:34 UTC 

[committed] libstdc++: Fix Python scripts to output the correct filename
 2024-03-19 15:34 UTC 

[committed] libstdc++: Fix typos in MemoryChecker assertion messages in PSTL tests
 2024-03-19 15:23 UTC 

[committed] libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]
 2024-03-19 15:14 UTC 

[pushed] libstdc++: Sync the atomic_link_flags implementation with GCC
 2024-03-19 12:56 UTC 

[PATCH] libstdc++, Darwin: Do not use dev/null as the file for executables
 2024-03-19 11:01 UTC  (2+ messages)

[committed] libstdc++: Add nodiscard in <algorithm>
 2024-03-15  9:08 UTC  (2+ messages)
` [committed] testsuite: Fix up pr104601.C for recent libstdc++ changes

[PATCH v3 0/8] Optimize more type traits
 2024-03-15  6:34 UTC  (79+ messages)
` [PATCH v7 01/22] c++: Implement __is_const built-in trait
  ` [PATCH v7 02/22] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v7 03/22] c++: Implement __is_volatile built-in trait
  ` [PATCH v7 05/22] c++: Implement __is_pointer "
  ` [PATCH v7 09/22] c++: Implement __add_pointer "
  ` [PATCH v7 13/22] c++: Implement __remove_all_extents "
  ` [PATCH v7 15/22] c++: Implement __add_lvalue_reference "
  ` [PATCH v7 16/22] libstdc++: Optimize std::add_lvalue_reference compilation performance
  ` [PATCH v7 18/22] libstdc++: Optimize std::add_rvalue_reference "
  ` [PATCH v7 20/22] libstdc++: Optimize std::decay "
  ` [PATCH v7 22/22] libstdc++: Optimize std::rank "
  ` [PATCH v8 23/24] c++: Implement __is_invocable built-in trait
    ` [PATCH v9 "
      ` [PATCH v11 "
        ` [PATCH v12 25/26] c++: Implement __is_nothrow_invocable "
        ` [PATCH v12 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
          ` [PATCH v13 01/26] c++: Implement __is_const built-in trait
            ` [PATCH v13 02/26] libstdc++: Optimize std::is_const compilation performance
            ` [PATCH v13 03/26] c++: Implement __is_volatile built-in trait
            ` [PATCH v13 04/26] libstdc++: Optimize std::is_volatile compilation performance
            ` [PATCH v13 05/26] c++: Implement __is_pointer built-in trait
            ` [PATCH v13 06/26] libstdc++: Optimize std::is_pointer compilation performance
            ` [PATCH v13 07/26] c++: Implement __is_unbounded_array built-in trait
            ` [PATCH v13 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
            ` [PATCH v13 09/26] c++: Implement __add_pointer built-in trait
            ` [PATCH v13 10/26] libstdc++: Optimize std::add_pointer compilation performance
            ` [PATCH v13 11/26] c++: Implement __remove_extent built-in trait
            ` [PATCH v13 12/26] libstdc++: Optimize std::remove_extent compilation performance
            ` [PATCH v13 13/26] c++: Implement __remove_all_extents built-in trait
            ` [PATCH v13 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
            ` [PATCH v13 15/26] c++: Implement __add_lvalue_reference built-in trait
            ` [PATCH v13 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
            ` [PATCH v13 17/26] c++: Implement __add_rvalue_reference built-in trait
            ` [PATCH v13 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
            ` [PATCH v13 19/26] c++: Implement __decay built-in trait
            ` [PATCH v13 20/26] libstdc++: Optimize std::decay compilation performance
            ` [PATCH v13 21/26] c++: Implement __rank built-in trait
            ` [PATCH v13 22/26] libstdc++: Optimize std::rank compilation performance
            ` [PATCH v13 23/26] c++: Implement __is_invocable built-in trait
            ` [PATCH v13 24/26] libstdc++: Optimize std::is_invocable compilation performance
            ` [PATCH v13 25/26] c++: Implement __is_nothrow_invocable built-in trait
            ` [PATCH v13 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
            ` [PATCH v14 00/26] Optimize more type traits
              ` [PATCH v14 01/26] c++: Implement __is_const built-in trait
              ` [PATCH v14 02/26] libstdc++: Optimize std::is_const compilation performance
              ` [PATCH v14 03/26] c++: Implement __is_volatile built-in trait
              ` [PATCH v14 04/26] libstdc++: Optimize std::is_volatile compilation performance
              ` [PATCH v14 05/26] c++: Implement __is_pointer built-in trait
              ` [PATCH v14 06/26] libstdc++: Optimize std::is_pointer compilation performance
              ` [PATCH v14 07/26] c++: Implement __is_unbounded_array built-in trait
              ` [PATCH v14 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
              ` [PATCH v14 09/26] c++: Implement __add_pointer built-in trait
              ` [PATCH v14 10/26] libstdc++: Optimize std::add_pointer compilation performance
              ` [PATCH v14 11/26] c++: Implement __remove_extent built-in trait
              ` [PATCH v14 12/26] libstdc++: Optimize std::remove_extent compilation performance
              ` [PATCH v14 13/26] c++: Implement __remove_all_extents built-in trait
              ` [PATCH v14 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
              ` [PATCH v14 15/26] c++: Implement __add_lvalue_reference built-in trait
              ` [PATCH v14 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
              ` [PATCH v14 17/26] c++: Implement __add_rvalue_reference built-in trait
              ` [PATCH v14 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
              ` [PATCH v14 19/26] c++: Implement __decay built-in trait
              ` [PATCH v14 20/26] libstdc++: Optimize std::decay compilation performance
              ` [PATCH v14 21/26] c++: Implement __rank built-in trait
              ` [PATCH v14 22/26] libstdc++: Optimize std::rank compilation performance
              ` [PATCH v14 23/26] c++: Implement __is_invocable built-in trait
              ` [PATCH v14 24/26] libstdc++: Optimize std::is_invocable compilation performance
              ` [PATCH v14 25/26] c++: Implement __is_nothrow_invocable built-in trait
              ` [PATCH v14 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
  ` [PATCH v8 24/24] libstdc++: Optimize std::is_invocable "
    ` [PATCH v10 "

[PATCH v1] libstdc++: Optimize removal from unique assoc containers [PR112934]
 2024-03-15  2:06 UTC  (3+ messages)

[committed] libstdc++: Fix std::format("{}", negative_integer) [PR114325]
 2024-03-14 17:00 UTC 

[PATCH] libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]
 2024-03-14 15:20 UTC 

[committed] libstdc++: Correct notes about std::call_once in manual [PR66146]
 2024-03-14 11:56 UTC 

[committed] libstdc++: Update C++23 status in the manual
 2024-03-14 11:54 UTC 

[committed] libstdc++: Move test error_category to global scope
 2024-03-13 23:55 UTC 

[committed] libstdc++: Improve documentation on debugging with libstdc++
 2024-03-13 23:52 UTC 

[PATCH] libstdc++: Document that _GLIBCXX_CONCEPT_CHECKS might be removed in future
 2024-03-13 23:52 UTC  (2+ messages)

[PATCH 1/2] libstdc++: Atomic wait/notify ABI stabilization
 2024-03-09 12:27 UTC  (3+ messages)

[committed] libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]
 2024-03-09  0:29 UTC 

[committed] libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]
 2024-03-09  0:29 UTC 

[committed] libstdc++: Use std::from_chars to speed up parsing subsecond durations
 2024-03-08  0:10 UTC 

[committed] libstdc++: Fix parsing of fractional seconds [PR114244]
 2024-03-07 23:45 UTC 

[committed] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103]
 2024-03-07 21:00 UTC 

[PATCH] libstdc++: Better diagnostics for std::format errors
 2024-03-07 20:59 UTC  (2+ messages)

[committed] libstdc++: Update expiry times for leap seconds lists
 2024-03-07 20:56 UTC 

[committed] libstdc++: Replace unnecessary uses of built-ins in testsuite
 2024-03-07 20:56 UTC 

[C++ coroutines] Initial implementation pushed to master
 2024-03-05 17:31 UTC  (2+ messages)

[PATCH] libstdc++: Use [] for empty argument to automake macro
 2024-03-01 14:39 UTC 

[PATCH] libstdc++: Add missing std::tuple constructor [PR114147]
 2024-03-01 14:23 UTC 

Fwd: [PATCH] libstdc++-v3: Fix cmath math declarations and stub support for hppa64-*-hpux11*
 2024-02-29 20:35 UTC 

[committed] libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
 2024-02-29 17:51 UTC 

[committed] libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_three_way [PR113960]
 2024-02-29 17:49 UTC 

[PATCH v2] libstdc++: Add more nodiscard uses in <vector>
 2024-02-29 12:28 UTC 

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2024-02-28 18:37 UTC  (6+ messages)

[committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]
 2024-02-28 14:54 UTC  (2+ messages)

[committed] libstdc++: Update outdated docs on contributing
 2024-02-28 14:37 UTC  (2+ messages)
` [committed] libstdc++: Change some URLs in the manual to use https

[PATCH 4/8] libstdc++: Fix error handling in std::print
 2024-02-27 18:07 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 8/8] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103]
 2024-02-27 14:43 UTC  (3+ messages)

[PATCH 7/8] libstdc++: Add nodiscard in <algorithm>
 2024-02-27 11:42 UTC 

[PATCH 6/8] libstdc++: Add more nodiscard uses in <vector>
 2024-02-27 11:42 UTC 

[PATCH 5/8] libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
 2024-02-27 11:42 UTC 

[PATCH 3/8] libstdc++: Fix std::print for Cygwin
 2024-02-27 11:42 UTC 

[PATCH 2/8] libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
 2024-02-27 11:41 UTC 

[PATCH 1/8] libstdc++: Add more [[nodiscard]] to <stacktrace>
 2024-02-27 11:41 UTC 

GCC GSoC 2024: Call for project ideas and mentors
 2024-02-22 14:19 UTC  (2+ messages)
` GCC has been accepted as GSoC 2024 mentoring organization

[PATCH][_GLIBCXX_INLINE_VERSION] Adapt dg-error messages
 2024-02-22  5:53 UTC 

There are pull requests in gcc's mirror repository in github, is this official?
 2024-02-20 23:55 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
 2024-02-20 19:27 UTC  (14+ messages)

[PATCH v22 00/31] Optimize type traits performance
 2024-02-20  1:35 UTC  (8+ messages)
` [PATCH v23 00/33] "
  ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait

page: 

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