[PATCH v13 01/26] c++: Implement __is_const built-in trait
2024-05-02 18:42 UTC (89+ messages)
` [PATCH v14 00/26] Optimize more type traits
` [PATCH v14 01/26] c++: Implement __is_const built-in trait
` [PATCH v14 03/26] c++: Implement __is_volatile "
` [PATCH v14 05/26] c++: Implement __is_pointer "
` [PATCH v14 07/26] c++: Implement __is_unbounded_array "
` [PATCH v14 09/26] c++: Implement __add_pointer "
` [PATCH v14 11/26] c++: Implement __remove_extent "
` [PATCH v14 13/26] c++: Implement __remove_all_extents "
` [PATCH v14 15/26] c++: Implement __add_lvalue_reference "
` [PATCH v14 17/26] c++: Implement __add_rvalue_reference "
` [PATCH v14 19/26] c++: Implement __decay "
` [PATCH v14 21/26] c++: Implement __rank "
` Trait built-in naming convention
` [PATCH v14 25/26] c++: Implement __is_nothrow_invocable built-in trait
` [PATCH v16 00/26] Optimize more type traits
` [PATCH v16 01/26] c++: Implement __builtin_is_const trait
` [PATCH v16 02/26] libstdc++: Optimize std::is_const compilation performance
` [PATCH v16 03/26] c++: Implement __builtin_is_volatile trait
` [PATCH v16 04/26] libstdc++: Optimize std::is_volatile compilation performance
` [PATCH v16 05/26] c++: Implement __builtin_is_pointer trait
` [PATCH v16 06/26] libstdc++: Optimize std::is_pointer compilation performance
` [PATCH v16 07/26] c++: Implement __builtin_is_unbounded_array trait
` [PATCH v16 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
` [PATCH v16 09/26] c++: Implement __builtin_add_pointer trait
` [PATCH v16 10/26] libstdc++: Optimize std::add_pointer compilation performance
` [PATCH v16 11/26] c++: Implement __builtin_remove_extent trait
` [PATCH v16 12/26] libstdc++: Optimize std::remove_extent compilation performance
` [PATCH v16 13/26] c++: Implement __builtin_remove_all_extents trait
` [PATCH v16 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
` [PATCH v16 15/26] c++: Implement __builtin_add_lvalue_reference trait
` [PATCH v16 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
` [PATCH v16 17/26] c++: Implement __builtin_add_rvalue_reference trait
` [PATCH v16 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
` [PATCH v16 19/26] c++: Implement __builtin_decay trait
` [PATCH v16 20/26] libstdc++: Optimize std::decay compilation performance
` [PATCH v16 21/26] c++: Implement __builtin_rank trait
` [PATCH v16 22/26] libstdc++: Optimize std::rank compilation performance
` [PATCH v16 23/26] c++: Implement __builtin_is_invocable trait
` [PATCH v16 24/26] libstdc++: Optimize std::is_invocable compilation performance
` [PATCH v16 25/26] c++: Implement __builtin_is_nothrow_invocable trait
` [PATCH v16 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
` [PATCH v17 00/26] Optimize more type traits
` [PATCH v17 01/26] c++: Implement __is_const built-in trait
` [PATCH v17 02/26] libstdc++: Optimize std::is_const compilation performance
` [PATCH v17 03/26] c++: Implement __is_volatile built-in trait
` [PATCH v17 04/26] libstdc++: Optimize std::is_volatile compilation performance
` [PATCH v17 05/26] c++: Implement __is_pointer built-in trait
` [PATCH v17 06/26] libstdc++: Optimize std::is_pointer compilation performance
` [PATCH v17 07/26] c++: Implement __builtin_is_unbounded_array trait
` [PATCH v17 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
` [PATCH v17 09/26] c++: Implement __add_pointer built-in trait
` [PATCH v17 10/26] libstdc++: Optimize std::add_pointer compilation performance
` [PATCH v17 11/26] c++: Implement __remove_extent built-in trait
` [PATCH v17 12/26] libstdc++: Optimize std::remove_extent compilation performance
` [PATCH v17 13/26] c++: Implement __remove_all_extents built-in trait
` [PATCH v17 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
` [PATCH v17 15/26] c++: Implement __add_lvalue_reference built-in trait
` [PATCH v17 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
` [PATCH v17 17/26] c++: Implement __add_rvalue_reference built-in trait
` [PATCH v17 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
` [PATCH v17 19/26] c++: Implement __decay built-in trait
` [PATCH v17 20/26] libstdc++: Optimize std::decay compilation performance
` [PATCH v17 21/26] c++: Implement __array_rank built-in trait
` [PATCH v17 22/26] libstdc++: Optimize std::rank compilation performance
` [PATCH v17 23/26] c++: Implement __builtin_is_invocable trait
` [PATCH v17 24/26] libstdc++: Optimize std::is_invocable compilation performance
` [PATCH v17 25/26] c++: Implement __builtin_is_nothrow_invocable trait
[COMMITTED] Remove obsolete Solaris 11.3 support
2024-05-02 14:06 UTC
[PATCH] libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
2024-05-02 11:26 UTC
[PATCH] libstdc++: Fix std::chrono::tzdb to work with vanguard format
2024-05-02 11:25 UTC (2+ messages)
[PATCH] libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_view
2024-05-01 19:41 UTC
[committed] libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891]
2024-05-01 16:27 UTC
K-12 Schools, Private Schools Contacts 2024
2024-04-30 16:43 UTC
[PATCH] libstdc++: Implement ranges::concat_view from P2542R7
2024-04-29 9:11 UTC (2+ messages)
[PATCH] libstdc++: Update Solaris baselines for GCC 14.0
2024-04-29 8:14 UTC (2+ messages)
[PATCH] libstdc++: Update Solaris baselines for GCC 13.2
2024-04-29 8:13 UTC (2+ messages)
[committed] libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
2024-04-26 15:03 UTC
[committed] libstdc++: Adjust whitespace in status tables in manual
2024-04-26 11:00 UTC (3+ messages)
` [committed,gcc-13] libstdc++: Update status tables to refer to GCC 13 not mainline
` [committed,gcc-14] libstdc++: Update status tables to refer to GCC 14 "
[PATCH] Fix overwriting files with fs::copy_file on windows
2024-04-25 20:16 UTC (2+ messages)
[gcc-13 PATCH 0/2] Replace libstdc++_libbacktrace.a with libstdc++exp.a
2024-04-25 17:58 UTC (6+ messages)
` [gcc-13 PATCH 1/2] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
` [gcc-13 PATCH 2/2] libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp
` [gcc-13 PATCH 2/2 v3] "
[committed] libstdc++: Rename man pages to use '::' instead of '_'
2024-04-25 17:44 UTC
[committed] libstdc++: Fix typo in Doxygen comment
2024-04-25 17:44 UTC
[committed] libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
2024-04-25 17:44 UTC
[committed] libstdc++: Update Doxygen config for new headers
2024-04-25 17:44 UTC
[committed] libstdc++: Add comment to #include in <variant>
2024-04-25 17:43 UTC
[PATCH] libstdc++: Silence irrelevant warnings in <experimental/simd>
2024-04-22 16:06 UTC (2+ messages)
[PATCH] libstdc++: Fix conversion of simd to vector builtin
2024-04-22 16:04 UTC (2+ messages)
[PATCH] libstdc++: Workaround kernel-headers on s390x-linux
2024-04-22 15:41 UTC (2+ messages)
[committed] libstdc++: Simplify constraints on <=> for std::reference_wrapper
2024-04-19 20:08 UTC
[PATCH] libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]
2024-04-19 20:08 UTC (5+ messages)
[PATCH] libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
2024-04-19 9:18 UTC (3+ messages)
[PATCH] [libstdc++] introduce --disable-compat-libstdcxx-abi
2024-04-18 14:45 UTC (3+ messages)
[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t
2024-04-18 11:10 UTC (3+ messages)
[committed] libstdc++: Implement "Printing blank lines with println" for C++23
2024-04-17 16:40 UTC
[PATCH] libstdc++: Add include guard to simd-internal header
2024-04-17 8:20 UTC (2+ messages)
[PATCH] libstdc++: Avoid ill-formed types on ARM
2024-04-17 8:20 UTC (2+ messages)
[committed] libstdc++: Fix "extact" typos in comments
2024-04-16 15:46 UTC
[PATCH] [libstdc++] [testsuite] disable SRA for compare_exchange_padding
2024-04-16 6:44 UTC (2+ messages)
[PATCH] [libstdc++] define zoneinfo_dir_override on vxworks
2024-04-16 6:37 UTC (2+ messages)
[PATCH] libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]
2024-04-15 18:30 UTC (10+ messages)
` [PATCH v2] "
[PATCH 1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386]
2024-04-15 18:30 UTC (7+ messages)
` [PATCH 2/4] libstdc++: Add std::reference_wrapper comparison operators for C++26
` [PATCH 3/4] libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
` [PATCH 4/4] libstdc++: Simplify std::variant comparison operators
` [PATCH 5/4] libstdc++: Rewrite std::variant comparisons without macros
[PATCH] Update GCC 14.1 library versions in docs
2024-04-15 18:28 UTC (3+ messages)
[PATCH] libstdc++: Update baseline symbols for riscv64-linux
2024-04-15 15:25 UTC (2+ messages)
[PATCH] Want feedback for potential implementation of P2643R2 atomic features
2024-04-14 20:15 UTC
libstdc++ -> libiconv depenedncy: implications on in-tree libiconv
2024-04-14 0:34 UTC
[PATCH] libstdc++: Update some baseline_symbols.txt (x32)
2024-04-12 21:54 UTC (2+ messages)
[PATCH] libstdc++: Compile std::allocator instantiations as C++20
2024-04-11 18:28 UTC (3+ messages)
[PATCH] libstdc++: Regenerate trunk baseline_symbols.txt files for Linux
2024-04-11 14:48 UTC (7+ messages)
[PATCH] libstdc++: Regenerate baseline_symbols.txt files for Linux
2024-04-11 14:18 UTC (9+ messages)
` [PATCH] libstdc++: Regenerate baseline_symbols.txt files for i386-linux-gnu
[PATCH] libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]
2024-04-11 13:35 UTC
[PATCH] [testsuite] Fix pretty printers regexps for GDB output
2024-04-11 11:01 UTC (6+ messages)
[committed] libstdc++: Adjust expected locale-dependent date formats in tests
2024-04-10 15:24 UTC
[committed] libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
2024-04-10 15:23 UTC
[committed] libstdc++: Fix build for targets without FP std::from_chars [PR114633]
2024-04-09 23:22 UTC
[PATCH] libsupc++: Fix UB terminating on foreign exception
2024-04-09 17:24 UTC (8+ messages)
[committed] libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]
2024-04-08 16:45 UTC
[committed] libstdc++: Fix tests that fail with -fno-char8_t
2024-04-08 16:45 UTC
[committed] libstdc++: Combine two std::from_chars tests into one
2024-04-08 16:45 UTC
Interest in trying to implement P2643R2 atomic features
2024-04-08 12:21 UTC
[PATCH] Reimplement __gnu_cxx::__ops operators
2024-04-04 17:24 UTC (5+ messages)
[RFC 0/2] black, isort, and flake8 configuration
2024-04-04 13:32 UTC (2+ messages)
[committed] libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]
2024-04-03 10:53 UTC
[committed] libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]
2024-04-02 20:12 UTC
[PATCH] libstdc++: Allow adjacent __maybe_present_t<false, ...> to overlap
2024-04-02 19:41 UTC (4+ messages)
[PATCH] libstdc++: Allow adjacent __maybe_present_t<false, ...> to overlap
2024-04-02 9:17 UTC (2+ messages)
page: next (older) | prev (newer) | 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).