public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Fix macro checked by test
 2022-04-20 12:55 UTC 

[PATCH] libstdc++: Add pretty printer for std::span
 2022-04-19 11:36 UTC  (7+ messages)

[committed] libstdc++: Fix syntax error in libbacktrace configuration
 2022-04-19 11:00 UTC 

[PATCH] libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to_chars.cc
 2022-04-19 10:42 UTC  (2+ messages)

[PATCH] libstdc++: Update incorrect statement about mainline in docs
 2022-04-19 10:40 UTC  (7+ messages)

[PATCH] libstdc++: Micro-optimize __from_chars_pow2_base
 2022-04-18 19:17 UTC  (2+ messages)

Your personal data has been stolen and will be published
 2022-04-18 15:49 UTC 

[PATCH] libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]
 2022-04-15 18:42 UTC  (3+ messages)

[PATCH] libstdc++: Optimize std::has_single_bit
 2022-04-14 19:33 UTC  (3+ messages)

[PATCH v1] libstdc++: Default to mutex-based atomics on RISC-V
 2022-04-14 16:39 UTC  (5+ messages)

[committed] libstdc++: Fix incorrect IS number in doc comment
 2022-04-14 16:37 UTC 

[PATCH] libstdc++: Optimize integer std::from_chars
 2022-04-14 15:12 UTC  (4+ messages)

[committed] libstdc++: Add new headers to <bits/stdc++.h> PCH
 2022-04-14 10:48 UTC 

[committed] libstdc++: Fix missing and incorrect feature test macros [PR105269]
 2022-04-14 10:48 UTC 

[PATCH] libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]
 2022-04-13 14:23 UTC 

[committed 1/5] libstdc++: Reduce memory usage in std::stacktrace::current
 2022-04-12 21:41 UTC  (5+ messages)
` [committed 2/5] libstdc++: Use nothrow new in std::stacktrace
` [committed 3/5] libstdc++: Use allocator to construct std::stacktrace_entry objects
` [committed 4/5] libstdc++: shrink-to-fit in std::basic_stacktrace::current(skip, max)
` [committed 5/5] libstdc++: Prefer to use mmap instead of malloc in libbacktrace

[committed] libstdc++: Improve behaviour of std::stacktrace::current
 2022-04-11 21:27 UTC  (2+ messages)

[committed] libstdc++: Fix std::basic_stacktrace special members [PR105031]
 2022-04-11 17:01 UTC 

[committed] libstdc++: Move stacktrace tests to 19_diagnostics directory
 2022-04-11 14:54 UTC 

[committed] libstdc++: Move Filesystem TS path definitions out of class body
 2022-04-11 14:54 UTC 

libstdc++.so.0.29 contains undefined reference to libiconv
 2022-04-11 12:20 UTC  (8+ messages)

[committed 1/3] libstdc++: Fix std::bad_expected_access constructor [PR105146]
 2022-04-08 17:38 UTC  (3+ messages)
` [committed 2/3] libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154]
` [committed 3/3] libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153]

[PATCH] libstdc++-v3 expected: Don't test ABI-variant properties in requirements.cc
 2022-04-06 15:57 UTC  (4+ messages)

[PATCH] libstdc++: Tweak source_location for clang trunk [PR105128]
 2022-04-02 10:46 UTC  (2+ messages)

[PATCH] libstdc++: Implement std::unreachable() for C++23 (P0627R6)
 2022-04-01 13:01 UTC  (10+ messages)

[committed] libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS
 2022-04-01 12:17 UTC 

[committed] libstdc++: Fix filenames in Doxygen @file comments
 2022-04-01 10:35 UTC 

[committed] libstdc++: Add comment about memalign requirements
 2022-03-31 15:22 UTC 

[committed] testsuite: Disable tests for C++23 that depend on std::unexpected
 2022-03-29 19:34 UTC 

[committed] libstdc++: Workaround for missing 'using enum' in Clang 12
 2022-03-29  9:11 UTC 

[committed] libstdc++: Fix incorrect preprocessor conditions in <version>
 2022-03-29  9:11 UTC 

[committed] libstdc++: Fix typos in comments in tests
 2022-03-28 11:21 UTC 

Request for comment from LEWG
 2022-03-28  1:11 UTC 

[committed] libstdc++: Define std::expected for C++23 (P0323R12)
 2022-03-27 17:58 UTC 

[committed] libstdc++: Add more doxygen comments in <bit>
 2022-03-25 20:22 UTC 

[committed] libstdc++: Add missing constraints to std::bit_cast [PR105027]
 2022-03-23 12:19 UTC 

[committed] libstdc++: Fix feature test macros in <version> for freestanding
 2022-03-23 10:12 UTC 

[committed] libstdc++: Disable atomic wait for freestanding [PR105021]
 2022-03-23 10:12 UTC 

[PATCH] libstdc++-v3 testsuite: Call fesetround(FE_DOWNWARD) only if defined
 2022-03-22 16:34 UTC  (2+ messages)

[PATCH] libstdc++: Work around clang misdesign in time_get<>::get [PR104990]
 2022-03-21 10:00 UTC  (2+ messages)

[committed] libstdc++: Simplify constraints for std::any construction [PR104242]
 2022-03-18 15:48 UTC  (2+ messages)

[committed] libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]
 2022-03-18 12:51 UTC  (5+ messages)

[PATCH] libstdc++: Reduce header dependencies from PSTL headers [PR92546]
 2022-03-18 10:46 UTC  (4+ messages)

