public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations
 2022-02-04 23:57 UTC 

[committed] libstdc++: Fix filesystem::remove_all races [PR104161]
 2022-02-04 23:54 UTC 

[committed] doc: Update references to "C++2a" in cpp.texi
 2022-02-04 15:27 UTC 

[committed] libstdc++: Add suggestion to std::uncaught_exception() warning
 2022-02-04 15:27 UTC 

[PATCH] libstdc++: Add missing free functions for atomic_flag [PR103934]
 2022-02-02 21:35 UTC  (2+ messages)

[committed] libstdc++: Reset filesystem::recursive_directory_iterator on error
 2022-02-02 20:47 UTC  (3+ messages)

[committed] libstdc++: Fix invalid instantiations in tests
 2022-02-02 17:38 UTC 

[committed] libstdc++: Fix link failure in _OutputIteratorConcept
 2022-02-02 17:38 UTC 

[PATCH] declare std::array members attribute const [PR101831]
 2022-02-02  9:15 UTC  (6+ messages)

[committed] libstdc++: Add more tests for filesystem directory iterators
 2022-02-01 21:59 UTC 

[committed] libstdc++: Fix doxygen comment for filesystem::perms operators
 2022-02-01 21:54 UTC 

[committed] libstdc++: Improve config output for --enable-cstdio [PR104301]
 2022-02-01 21:54 UTC 

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

[PATCH] libstdc++: detect mold linker
 2022-02-01 16:17 UTC  (6+ messages)
  ` [PATCH][V2] Add mold detection for libs

[PATCH] libstdc++ testsuite: Increase lwg3464.cc timeout factors to 20
 2022-01-30 18:05 UTC  (5+ messages)
  ` [PATCH] libstdc++ testsuite: Don't run lwg3464.cc tests on simulators "

[committed] libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]
 2022-01-27 23:31 UTC 

[committed] libstdc++: Avoid overflow in ranges::advance(i, n, bound)
 2022-01-27 22:29 UTC 

[PATCH] libstdc++: fix typo in acinclude.m4
 2022-01-27 14:35 UTC  (3+ messages)

[committed] libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
 2022-01-27 14:27 UTC  (4+ messages)

[committed] libstdc++: Avoid some more warnings [PR104019]
 2022-01-25 21:13 UTC 

[committed] libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]
 2022-01-25 21:10 UTC 

[committed] libstdc++: Use fast_float for long double if it uses binary64 format
 2022-01-24 22:52 UTC  (3+ messages)

[PATCH] libstdc++: Fix aliasing violation in std::shared_ptr
 2022-01-24  4:46 UTC  (3+ messages)

[committed] libstdc++: Fix std::spanstream move assignment [PR104032]
 2022-01-23 22:50 UTC 

[committed] libstdc++: Restore support for unordered_map<const T, ...> [PR104174]
 2022-01-23 22:50 UTC 

[committed] libstdc++: Fix typo in comment
 2022-01-21 16:10 UTC 

[committed] libstdc++: Ensure all feature test macros have type long [PR87193]
 2022-01-21 16:10 UTC 

[committed] libstdc++: Fix condition for __cpp_lib_shared_ptr_arrays
 2022-01-21 16:08 UTC 

[committed] libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>>
 2022-01-21 13:21 UTC 

[committed] libstdc++: Use Clang attribute instead of __constinit
 2022-01-20 12:31 UTC 

[committed] libstdc++: Fix libbacktrace build files
 2022-01-20 12:30 UTC  (2+ messages)

[PATCH] libstdc++: Simplify build targets for debug library
 2022-01-19 20:42 UTC 

[committed] libstdc++: Remove -gdwarf-4 from flags for debug library
 2022-01-19 20:40 UTC 

[committed] libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123]
 2022-01-19 17:40 UTC 

[PATCH] libstdc++: Fix for non-constexpr math_errhandling
 2022-01-19 16:47 UTC  (7+ messages)

[committed] libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101]
 2022-01-19  1:32 UTC  (2+ messages)

[committed] libstdc++: Update documentation for C++17 deprecations
 2022-01-19  1:04 UTC 

