public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: implement locale support for AIX
 2021-07-21 12:00 UTC  (21+ messages)

6.55 Built-in Functions for Memory Model Aware Atomic Operations
 2021-07-21  9:49 UTC  (3+ messages)

[PATCH] libstdc++: Use __builtin_operator_new when available [PR94295]
 2021-07-20 19:43 UTC 

[committed] libstdc++: Add more tests for filesystem::create_directory [PR101510]
 2021-07-20 19:36 UTC  (2+ messages)
` [committed] libstdc++: Fix create_directories to resolve symlinks [PR101510]

[PATCH] c++: implement C++17 hardware interference size
 2021-07-20 18:05 UTC  (21+ messages)

[committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
 2021-07-20 15:26 UTC  (2+ messages)
` [committed] libstdc++: fix is_default_constructible for hash containers "

libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target
 2021-07-20 14:12 UTC 

[committed] libstdc++: Fix std::get<T> for std::tuple [PR101427]
 2021-07-16 22:08 UTC  (3+ messages)
` [committed] libstdc++: Improve diagnostics for std::get with invalid tuple index

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-07-16 15:55 UTC  (3+ messages)

[committed] libstdc++: Suppress pedantic warnings about __int128
 2021-07-16 14:39 UTC  (8+ messages)
          ` [PATCH] libstdc++: Use __extension__ instead of diagnostic pragmas (was: Suppress pedantic warnings about __int128)

[committed] libstdc++: Add noexcept to __replacement_assert [PR101429]
 2021-07-16 14:38 UTC  (4+ messages)

[committed] libstdc++: Simplify numeric_limits<__max_size_type>
 2021-07-16 14:37 UTC 

[committed] libstdc++: Modernize <bits/random.h> helpers
 2021-07-16 14:36 UTC 

[committed] libstdc++: Adjust doxygen markup for unique_ptr grouping
 2021-07-16  7:41 UTC 

[committed] libstdc++: Adjust doxygen markup for variable templates group [PR101307]
 2021-07-16  7:41 UTC 

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-15 20:01 UTC  (2+ messages)

[PATCH] libstdc++: invalid default init in _CachedPosition [PR101231]
 2021-07-15 19:58 UTC  (2+ messages)

ostream::operator<<() and sputn()
 2021-07-15 17:11 UTC  (5+ messages)

[committed] libstdc++: Add noexcept-specifier to basic_string_view(It, End)
 2021-07-14 11:24 UTC 

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-13 19:05 UTC 

[committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361]
 2021-07-13 14:22 UTC 

[committed] libstdc++: Remove duplicate #include in <string_view>
 2021-07-13 11:11 UTC 

[committed] libstdc++: Constrain std::as_writable_bytes [PR101411]
 2021-07-12 17:36 UTC 

[PATCH] libstdc++: Only use __gthread_yield if gthreads is available
 2021-07-09 14:20 UTC  (5+ messages)

[committed] libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]
 2021-07-02 11:16 UTC  (2+ messages)
` [committed] libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]

[committed] libstdc++: Improvements to Doxygen markup
 2021-07-01 18:25 UTC 

[committed] libstdc++: Improve Doxygen documentation groups [PR 101258]
 2021-07-01  0:09 UTC 

[committed] libstdc++: Make <experimental/simd> depend on C++17
 2021-07-01  0:09 UTC 

[committed] libstdc++: Suppress redundant definitions of static members in <random>
 2021-07-01  0:08 UTC 

Looking for status of SIMD implementation
 2021-06-30  7:22 UTC  (6+ messages)

[committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]
 2021-06-28 15:43 UTC  (5+ messages)

[committed] libstdc++: Remove redundant explicit instantiations
 2021-06-28 15:25 UTC 

[committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
 2021-06-28 14:19 UTC  (5+ messages)

[committed] libstdc++: Implement LWG 415 for std::ws
 2021-06-28 13:23 UTC 

[committed] libstdc++: Avoid intercepting exception in ostream::write
 2021-06-25 19:54 UTC 

[committed] libstdc++: Implement LWG 581 for std:ostream::flush()
 2021-06-25 19:54 UTC 

[committed] libstdc++: Fix exception handling in std::ostream seek functions
 2021-06-25 19:54 UTC 

[committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)
 2021-06-25 19:52 UTC 

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-06-25 11:23 UTC  (13+ messages)
` [PATCH 04/11] libstdc++: Make use of __builtin_bit_cast
  ` [PATCH 04/11 v2] "
    ` [PATCH 04/11 v3] "