[committed] libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]
 2022-03-17 17:52 UTC 

[committed] libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]
 2022-03-17 17:52 UTC 

[committed] libstdc++: Fix comment in testsuite utility
 2022-03-17 12:24 UTC 

[PATCH] libstdc++: Ensure that std::from_chars is declared when supported
 2022-03-16 16:54 UTC  (6+ messages)

[PATCH] libstdc++: implement locale support for AIX
 2022-03-16  9:57 UTC  (24+ messages)

[committed] libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875]
 2022-03-14 13:10 UTC 

[committed] libstdc++: Move closing brace outside #endif [PR104866]
 2022-03-14  9:57 UTC  (8+ messages)

[committed] libstdc++: Do not use fast_float for 16-bit size_t [PR104870]
 2022-03-10 23:45 UTC 

[committed] libstdc++: Support VAX floats in std::strong_order
 2022-03-10 17:46 UTC  (4+ messages)

GCC GSoC 2022: Call for project ideas and mentors
 2022-03-10 16:22 UTC  (5+ messages)

[committed] libstdc++: Avoid implicit narrowing from uint128_t [PR104859]
 2022-03-09 23:50 UTC 

[committed] contrib: Fix gcc-descr script [PR102664]
 2022-03-08 16:48 UTC 

[committed] libstdc++: Remove incorrect copyright notice from header
 2022-03-08 12:54 UTC 

[committed] libstdc++: Ensure __glibcxx_assert_fail has default visibility
 2022-03-07 15:14 UTC  (2+ messages)

std::get_time changed
 2022-03-07 11:51 UTC  (2+ messages)

[committed] libstdc++: Implement std::strong_order for floating-point types [PR96526]
 2022-03-04 11:30 UTC  (2+ messages)
` [committed] libstdc++: Fix -Wunused-local-typedefs warning in <compare>

[committed] libstdc++: Use non-debug vector in constexpr test [PR104748]
 2022-03-03 22:38 UTC 

[committed] libstdc++: Fix test failure on AIX
 2022-03-03 22:38 UTC 

[committed] libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]
 2022-03-01 15:26 UTC 

[committed] libstdc++: Fix cast in source_location::current() [PR104602]
 2022-02-24 23:46 UTC 

[PATCH][_Hashtable] Fix insertion of range of type convertible to value_type PR 56112
 2022-02-21 21:33 UTC  (4+ messages)

[PATCH] libstdc++: Implement P2415R2 "What is a view?"
 2022-02-21 20:55 UTC  (2+ messages)

[committed] libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]
 2022-02-17 23:45 UTC 

[committed] libstdc++: Make std::error_code printer more robust
 2022-02-17 22:32 UTC 

[committed] libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542]
 2022-02-15 14:28 UTC 

[committed] libstdc++: Fix stream extraction of IEEE128 long double [PR100912]
 2022-02-14 17:27 UTC 

[committed] libstdc++: Use __cpp_concepts instead of custom macro [PR103891]
 2022-02-14 13:06 UTC 

[committed] libstdc++: Fix typo in pragma
 2022-02-14 12:46 UTC 

[committed] libstdc++: Fix std::to_chars for IEEE128 long double
 2022-02-14 12:45 UTC 

[committed] libstdc++: Fix test failures at -O0
 2022-02-13 22:15 UTC  (3+ messages)

[committed] libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14
 2022-02-11 22:15 UTC 

[PATCH] libstdc++: Make atomic notify_one and notify_all non-const
 2022-02-11 20:22 UTC  (2+ messages)

[PATCH] libstdc++: Back out some changes in P2325R3 backport [PR103904]
 2022-02-11 19:47 UTC  (3+ messages)

[PATCH 1/3, 11 backport] libstdc++: Implement P2325 changes to default-constructibility of views
 2022-02-11 13:36 UTC  (8+ messages)
` [PATCH 2/3, 11 backport] libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h
` [PATCH 3/3, 11 backport] libstdc++: invalid default init in _CachedPosition [PR101231]

[PATCH] libstdc++: Strengthen memory order for atomic<T>::wait/notify
 2022-02-10 18:22 UTC  (3+ messages)

[committed] libstdc++: Add atomic_fetch_xor to <stdatomic.h>
 2022-02-10 13:05 UTC 

[PATCH] libstdc++: Decouple HAVE_FCNTL_H from HAVE_DIRENT_H check
 2022-02-10 13:03 UTC  (6+ messages)
        ` [committed] "

[PATCH] libstdc++: Fix deadlock in atomic wait [PR104442]
 2022-02-09 20:33 UTC  (6+ messages)

[committed] libstdc++: Simplify resource management in directory iterators
 2022-02-08 21:04 UTC 

[committed] libstdc++: Add comment to acinclude.m4
 2022-02-08 14:25 UTC 

[committed] libstdc++: Adjust Filesystem TS test for Windows
 2022-02-08 14:01 UTC 

[committed] libstdc++: Fix filesystem::remove_all races [PR104161]
 2022-02-08 14:01 UTC  (3+ messages)
  ` [committed] libstdc++: Fix filesystem::remove_all for Windows [PR104161]

[committed] libstdc++: Fix std::filesystem build failure for Windows
 2022-02-05  0:10 UTC 

[committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23
 2022-02-04 23:57 UTC 

[committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations
 2022-02-04 23:57 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).