[committed] libstdc++: Fix deprecated attribute for std::get_temporary_buffer
 2022-01-19  1:04 UTC 

[committed] libstdc++: Remove unused std::pair helper function
 2022-01-19  1:04 UTC 

[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2022-01-18 21:48 UTC  (5+ messages)

[committed 1/2] libstdc++: Fix deduction failure for std::min call [PR104080]
 2022-01-18 20:51 UTC  (6+ messages)
` [committed 2/2] libstdc++: Use GCC's predefined macro for endianness [PR104080]

[committed] libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]
 2022-01-18 20:44 UTC 

[PATCH] libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>
 2022-01-18 18:04 UTC 

[committed] libstdc++: Use __cpp_lib_concepts in std::reverse_iterator [PR104098]
 2022-01-18 16:33 UTC 

[committed] libstdc++: Fix ambiguous std::pair constructors [PR101124]
 2022-01-18 16:33 UTC 

[committed] libstdc++: Fix suggested alternative to std::ptr_fun
 2022-01-18 16:33 UTC 

[committed] libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library
 2022-01-18 16:33 UTC 

[committed] libstdc++: Define <stdatomic.h> for C++23
 2022-01-18 16:32 UTC 

[committed] libstdc++: Update status tables in manual
 2022-01-18  9:51 UTC 

[committed] libstdc++: Improve comments describing --enable-fully-dynamic-string
 2022-01-18  9:51 UTC 

[PATCH 1/6 v2] libstdc++: Directly implement hexfloat std::from_chars for binary32/64
 2022-01-18  3:10 UTC  (15+ messages)
` [PATCH 2/6] libstdc++: Import the fast_float library
` [PATCH 3/6] libstdc++: Apply modifications to our local copy of fast_float
` [PATCH 4/6] libstdc++: Adjust fast_float's over/underflow behavior for conformnace
` [PATCH 5/6] libstdc++: Use fast_float in std::from_chars for binary32/64
` [PATCH 6/6] libstdc++: Import MSVC floating-point std::from_chars testcases

[committed] libstdc++: Define <stacktrace> header for C++23
 2022-01-17 12:23 UTC 

[committed] libstdc++: Document final option names for enabling C++20
 2022-01-17 12:11 UTC 

[committed] libstdc++: Rename non-reserved macros in config header [PR103650]
 2022-01-17 12:10 UTC 

[PATCH] libstdc++: Don't fail if math_errhandling is not defined
 2022-01-17 10:23 UTC  (2+ messages)

[PATCH] libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>
 2022-01-17  9:54 UTC  (6+ messages)

[committed] libstdc++: Update C++20 status table
 2022-01-17  0:13 UTC 

[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2022-01-17  0:08 UTC  (5+ messages)
` [PATCH 11/11] libstdc++: Fix ODR issues with different -m flags

[PATCH] libstdc++: Add attribute to features deprecated in C++17 [PR91260]
 2022-01-16 20:32 UTC  (3+ messages)

[PATCH] libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution test
 2022-01-14 12:13 UTC  (2+ messages)

[committed] libstdc++: Add C++20 std::make_shared enhancements (P0674R1)
 2022-01-14 10:21 UTC 

[committed] libstdc++: Ignore cv-quals when std::allocator<void> constructs
 2022-01-14 10:16 UTC 

[committed] libstdc++: Use std::construct_at in std::common_iterator [PR103992]
 2022-01-14 10:15 UTC 

[committed] libstdc++: Document new std::random_device tokens
 2022-01-14 10:14 UTC 

[COMIITTED] Testsuite: Make dependence on -fdelete-null-pointer-checks explicit
 2022-01-13 20:33 UTC  (2+ messages)

[committed] libstdc++: Add explicit dg-do directive to .../103955.cc
 2022-01-12 16:40 UTC 

GCC GSoC 2022: Call for project ideas and mentors
 2022-01-12 10:01 UTC  (4+ messages)

[PATCH] libstdc++: Avoid overflow in bounds checks [PR103955]
 2022-01-11 21:07 UTC  (2+ messages)

[PATCH] C++ P0482R6 char8_t: declare std::c8rtomb and std::mbrtoc8 if provided by the C library
 2022-01-11 20:13 UTC  (5+ messages)

[committed] libstdc++: Install <source_location> header for freestanding [PR103726]
 2022-01-11 18:38 UTC 

[committed] libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593)
 2022-01-11 15:21 UTC 

[committed] libstdc++: Make copyable-box completely constexpr (LWG 3572)
 2022-01-11 15:20 UTC 

[committed] libstdc++: Install <coroutine> header for freestanding [PR103726]
 2022-01-11 13:30 UTC 

[committed] libstdc++: Optimize std::ostream inserters for single characters
 2022-01-11 13:28 UTC 

[committed] libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]
 2022-01-11 13:26 UTC 

[committed] libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574)
 2022-01-11 13:25 UTC 

ostream::operator<<() and sputn()
 2022-01-11  1:09 UTC  (7+ messages)

[PATCH] libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]
 2022-01-10 13:40 UTC  (3+ messages)
` [PATCH] libstdc++, v2: "

[PATCH] libstdc++: Fix and simplify freestanding configuration [PR103866]
 2022-01-10 12:25 UTC  (2+ messages)

[committed] libstdc++: Add dg-timeout-factor to some more regex tests
 2022-01-10 12:19 UTC 

[committed] libstdc++: Update default -std option in manual
 2022-01-10 12:19 UTC 

[committed] libstdc++: Add -nostdinc++ for c++17 sources [PR100017]
 2022-01-10 12:19 UTC 

[committed] libstdc++: Add self-merge check to std::forward_list::merge [PR103853]
 2022-01-06 15:00 UTC 

[committed] libstdc++: Reduce template instantiations in <regex>
 2022-01-06 14:59 UTC  (5+ messages)

[committed] libstdc++: Increase timeout for pthread7-rope.cc test
 2022-01-06 14:57 UTC 

[committed] libstdc++: Do not use std::isdigit in <charconv> [PR103911]
 2022-01-06 14:57 UTC 

[PATCH][Hashtable 6/6] PR 68303 small size optimization
 2022-01-05 17:07 UTC  (10+ messages)

[committed] libstdc++: Fix overconstrained std::string constructor [PR103919]
 2022-01-05 16:22 UTC 

[committed] libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"
 2022-01-05 15:30 UTC 

[committed] libstdc++: Improvements to standard error category objects (part deux)
 2022-01-05 15:30 UTC 

[committed] libstdc++: Fix std::error_code pretty printer for versioned namespace
 2022-01-05 15:30 UTC 

[committed] libstdc++: Add pretty printer for std::regex internals
 2022-01-05 13:48 UTC 

[committed] libstdc++: Fix comments in std::forward_list tests
 2022-01-05 13:48 UTC 

[committed] libstdc++: Avoid -Wzero-as-null-pointer-constant warning [PR103848]
 2022-01-05 13:48 UTC 

[committed] libstdc++: Simplify std::allocator_traits<allocator<void>>::construct
 2022-01-05 13:48 UTC 

[committed] libstdc++: Fix example preprocessor command in FAQ [PR103877]
 2022-01-05 13:48 UTC 

[committed] libstdc++: Compare match_results for failed regex_match
 2022-01-05 13:47 UTC 

[committed] libstdc++: Improve std::regex_error::what() strings
 2022-01-05 13:47 UTC 

Patch ping
 2022-01-04 12:45 UTC 

Code style enforcement
 2021-12-24 12:21 UTC  (4+ messages)

[committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
 2021-12-15 21:21 UTC  (14+ messages)
  ` [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>

[committed] libstdc++: Support old and new T_FMT for en_HK locale [PR103687]
 2021-12-14 23:37 UTC 

[committed] libstdc++: Fix handling of invalid ranges in std::regex [PR102447]
 2021-12-14 21:47 UTC 

[committed] libstdc++: Simplify typedefs by using __UINTPTR_TYPE__
 2021-12-14 21:47 UTC 

[committed] libstdc++: Simplify definition of std::regex_constants variables
 2021-12-14 21:47 UTC 

[committed] libstdc++: Fix non-reserved name in <regex> header
 2021-12-14 14:26 UTC 

[PATCH] libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]
 2021-12-14 14:08 UTC  (2+ 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).