public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[patch] rename local _C2 identifiers in stl map header files
 2020-01-10 12:25 UTC  (6+ messages)

[PATCH] libstdc++: Fix <ext/pointer.h> incompatibilities with C++20
 2020-01-10  8:02 UTC 

[ PATCH ] [ C++ ] Implementing P0767 - deprecate POD
 2020-01-09 21:31 UTC  (5+ messages)

[C++ coroutines 0/6] Implement C++ coroutines
 2020-01-09 21:21 UTC  (30+ messages)
` [C++ coroutines 1/6] Common code and base definitions
  ` [C++ coroutines 2/6] Define builtins and internal functions
    ` [C++ coroutines 3/6] Front end parsing and transforms
      ` [C++ coroutines 4/6] Middle end expanders "
        ` [C++ coroutines 5/6] Standard library header
          ` [C++ coroutines 6/6] Testsuite
              ` [C++ coroutines 6/7, v2] Testsuite
            ` [C++ coroutines 5/7, v2] Standard library header
                ` [C++ coroutines 5/7, v3] "
          ` [C++ coroutines 4/7, v2] Middle end expanders and transforms
        ` [C++ coroutines 3/7, v2] Front end parsing "
      ` [C++ coroutines 2/7, v2] Define builtins and internal functions
    ` [C++ coroutines 1/7] Common code and base definitions

[PATCH] libstdc++: Fix undefined behaviour in random dist serialization (PR93205)
 2020-01-09 19:09 UTC 

[PATCH] libstdc++: Define memory resource key functions non-inline (PR93208)
 2020-01-09 13:26 UTC 

[PATCH] libstdc++: Fix error handling in filesystem::remove_all (PR93201)
 2020-01-08 17:00 UTC  (2+ messages)

[PATCH] PR libstdc++/92124 on hashtable
 2020-01-08 13:28 UTC  (5+ messages)

[PATCH] Rename condition_variable_any::wait_on_* methods
 2020-01-08  3:11 UTC  (3+ messages)

[PATCH] libstdc++/92124 for associative containers
 2020-01-07 21:05 UTC  (5+ messages)

[PATCH] libstdcxx: Update ctype_base.h from NetBSD upstream
 2020-01-07 20:44 UTC  (14+ messages)

[PATCH] std::experimental::simd
 2020-01-07 13:19 UTC  (4+ messages)

[patch] Let libstdc++ know that VxWorks has_nanosleep
 2020-01-07 10:12 UTC  (5+ messages)

[PATCH] libstdc++: Define std::lexicographical_compare_three_way for C++20
 2020-01-06 12:06 UTC  (5+ messages)

[PATCH] libstdc++: Remove redundant inequality operators in <stop_token>
 2020-01-06 12:06 UTC 

Define HAVE_ for math long double functions declared in vxworks headers
 2020-01-03 15:27 UTC  (2+ messages)

[ PATCH ] [ C++ ] [ libstdc++ ] P0674r1 - Extend support for arrays in make/allocate_shared
 2020-01-03 15:05 UTC  (2+ messages)

[ PATCH ] [ C++ ] [ libstdc++ ] P1208r6 Merge source_location
 2020-01-02 22:21 UTC  (7+ messages)

[committed] Update libstdc++ baseline symbols for hppa-linux
 2020-01-01 19:23 UTC 

[PATCH] PR libstdc++/91620 Implement DR 526 for std::[forward_]list::remove_if/unique
 2019-12-27 10:57 UTC 

[PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests
 2019-12-20 17:11 UTC  (9+ messages)

[patch] Test setrlimit with c++ in libstdc++/configure
 2019-12-20 15:02 UTC 

[PATCH] Fix versioned namespace test failures
 2019-12-20 13:25 UTC 

[PATCH] Fix pretty printers tests
 2019-12-20 10:35 UTC  (2+ messages)

[PATCH] Fix libstdc++ testsuite to handle VxWorks gthreads implementation
 2019-12-20 10:33 UTC  (2+ messages)

[PATCH][Hashtable 5/6] Remove H1/H2 template parameters
 2019-12-19 19:22 UTC  (5+ messages)

[PATCH][Hashtable 0/6] Code review
 2019-12-19 19:17 UTC  (3+ messages)

[patch] libstdc++/configure: strengthen the check for availability of pthread_rwlock_t
 2019-12-19 11:14 UTC  (2+ messages)

[PBDS] Rejuvenation
 2019-12-16 21:09 UTC  (12+ messages)

std::vector<bool> code cleanup fixes optimizations
 2019-12-16  7:18 UTC  (3+ messages)

[patch] Adapt libstdc++ os_defines for VxWorks to more recent versions
 2019-12-13 17:31 UTC 

[PATCH] libstdc++: Simplify std::common_comparison_category
 2019-12-12 14:35 UTC 

[PATCH] Fix gnu-versioned-namespace build
 2019-12-11 21:33 UTC  (10+ messages)
    ` [PATCH] Fix gnu-versioned-namespace tr1 declaration

