public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 0/7] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-06-12 22:39 UTC  (26+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] libstdc++: use new built-in trait __is_function for std::is_function
  ` [PATCH v4 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
    ` [PATCH v4 1/6] c++: implement __is_reference built-in trait
    ` [PATCH v4 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
    ` [PATCH v4 3/6] c++: implement __is_function built-in trait
    ` [PATCH v4 4/6] libstdc++: use new built-in trait __is_function for std::is_function
    ` [PATCH v4 5/6] c++, libstdc++: implement __is_void built-in trait
    ` [PATCH v4 6/6] libstdc++: make std::is_object dispatch to new built-in traits
    ` [PATCH v5 0/6] c++, libstdc++: get std::is_object to "
      ` [PATCH v5 1/6] c++: implement __is_reference built-in trait
      ` [PATCH v5 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
      ` [PATCH v5 3/6] c++: implement __is_function built-in trait
      ` [PATCH v5 4/6] libstdc++: use new built-in trait __is_function for std::is_function
      ` [PATCH v5 5/6] c++, libstdc++: implement __is_void built-in trait
      ` [PATCH v5 6/6] libstdc++: make std::is_object dispatch to new built-in traits
      ` [PATCH v6 0/6] c++, libstdc++: get std::is_object to "
        ` [PATCH v6 1/6] c++: implement __is_reference built-in trait
        ` [PATCH v6 2/6] libstdc++: use new built-in trait __is_reference for std::is_reference
        ` [PATCH v6 3/6] c++: implement __is_function built-in trait
        ` [PATCH v6 4/6] libstdc++: use new built-in trait __is_function for std::is_function

[committed] libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]
 2023-06-12 11:07 UTC  (2+ messages)

Checking is unexpected when cross compiling libstdc++ for RISCV
 2023-06-12  6:46 UTC  (2+ messages)

[PATCH] libstdc++: Clarify manual demangle doc
 2023-06-10 22:03 UTC 

Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long)
 2023-06-10 18:29 UTC  (8+ messages)
  ` [PATCH] (Re: Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long))

[committed] libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]
 2023-06-09 12:26 UTC 

[committed] libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]
 2023-06-09 12:19 UTC 

[PATCH RFC] c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
 2023-06-09 12:15 UTC  (12+ messages)
` PING Re: [PATCH RFA (tree-eh)] "

[committed] libstdc++: Bump library version to libstdc++.so.6.0.33
 2023-06-09 12:14 UTC 

[committed] libstdc++: Optimize std::to_array for trivial types [PR110167]
 2023-06-09 12:09 UTC 

[committed] libstdc++: Fix code size regressions in std::vector [PR110060]
 2023-06-09  9:00 UTC  (6+ messages)

[committed] libstdc++: Improve tests for emplace member of sequence containers
 2023-06-09  8:56 UTC 

[PATCH] libstdc++: Fix up 20_util/to_chars/double.cc test for excess precision [PR110145]
 2023-06-07 19:59 UTC  (3+ messages)

[PATCH] libstdc++: Use AS_IF in configure.ac
 2023-06-07 15:57 UTC  (7+ messages)

Support in the GCC(/C++) test suites for '-fno-exceptions'
 2023-06-07 15:56 UTC  (7+ messages)
  ` Support 'UNSUPPORTED: [...]: exception handling disabled' for libstdc++ testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')

[committed] libstdc++: Update list of known symbol versions for abi-check
 2023-06-07 15:55 UTC  (4+ messages)

[committed] libstdc++: Restore accidentally removed version in abi-check
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fno-exceptions
 2023-06-07 15:53 UTC 

[committed] libstdc++: Fix some tests that fail with -fexcess-precision=standard
 2023-06-07 15:53 UTC 

[committed] libstdc++: Make std::numeric_limits<__float128> more portable [PR104772]
 2023-06-06 15:59 UTC 

[PATCH] libstdc++: Rewrite or avoid casts to 64-bit element types
 2023-06-06 15:54 UTC  (2+ messages)

[PATCH] libstdc++: Avoid vector casts while still avoiding PR90424
 2023-06-06 13:04 UTC  (2+ messages)

[PATCH] libstdc++: Replace use of incorrect non-temporal store
 2023-06-06 13:03 UTC  (2+ messages)

[committed] libstdc++: Protect against macros
 2023-06-06 12:23 UTC 

[committed] libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]
 2023-06-06 11:46 UTC 

[PATCH] libstdc++: Do not assume existence of char8_t codecvt facet
 2023-06-06 11:45 UTC  (3+ messages)

[committed] libstdc++: Use close-on-exec for file descriptors in filesystem::copy_file
 2023-06-06 11:38 UTC 

[PATCH v2 1/2] libstdc++: use copy_file_range, improve sendfile in filesystem::copy_file
 2023-06-06 11:37 UTC  (9+ messages)
` [PATCH v2 1/2] libstdc++: also use sendfile for big files

[PATCH] Move std::search into algobase.h
 2023-06-05 20:09 UTC  (15+ messages)

[PATCH] libstdc++: Correct NTTP and simd_mask ctor call
 2023-06-02 12:06 UTC  (7+ messages)

[PATCH 0/2] Unify and deduplicate FTM code
 2023-06-01 20:30 UTC  (5+ messages)
` [PATCH 1/2] libstdc++: Implement more maintainable <version> header
` [PATCH 2/2] libstdc++: Replace all manual FTM definitions and use

[committed] libstdc++: Fix PSTL test that fails in C++20
 2023-06-01 15:56 UTC 

[committed] libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938)
 2023-06-01 15:10 UTC 

[committed] libstdc++: Document removal of implicit allocator rebinding extensions
 2023-06-01 15:07 UTC 

[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++: 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 

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)

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).