public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Add test for std::con/disjunction's base class
 2022-08-26  8:01 UTC  (3+ messages)

[PATCH][_GLIBCXX_DEBUG] Add basic_string::starts_with/ends_with checks
 2022-08-25 16:11 UTC  (3+ messages)

[PATCH 1/2] libstdc++: Implement ranges::zip_transform_view from P2321R2
 2022-08-25 15:39 UTC  (2+ messages)
` [PATCH 2/2] libstdc++: Implement LWG 3692/3702 changes to zip_/zip_transform_view

[committed] libstdc++: Some minor <ranges> cleanups
 2022-08-25 15:12 UTC 

[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2022-08-25 10:11 UTC  (6+ messages)
        ` Patch ping (was Re: [PATCH] libstdc++: Clear padding bits in atomic compare_exchange)

[PATCH] libstdc++: Optimize operator+(string/char*, string/char*) equally
 2022-08-25  5:52 UTC  (13+ messages)
  ` [PATCH v2] libstdc++: Optimize operator+(string/char*,string/char*)
    ` [PATCH] libstdc++: Optimize operator+(string/char*,string/char*) equally

[PATCH] libstdc++: Optimize std::con/disjunction, __and_/__or_, etc
 2022-08-24 19:40 UTC 

[PATCH] libstdc++: Fix fallout from P2321R2 pair/tuple enhancements
 2022-08-24 18:38 UTC  (3+ messages)

[committed] libstdc++: Fix regression in std::stable_sort
 2022-08-24 14:33 UTC 

[committed] libstdc++: Add check for LWG 3741 problem case
 2022-08-24 13:05 UTC 

[PATCH 1/3] libstdc++: Separate construct/convertibility tests for std::tuple
 2022-08-24 12:15 UTC  (9+ messages)
` [PATCH 2/3] libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2
` [PATCH 3/3] libstdc++: Implement ranges::zip_view "

[committed] libstdc++: Fix visit<void>(v) for non-void visitors [PR106589]
 2022-08-23 15:39 UTC 

[committed] libstdc++: Document linker option for C++23 <stacktrace> [PR105678]
 2022-08-22 21:53 UTC 

[committed] libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]
 2022-08-22 21:53 UTC 

[committed] libstdc++: Check for overflow in regex back-reference [PR106607]
 2022-08-22 21:53 UTC 

[PATCH] libstdc++: Add std:: prefix for forward_iterator_tag
 2022-08-19 20:06 UTC  (4+ messages)

[PATCH] bug in emergency cxa pool free()
 2022-08-17 19:02 UTC  (3+ messages)

[PATCH][_GLIBCXX_ASSERTIONS] Activate __glibcxx_requires_string/__glibcxx_requires_string_len
 2022-08-16 18:54 UTC 

libstdc++ ABI update rule? (baseline_symbols.txt)
 2022-08-12 20:44 UTC  (3+ messages)

[PATCH] Complete __gnu_test::basic_string<>::compare support
 2022-08-10 18:31 UTC 

[PATCH] libstdc++: Outline the overlapping case of string _M_replace into a separate function [PR105329]
 2022-08-10 11:27 UTC  (2+ messages)

Unify container pretty printers [PR65230]
 2022-08-09 10:35 UTC 

[PATCH] Add _GLIBCXX_DEBUG backtrace generation
 2022-08-09  8:07 UTC  (4+ messages)

[PATCH][_GLIBCXX_DEBUG] Refine singular iterator state
 2022-08-08 22:26 UTC  (5+ messages)

[committed] libstdc++: Implement <experimental/scope> from LFTSv3
 2022-08-05 14:20 UTC  (2+ messages)
` [committed] libstdc++: Add feature test macro for <experimental/scope>

[committed] libstdc++: Make std::string_view(Range&&) constructor explicit
 2022-08-04 18:38 UTC 

[committed] libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
 2022-08-04 18:38 UTC 

[committed] libstdc++: Rename data members of std::unexpected and std::bad_expected_access
 2022-08-04 12:31 UTC 

[committed] libstdc++: Update value of __cpp_lib_ios_noreplace macro
 2022-08-04 12:31 UTC 

[committed] libstdc++: Unblock atomic wait on non-futex platforms [PR106183]
 2022-08-04 12:30 UTC 

tuple pretty printer
 2022-08-04 11:03 UTC  (2+ messages)

[committed] libstdc++: Avoid try-catch and O(N) size in std::list::merge for old ABI
 2022-08-03 12:31 UTC 

[committed] libstdc++: Tweak common_iterator::operator-> return type [PR104443]
 2022-07-29  9:11 UTC 

libstdc++: Minor codegen improvement for atomic wait spinloop
 2022-07-26 22:42 UTC  (5+ messages)

First-time contributor -- speeding up `std::unique_ptr` compilation
 2022-07-25 21:34 UTC  (5+ messages)

[PATCH] libstdc++: Fix backward compatibility of P2325R3 backport [PR106320]
 2022-07-22 16:20 UTC  (3+ messages)

[GCC 12] libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]
 2022-07-21  7:48 UTC  (2+ messages)

[committed 1/3] libstdc++: Fix minor bugs in std::common_iterator
 2022-07-20 23:00 UTC  (3+ messages)
` [committed 2/3] libstdc++: Fix std::common_iterator assignment [PR100823]
` [committed 3/3] libstdc++: Fix std::common_iterator triviality [PR100823]

[PATCH] Complete __gnu_debug::basic_string Standard conformity
 2022-07-19 18:08 UTC  (3+ messages)

[PATCH] c++: Add __reference_con{struc, ver}ts_from_temporary [PR104477]
 2022-07-19 14:14 UTC  (15+ messages)
  ` [PATCH v2] c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]