[PATCH] Restore enable_if lost during original import of pstl
 2019-12-11  5:20 UTC  (3+ messages)

[PATCH] libstdc++: Correct noexcept-specifiers on span constructors
 2019-12-10 23:49 UTC 

[PATCH] Freestanding proposal P0829
 2019-12-10 18:10 UTC  (3+ messages)

[PATCH, libstdc++] Two parts of C++20 p1032
 2019-12-10 17:41 UTC 

[PATCH] libstdc++: Fix description of std::ios::trunc (PR 92886)
 2019-12-10 17:01 UTC 

[PATCH] libstdc++: Define __cpp_lib_constexpr_complex macro
 2019-12-10 16:17 UTC 

[PATCH] libstdc++: Reduce header dependencies in <span>
 2019-12-10 16:16 UTC 

[PATCH] libstdc++: Fix bug in std::indirect_result_t
 2019-12-10 16:16 UTC 

copy/copy_backward/fill/fill_n/equal rework
 2019-12-10 15:19 UTC  (4+ messages)

[PATCH] libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
 2019-12-09 17:35 UTC 

[PATCH] Extend std::copy_n optimization
 2019-12-09 10:31 UTC 

[PATCH] Extend std::lexicographical_compare optimizations
 2019-12-09 10:05 UTC 

[PATCH] libstdc++: fix buffer overflow in path::operator+= (PR92853)
 2019-12-09 10:00 UTC  (2+ messages)

[PATCH] Enhance _GLIBCXX_DEBUG constexpr support
 2019-12-09  8:53 UTC  (2+ messages)

[PATCH] Fix _GLIBCXX_DEBUG tests static_assert lines
 2019-12-09  8:44 UTC 

[PATCH] [RFC] span-v2: using concepts, constraints and ranges:: instead of enable_if
 2019-12-05 13:50 UTC  (5+ messages)

[PATCH] libstdc++: Define pretty printer for comparison categories
 2019-12-05  0:42 UTC 

[PATCH] libstdc++: Implement spaceship for std::array (P1614R2)
 2019-12-05  0:41 UTC 

[wwwdocs] Document some more C++20 support in libstdc++
 2019-12-04 23:31 UTC  (2+ messages)

[PATCH] libstdc++: Implement spaceship for std::pair (P1614R2)
 2019-12-03 23:57 UTC 

[PATCH] libstdc++: Fix Doxygen markup error
 2019-12-03 23:56 UTC 

[PATCH v2 00/11] timed_mutex, shared_timed_mutex: Add full steady clock support
 2019-12-03  9:53 UTC  (3+ messages)

[PATCH] libstdc++:: improve how pretty printers find node types (PR 91997)
 2019-12-03  9:52 UTC  (3+ messages)

Throwing bad_exception when calling current_exception()
 2019-12-02 14:39 UTC  (2+ messages)

Should libstdc++ (and libgcc_s) be NODELETE?
 2019-12-02 14:20 UTC 

[PATCH] Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*
 2019-11-30  1:04 UTC 

[PATCH 0/4]: C++ P1423R3 char8_t remediation implementation
 2019-11-30  1:03 UTC  (5+ messages)

[PATCH][_GLIBCXX_DEBUG] Improve valid_range check
 2019-11-27 11:19 UTC  (10+ messages)

[PATCH] Fix libstdc++ compiling for an aarch64 multilib with big-endian
 2019-11-26 22:41 UTC  (2+ messages)

[PATCH, libstdc++] More
 2019-11-26  6:30 UTC  (3+ messages)

[PATCH] C++20 P1032 for __debug::array
 2019-11-25 22:18 UTC  (2+ messages)

[PATCH] Add safe iterator iterator_concept
 2019-11-25 21:36 UTC  (2+ messages)

[PATCH] libstdc++: Add move_sentinel, common_iterator and counted_iterator
 2019-11-25 19:02 UTC 

[PATCH] PR libstdc++/91786 fix compilation error with Clang
 2019-11-25 19:01 UTC 

Implement the <tuple> part of C++20 p1032 Misc constexpr bits
 2019-11-20 11:02 UTC  (6+ messages)

[PATCH] libstdc++: Define C++20 range utilities and range factories
 2019-11-19  9:35 UTC  (4+ messages)

[PATCH] Add support for C++2a stop_token
 2019-11-18 12:28 UTC  (8+ messages)

[PATCH] libstdc++: Fix some -Wsystem-headers warnings
 2019-11-18 12:28 UTC 

[PATCH][Hashtable 6/6] PR 68303 small size optimization
 2019-11-17 21:31 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).