public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Document removal of implicit allocator rebinding extensions
 2023-06-01 15:07 UTC 

[PATCH] Move std::search into algobase.h
 2023-06-01 13:50 UTC  (5+ messages)

[committed] libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]
 2023-06-01 11:05 UTC  (5+ messages)
` [committed] libstdc++: Fix configure test for 32-bit targets
` [committed] libstdc++: Fix build for targets without _Float128 [PR109921]

[PATCH] libstdc++: optimize EH phase 2
 2023-06-01  9:09 UTC  (2+ messages)

[committed] libstdc++: Fix condition for supported SIMD types on ARMv8
 2023-06-01  8:49 UTC 

Build-break in libstdc++-v3 at r14-1442-ge1240bda3e0bb1 for non-float128 targets
 2023-06-01  4:21 UTC  (4+ messages)

[committed] libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR109818]
 2023-05-31 20:20 UTC 

[committed] libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
 2023-05-31 20:20 UTC 

[committed] libstdc++: Express std::vector's size() <= capacity() invariant in code
 2023-05-31 20:20 UTC 

libstdc Question about error 7
 2023-05-31 16:05 UTC  (2+ messages)

[committed] libstdc++: Add std::numeric_limits<__float128> specialization [PR104772]
 2023-05-31 14:15 UTC  (3+ messages)

[committed] libstdc++: Do not include <exception> in <mutex>
 2023-05-31 12:23 UTC 

[committed] libstdc++: Replace obsolete shell syntax in configure.ac
 2023-05-31 12:22 UTC 

[committed] libstdc++: Add missing noexcept to std::scoped_allocator_adaptor
 2023-05-31 12:22 UTC 

[committed] libstdc++: Disable embedded tzdata for all 16-bit targets
 2023-05-31 12:22 UTC 

[committed] libstdc++: Deprecate std::setfill for std::basic_istream [PR109922]
 2023-05-31 12:22 UTC 