` [PATCH] "
  ` [PATCH v3] "

[PATCH] c++: Enable __has_builtin for new reference binding built-ins
 2022-07-19 14:05 UTC  (3+ messages)

Re: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit
 2022-07-19 10:15 UTC  (4+ messages)

[PATCH] Simplify branching in algos
 2022-07-18 10:52 UTC  (4+ messages)

libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/tinfo.cc'
 2022-07-14 18:39 UTC  (2+ messages)

libstdc++ "freestanding" ('--disable-hosted-libstdcxx') with '-fno-rtti', '-fno-exceptions': 'libstdc++-v3/libsupc++/eh_alloc.cc' global constructors
 2022-07-14 15:25 UTC  (2+ messages)

[committed] libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]
 2022-07-12 22:40 UTC 

[PATCH] libstdc++: Prefer const T to std::add_const_t<T>
 2022-07-12  8:40 UTC  (2+ messages)

[committed] libstdc++: Remove obsolete comment in <string>
 2022-07-09 15:46 UTC  (2+ messages)

[PATCH v2 1/7] config: use $EGREP instead of egrep
 2022-07-08  3:46 UTC  (3+ messages)

[PATCH] c++: Define built-in for std::tuple_element [PR100157]
 2022-07-07 20:46 UTC  (4+ messages)

[committed] libstdc++: Remove workaround in __gnu_cxx::char_traits::move [PR89074]
 2022-07-07 16:52 UTC 

[PATCH] libstdc++: testsuite: avoid predictable mkstemp
 2022-07-05 18:02 UTC  (10+ messages)

[PATCH] libstdc++: retry removal of dir entries if dir removal fails
 2022-07-05 17:39 UTC  (7+ messages)

WIP _GLIBCXX_DEBUG backtrace
 2022-07-04 19:52 UTC  (2+ messages)

[committed] libstdc++: Add missing prerequisite to generated header [PR106162]
 2022-07-01 21:43 UTC 

[committed] libstdc++: Add nodiscard attribute to filesystem operations
 2022-07-01 11:19 UTC 

[committed] libstdc++: Fix comment typos
 2022-06-30 15:15 UTC 

[committed] libstdc++: Improve exceptions thrown from fs::temp_directory_path
 2022-06-30 13:18 UTC 

[committed] libstdc++: Fix experimental::filesystem::status on Windows [PR88881]
 2022-06-30 13:18 UTC 

string::find(string_view) is missing from <debug/string>
 2022-06-30  4:36 UTC  (3+ messages)

[committed] libstdc++: Improve directory iterator abstractions for openat
 2022-06-28 14:55 UTC  (2+ messages)

[PATCH] libstdc++-v3: check for openat
 2022-06-28 13:12 UTC  (18+ messages)

[committed] libstdc++: Do not optimize away storing pathname if it's needed
 2022-06-28 11:08 UTC 

[committed] libstdc++: testsuite: Guard use of C99 std::log2
 2022-06-28  8:31 UTC 

[PATCH] Enhance _Hashtable for range insertion 0/5
 2022-06-27 16:18 UTC  (4+ messages)

[PATCH] libstdc++: testsuite: test symlnks ifdef _GLIBCXX_HAVE_SYMLINK
 2022-06-27 13:36 UTC  (7+ messages)

[PATCH] libstdc++: testsuite: use -lbsd for net_ts on RTEMS
 2022-06-27 13:29 UTC  (7+ messages)

[PATCH] libstdc++: testsuite: require cmath for exp simd
 2022-06-27 11:02 UTC  (3+ messages)

[PATCH] libstdc++: testsuite: use cmath long double overloads
 2022-06-27 11:01 UTC  (3+ messages)

[committed] libstdc++: testsuite: Add missing <string> header
 2022-06-27 10:17 UTC 

[committed] libstdc++: testsuite: avoid predicable mkstemp
 2022-06-27 10:17 UTC 

[committed] libstdc++: Make std::move_only_function never valueless in std::variant
 2022-06-27 10:17 UTC 

[committed] libstdc++: Simplify std::variant construction using variable templates
 2022-06-27 10:17 UTC 

[committed] libstdc++: Simplify fs::path construction using variable template
 2022-06-27 10:17 UTC 

[committed] libstdc++: Invert relationship between std::is_clock and std::is_clock_v
 2022-06-27 10:16 UTC 

[PATCH] libstdc++-v3: testsuite: complex proj requirements
 2022-06-27 10:12 UTC  (3+ messages)

[PATCH 3/8] libstdc++: use grep -E instead of egrep in scripts
 2022-06-24 12:38 UTC  (8+ messages)

string::iterator should have more error checking
 2022-06-24 11:14 UTC  (9+ messages)

[PATCH] libstdc++: testsuite: work around bitset namespace pollution
 2022-06-24  9:56 UTC  (2+ messages)

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