public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Add C++2a synchronization support
 2020-09-29  9:44 UTC  (7+ messages)
` [PATCH] libstdc++: "

[PATCH] c++: Diagnose visitors with different return types for std::visit [PR95904]
 2020-09-28 22:12 UTC 

libstdc++ PR 57272 Fancy pointer support in Hashtable
 2020-09-28 20:37 UTC  (3+ messages)

[PATCH v4] <sys/param.h>: Add nitems()
 2020-09-28 19:12 UTC 

[PATCH 1/4] libstdc++: Reduce the size of an unbounded iota_view
 2020-09-28 15:38 UTC  (10+ messages)
` [PATCH 2/4] libstdc++: Reduce the size of a subrange with empty sentinel type
` [PATCH 3/4] libstdc++: Add test that tracks range adaptors' sizes
` [PATCH 4/4] libstdc++: Rearrange some range adaptors' data members

[committed] libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]
 2020-09-27 19:15 UTC  (2+ messages)

Expose 'array_length()' macro in <sys/cdefs.h> or <sys/param.h>
 2020-09-25 19:37 UTC  (26+ messages)
        ` [libc-coord] "
        ` Expose 'array_length()' macro in <sys/param.h>
                ` [RFC] <sys/param.h>: Add nitems() and snitems() macros
                  ` [PATCH v2] "
                              ` [PATCH v3] <sys/param.h>: Add nitems()
            ` [libc-coord] Re: Expose 'array_length()' macro in <sys/param.h>

[PATCH] make handling of zero-length arrays in C++ pretty printer more robust (PR 97201)
 2020-09-25 18:58 UTC 

[committed] libstdc++: Remove redundant -std=gnu++1z flags from makefile
 2020-09-25 11:50 UTC 

[PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type
 2020-09-24 17:53 UTC  (15+ messages)

[committed] libstdc++: Fix misnamed configure option in manual
 2020-09-24 16:35 UTC 

[PATCH] libstdc++: Specialize ranges::__detail::__box for semiregular types
 2020-09-24 14:59 UTC  (2+ messages)

[PATCH] libstdc++: Fix Unicode codecvt and add tests [PR86419]
 2020-09-24 14:01 UTC 

[committed] libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]
 2020-09-22 19:04 UTC 

[PATCH] Fix overflow handling in std::align
 2020-09-22 17:09 UTC  (9+ messages)

[committed] libstdc++: Introduce new headers for C++20 ranges components
 2020-09-22 14:46 UTC 

[PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator
 2020-09-22 10:04 UTC  (2+ messages)

[PATH 3/3] libstdc++: Add std::advance ostreambuf_iterator overload
 2020-09-22 10:03 UTC  (5+ messages)

[PATCH] libstdc++: use a link test to test for -Wl,-z,relro
 2020-09-22  9:58 UTC  (4+ messages)

[committed] libstdc++: Use correct argument type for __use_alloc [PR 96803]
 2020-09-22  7:43 UTC  (2+ messages)

[committed] libstdc++: Use __builtin_expect in __glibcxx_assert
 2020-09-21 22:44 UTC 

[committed] libstdc++: Fix constraints for drop_view::begin() const [LWG 3482]
 2020-09-21 22:43 UTC 

[PATCH] libstdc++: Remove overzealous static_asserts from std::span
 2020-09-21 21:17 UTC  (3+ messages)

[PATCH] libstdc++: Rebase include/pstl to current upstream
 2020-09-21 17:39 UTC  (5+ messages)

[PATCH] libstdc++: Mark some more algorithms constexpr for C++20
 2020-09-21 15:01 UTC  (5+ messages)
` [PATCH] libstdc++: Fix division by zero in std::sample

[committed] libstdc++: Relax constraints on transform_view and elements_view iterators
 2020-09-21 13:31 UTC 

[committed] libstdc++: Make std::assume_aligned a constexpr function [PR 97132]
 2020-09-21 13:30 UTC 

[committed] libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
 2020-09-20 23:20 UTC 

[PATCH v5 0/8] std::future::wait_* and std::condition_variable improvements
 2020-09-19 10:50 UTC  (11+ messages)
` [PATCH v5 5/8] libstdc++ futex: Loop when waiting against arbitrary clock
` [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486]
        ` libstdc++: Fix chrono::__detail::ceil to work with C++11 (was Re: [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486])

[PATCH] libstdc++: use lt_host_flags for libstdc++.la
 2020-09-16 13:16 UTC 

[PATCH] Fix overflow handling in std::align
 2020-09-14  5:30 UTC 

[PATCH] Split std::align/assume_aligned to bits/align.h
 2020-09-12 23:38 UTC  (3+ messages)
  ` [PATCH] libstdc++: only pull in bits/align.h if C++11 or later

[PATCH] libstdc++: only pull in bits/align.h if C++11 or later
 2020-09-11 21:13 UTC 

[PATCH] libstdc++-v3/include/bits/regex_error.h: Avoid warning with -fno-exceptions
 2020-09-11 13:53 UTC  (8+ messages)
` [PATCH] libstdc++-v3/libsupc++/eh_call.cc: "
` [PATCH] libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warning

PRETTL files 1 part published
 2020-09-11 13:41 UTC 

2020.08 Bonuses - Confidential
 2020-09-11 12:57 UTC  (3+ messages)

[PATH 1/3] libstdc++: Simplify std::copy istreambuf_iterator overload
 2020-09-10 19:29 UTC  (3+ messages)

[committed 1/5] libstdc++: Fix -Wnarrowing warnings
 2020-09-10 18:20 UTC  (5+ messages)
` [committed 2/5] libstdc++: Fix -Wdeprecated-declarations warnings
` [committed 2/5] libstdc++: Fix macro redefinition warnings
` [committed 4/5] libstdc++: Fix -Wunused-local-typedefs warning
` [committed 5/5] libstdc++: Fix -Wsign-compare warnings

[PATCH] libstdc++: Install precompiled <bits/expc++.h> header
 2020-09-10 18:03 UTC 

[committed] libstdc++: Fix some -Wunused-parameter warnings
 2020-09-10 16:10 UTC 

[committed] libstdc++: Enforce LWG 3472 preconditions on std::counted_iterator
 2020-09-10 16:09 UTC 

[PATCH] libstdc++: add parentheses around assignments used as truth values
 2020-09-10 15:54 UTC  (2+ messages)

[PATCH] libstdc++: fix misleading indentation
 2020-09-10 15:53 UTC  (2+ messages)

[PATCH] libstdc++: mark variables as possibly unused
 2020-09-10 15:22 UTC  (5+ messages)

[PATH 2/3] libstdc++: Simplify std::advance istreambuf_iterator overload
 2020-09-10 15:12 UTC  (2+ messages)

[committed 1/2] libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]
 2020-09-10 14:44 UTC  (2+ messages)
` [committed 2/2] libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]

PRETTL group hacked, private data stolen
 2020-09-10  9:17 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:17 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:16 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:16 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:15 UTC  (2+ messages)

PRETTL group hacked, private data stolen
 2020-09-10  9:15 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:14 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:14 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:14 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:14 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:13 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:13 UTC  (2+ messages)

PRETTL group hacked, private data stolen
 2020-09-10  9:12 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:12 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:12 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:12 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:12 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:11 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:11 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:11 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:10 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:09 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:09 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:09 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:08 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:08 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:07 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:06 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:06 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:06 UTC 

PRETTL group hacked, private data stolen
 2020-09-10  9:05 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:35 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:34 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:34 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:34 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:33 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:33 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:33 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:32 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:32 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:31 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:31 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:30 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:30 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:29 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:29 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:29 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:28 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:27 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:27 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:25 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:25 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:25 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:25 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:24 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:24 UTC 

PRETTL group hacked, private data stolen
 2020-09-09 17:21 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).