[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldbl
 2023-05-30  7:11 UTC  (2+ messages)

[PATCH] libstdc++: Correct NTTP and simd_mask ctor call
 2023-05-26 15:46 UTC  (2+ messages)

[PATCH] libstdc++: Simplify calculation of expected value in simd test
 2023-05-26 15:45 UTC  (2+ messages)

[PATCH] libstdc++: Fix test assumptions on long and long double
 2023-05-26 15:44 UTC  (2+ messages)

[committed] libstdc++: Resolve -Wsign-compare issue
 2023-05-26 11:01 UTC 

[PATCH RFC] c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
 2023-05-26  9:58 UTC  (2+ messages)

Why does the __cxa_rethrow always increment uncaughtExceptions?
 2023-05-26  8:09 UTC 

Why does the __cxa_rethrow always increment uncaughtExceptions?
 2023-05-26  7:56 UTC 

[committed] libstdc++: Add relational operators to __gnu_test::PointerBase
 2023-05-25 23:17 UTC 

[PATCH] libstdc++: use using instead of typedef for type_traits
 2023-05-25 18:38 UTC  (4+ messages)

[PATCH] libstdc++: Fix type of first argument to vec_cntm call
 2023-05-24 16:18 UTC  (2+ messages)

[PATCH] libstdc++: Add missing constexpr to simd_neon
 2023-05-24 11:02 UTC  (2+ messages)

[PATCH] libstdc++: Fix SFINAE for __is_intrinsic_type on ARM
 2023-05-24 11:02 UTC  (2+ messages)

[PATCH] [libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworks
 2023-05-24  8:35 UTC  (2+ messages)

[PATCH] Replace __gnu_cxx::__ops::__negate with std::not_fn
 2023-05-24  4:51 UTC  (3+ messages)

[PATCH] libstdc++: Add missing constexpr to simd
 2023-05-23  7:30 UTC  (6+ messages)
      ` [committed] "

[committed] libstdc++: Resolve -Wunused-variable warnings in stdx::simd and tests
 2023-05-22 15:32 UTC 

About iostream crashes with ld
 2023-05-21  7:55 UTC 

[pushed] libstdc++: Move lafstern.org reference to https
 2023-05-19  8:15 UTC 

[PATCH] libstdc++: use __bool_constant instead of integral_constant
 2023-05-17 21:14 UTC  (7+ messages)

[PATCH] libstdc++: Synchronize PSTL with upstream
 2023-05-17 19:31 UTC  (2+ messages)

[PATCH] libstdc++: Fix up some <cmath> templates [PR109883]
 2023-05-17 19:15 UTC  (2+ messages)

[committed] libstdc++: Uncomment checks for <limits> enumeration types
 2023-05-17 19:07 UTC 

[committed] libstdc++: Add system_header pragma to <bits/c++config.h>
 2023-05-17 19:06 UTC 

[committed] libstdc++: Implement LWG 3877 for std::expected monadic ops
 2023-05-17 19:05 UTC 

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-05-17 10:07 UTC  (11+ messages)
        ` [Ping][PATCH] "

[committed] libstdc++: Disable cacheline alignment for DJGPP [PR109741]
 2023-05-17  9:59 UTC  (3+ messages)

[PATCH] libstdc++: Disable embedded tzdata for all 16-bit targets
 2023-05-16 17:30 UTC 

[committed] libstdc++: Find make_error_code and make_error_condition via ADL only
 2023-05-16 11:23 UTC  (2+ messages)

[committed 1/3] libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>
 2023-05-16  9:11 UTC  (3+ messages)
` [committed 2/3] libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>
` [committed 3/3] libstdc++: Stop using TR1 macros in <cctype> and <cfenv>

[committed] libstdc++: Add assertion to debug_allocator test
 2023-05-16  9:07 UTC 

[committed] libstdc++: Require tzdb support for chrono::zoned_time printer test
 2023-05-16  9:07 UTC 

[committed] libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer
 2023-05-16  9:05 UTC 

[RFC] libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer
 2023-05-15 19:58 UTC  (11+ messages)
      ` [PATCH v2] "

__lower_bound improvement for arithmetical types
 2023-05-13 12:02 UTC  (5+ messages)

[committed] libstdc++: Fix -Wnonnull warnings during configure
 2023-05-12 16:49 UTC 

[committed] libstdc++: Remove redundant dependencies on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 16:48 UTC 

[committed] libstdc++: Reduce <atomic> dependency on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 16:48 UTC 

[committed] libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 16:48 UTC 

[committed] libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 13:44 UTC 

[committed] libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 13:44 UTC 

[committed] libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1
 2023-05-12 13:44 UTC 

[committed] libstdc++: Enforce value_type consistency in strings and streams
 2023-05-11 23:29 UTC  (2+ messages)

[PATCH] libstdc++/complex: Remove implicit type casts in complex
 2023-05-11 21:57 UTC  (2+ messages)

[committed] libstdc++: Use RAII types in strtod-based std::from_chars implementation
 2023-05-11 20:21 UTC 

[committed] libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]
 2023-05-11 20:20 UTC 

[libstdc++] use strtold for from_chars even without locale
 2023-05-11 16:51 UTC  (9+ messages)

[wwwdocs] Document libstdc++ freestanding changes in gcc-13
 2023-05-11 15:53 UTC 

[committed] libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758]
 2023-05-11 11:56 UTC 

[PATCH] _Hashtable implementation cleanup
 2023-05-10  8:37 UTC  (2+ messages)

[committed] libstdc++: Fix <chrono> pretty printers and add tests
 2023-05-09 19:53 UTC 

[RFC] libstdc++: chrono::current_zone() should always respect $TZ
 2023-05-09  9:20 UTC  (7+ messages)

[PATCH 0/2] Unify and deduplicate FTM code
 2023-05-08 23:08 UTC  (4+ messages)
` [PATCH 1/2] libstdc++: Implement more maintainable <version> header
` [PATCH 2/2] libstdc++: Replace all manual FTM definitions and use
` Ping: [PATCH 0/2] Unify and deduplicate FTM code

[committed] libstdc++: Document new library version in manual
 2023-05-04 11:50 UTC 

[PATCH] libstdc++: Fix up abi.exp FAILs on powerpc64le-linux
 2023-05-03 20:14 UTC  (4+ messages)

[PATCH] libstdc++: Fix up abi.exp FAILs on powerpc64-linux
 2023-05-03 19:50 UTC  (2+ messages)

[PATCH v1 0/1] Set _M_string_length before calling _M_dispose()
 2023-05-03 12:30 UTC  (9+ messages)
` [PATCH v1 1/1] libstdc++: "
  ` [PATCH v2 0/1] "
    ` [PATCH v2 1/1] libstdc++: Set _M_string_length before calling _M_dispose() [PR109703]

[PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual
 2023-05-03  9:30 UTC  (2+ messages)

[PATCH] libstdc++: Regenerate baseline_symbols.txt files for Linux
 2023-05-02 17:32 UTC  (4+ messages)

[PATCH] libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13.2+ libstdc++.so.6 [PR108969]
 2023-05-02 15:43 UTC  (5+ messages)

[PATCH] libstdc++: Shut up -Wattribute-alias warning [PR109694]
 2023-05-02  8:48 UTC  (2+ messages)

[committed] libstdc++: Improve doxygen docs for <random>
 2023-04-28 12:08 UTC 

[committed] libstdc++: Minor fixes to doxygen comments
 2023-04-28 12:08 UTC 

[committed] libstdc++: Strip absolute paths from files shown in Doxygen docs
 2023-04-28 12:07 UTC 

[committed] libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>
 2023-04-28 12:07 UTC 

[committed] libstdc++: Fix error in doxygen comments in <atomic>
 2023-04-27 22:24 UTC 

Membership Management Software Users Info
 2023-04-27 17:46 UTC 

[committed] libstdc++: Fix typos in doxygen comments
 2023-04-27 10:33 UTC 

[committed] libstdc++: Remove obsolete options from Doxygen config
 2023-04-27 10:33 UTC 

[committed] libstdc++: Reduce Doxygen output for PDF
 2023-04-27 10:32 UTC 

[committed] libstdc++: Improve doxygen docs for <memory_resource>
 2023-04-27 10:32 UTC 

[committed] libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
 2023-04-27 10:31 UTC 

[committed] libstdc++: Make std::random_device throw std::system_error [PR105081]
 2023-04-27 10:30 UTC 

[PATCH] wwwdocs: Document more libstdc++ additions for GCC 13
 2023-04-26 12:52 UTC  (2+ messages)

[PATCH] Implement std::advance for istreambuf_iterator using pubseekoff
 2023-04-24 17:24 UTC  (4+ messages)

[PATCH] libstdc++: Fix __max_diff_type::operator>>= for negative values
 2023-04-24 16:39 UTC  (3+ messages)

[PATCH] libstdc++: Make __max_size_type and __max_diff_type structural
 2023-04-24 16:23 UTC 

[committed,gcc-12] libstdc++: Optimize std::try_facet and std::use_facet [PR103755]
 2023-04-21 15:02 UTC 

Question about __gnu_cxx::__exchange_and_add_dispatch
 2023-04-21  8:53 UTC  (3+ messages)

[PATCH] libstdc++: Synchronize PSTL with upstream (2nd attempt)
 2023-04-21  1:53 UTC 

[committed] libstdc++: Adjust uses of null pointer constants in docs
 2023-04-18 23:15 UTC 

libstdc++ Chapter 28. Demangling example
 2023-04-18 23:12 UTC  (11+ messages)

[PATCH] c++: Define built-in for std::tuple_element [PR100157]
 2023-04-18 19:23 UTC  (10+ 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).