[PATCH] C++ P0482R6 char8_t: declare std::c8rtomb and std::mbrtoc8 if provided by the C library
 2021-06-25  2:56 UTC  (5+ messages)

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-24 13:12 UTC  (3+ messages)

[PATCH] libstdc++: More efficient std::chrono::year::leap
 2021-06-24 11:42 UTC  (8+ messages)

Add three way lower_bound
 2021-06-23 20:34 UTC 

[PATCH] [libstdc++] Cleanup atomic timed wait implementation
 2021-06-23 16:01 UTC  (2+ messages)

[committed] libstdc++: Improve std::lock algorithm
 2021-06-23 11:16 UTC  (13+ messages)
  ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH] c++: CTAD and deduction guide selection [PR86439]
 2021-06-23  6:32 UTC  (5+ messages)

[committed] libstdc++: Remove garbage collection support for C++23 [P2186R2]
 2021-06-22 20:30 UTC 

[committed] libstdc++: Implement LWG 3422 for std::seed_seq
 2021-06-22 20:29 UTC 

[RFC] Add gnu::diagnose_as attribute
 2021-06-22 20:12 UTC  (11+ messages)
` [PATCH] "

[PATCH] libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]
 2021-06-22 18:09 UTC  (4+ messages)

[PATCH] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h
 2021-06-21 13:39 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3553 change to split_view
 2021-06-18 21:58 UTC  (2+ messages)

[PATCH 1/5] libstdc++: Implement P2325 changes to default-constructibilty of views
 2021-06-18 21:58 UTC  (11+ messages)
` [PATCH 2/5] libstdc++: Move ranges algos used by <ranges> into ranges_util.h
` [PATCH 3/5] libstdc++: Rename views::split to views::lazy_split as per P2210
` [PATCH 4/5] libstdc++: Implement resolution of LWG 3478 "
` [PATCH 5/5] libstdc++: Implement new views::split "

[PATCH] libstdc++: Implement LWG 3555 changes to transform/elements_view
 2021-06-18 21:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3546 changes to common_iterator
 2021-06-18 21:54 UTC  (2+ messages)

[PATCH] libstdc++: Reduce ranges::minmax/minmax_element comparison complexity
 2021-06-18 21:19 UTC  (6+ messages)

[PATCH] libstdc++: Implement LWG 3557 change to convertible_to
 2021-06-18 15:19 UTC  (2+ messages)

[committed] libstdc++: Replace incorrect static assertion in std::reduce [PR95833]
 2021-06-18 14:06 UTC 

[committed] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488]
 2021-06-18 10:25 UTC  (2+ messages)
` [committed 2/2] "

[committed] libstdc++: Suppress -Wstringop-overread warning in test
 2021-06-18 10:16 UTC 

[PATCH] libstdc++: Refine range adaptors' "simple extra args" mechanism [PR100940]
 2021-06-17 10:25 UTC  (5+ messages)
` [PATCH 2/1] libstdc++: Non-triv-copyable extra args aren't simple [PR100940]

[PATCH 2/2] libstdc++: Use template form for pretty-printing tuple elements
 2021-06-16 13:53 UTC  (2+ messages)

[committed] libstdc++: Add noexcept specifiers to some range adaptors
 2021-06-16 13:40 UTC  (2+ messages)

[committed] libstdc++: Use function object for __decay_copy helper
 2021-06-16 13:38 UTC  (2+ messages)

[committed] libstdc++: Make ranges CPOs final and not addressable
 2021-06-16 13:37 UTC  (4+ messages)

[committed] libstdc++: Remove precondition checks from ranges::subrange
 2021-06-15 18:27 UTC 

Links broken for C++ in web page "GCC online documentation: Latest releases"
 2021-06-15 15:09 UTC 

[committed] libstdc++: Fix noexcept-specifier for ranges::empty
 2021-06-14 22:14 UTC 

[committed] libstdc++: Fix common_reference for non-reference results [PR100894]
 2021-06-14 20:18 UTC 

[PATCH 1/2] libstdc++: Count pretty-printed tuple elements from 0 not 1
 2021-06-14 18:11 UTC 

[committed] libstdc++: Fix filesystem::path comparisons for C++23
 2021-06-14 14:19 UTC  (3+ 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).