public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Fix common_iterator::operator-> [PR95322]
 2020-05-26 19:18 UTC 

libstdc++ still has license conditions of SGI STL on top of GNU GPLv3+GCC Runtime Exception, right?
 2020-05-26 17:18 UTC  (7+ messages)

[PATCH] Extend std::copy/std::copy_n char* overload to deque iterator
 2020-05-26 11:45 UTC  (9+ messages)

Fwd: [IMPORTANT] ChangeLog related changes
 2020-05-26 11:40 UTC 

[PR77691] x86-vxworks malloc aligns to 8 bytes like solaris
 2020-05-26 11:23 UTC  (6+ messages)

[committed] libstdc++: Fix net::basic_socket::close(error_code&)
 2020-05-26  8:55 UTC  (4+ messages)

[PATCH] Let numeric_limits::is_iec559 reflect -ffast-math
 2020-05-25  8:06 UTC  (7+ messages)

[PATCH] Adjust wait logic to limit spurious evalution of wait predicate
 2020-05-25  2:17 UTC  (2+ messages)

[PATCH] Remove binary_semaphore implementation from stop_token
 2020-05-24 22:33 UTC 

[PATCH] Add support for C++20 barriers
 2020-05-24 21:37 UTC  (6+ messages)

[PATCH] Add C++2a synchronization support
 2020-05-24 17:41 UTC  (7+ messages)

What about supporting std::numeric_limits, std::make_unsigned_t and std::integral concepts as an extension for __uint128_t and __int128_t??
 2020-05-23 22:12 UTC  (3+ messages)

[committed] libstdc++: Compile PR93978 testcase with -Wall
 2020-05-23 19:27 UTC 

[committed] libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)
 2020-05-23 17:28 UTC 

[committed 0/3] libstdc++: Refactor filesystem::path string conversions
 2020-05-23  8:44 UTC  (4+ messages)
` [committed 1/3] libstdc++: Simplify filesystem::path SFINAE constraints
` [committed 2/3] libstdc++: Remove incorrect static specifiers
` [committed 3/3] libstdc++: Refactor filesystem::path string conversions

[PATCH] Enable simple invocation of runtest in testsuite
 2020-05-21 13:17 UTC  (2+ messages)

[committed] libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)
 2020-05-21  6:42 UTC 

[committed] libstdc++: Better requirements checking in Networking TS
 2020-05-21  0:01 UTC 

[committed] libstdc++: Use 'using' for types in Networking TS headers
 2020-05-21  0:00 UTC 

[committed] libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)
 2020-05-19 22:24 UTC 

[PATCH] c++: explain fn template argument type/value mismatch failures
 2020-05-18 20:58 UTC  (3+ messages)

Hello. Is std::locale thread-safe?
 2020-05-16 16:36 UTC 

libstdc++ PR 57272 Fancy pointer support in Hashtable
 2020-05-15 21:12 UTC  (2+ messages)

Fix Debug mode Undefined Behavior
 2020-05-11 20:12 UTC  (8+ messages)

std::atomic_flag::test
 2020-05-11  8:11 UTC  (2+ messages)

[PATCH] std::experimental::simd
 2020-05-08 19:03 UTC  (2+ messages)

[PATCH] Improve std::fill for vector<bool>
 2020-05-07 20:49 UTC  (3+ messages)

[committed] libstdc++: Fix some C++20 algorithms to work in parallel mode
 2020-05-07 20:47 UTC 

[PATCH 4/4] Use const for template argument
 2020-05-07 20:44 UTC  (2+ messages)

[PATCH] libstdc++: Implement integer-class types as defined in [iterator.concept.winc]
 2020-05-07 16:29 UTC  (4+ messages)

[PATCH] libstdc++: Update Solaris baselines for GCC 10.1
 2020-05-07 11:53 UTC  (18+ messages)
      ` [PATCH] libstdc++: Update Solaris baselines for GCC 9.4
` [PATCH] libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baselines for GCC 10.1
      ` [PATCH] x32: Update baseline_symbols.txt
  ` [PATCH] libstdc++: Update {x86_64, i?86, powerpc64, s390x, aarch64}-linux baselines for GCC 10.1

[PATCH] libstdc++: Fix the return type of __cxa_finalize according to the Itanium C++ ABI
 2020-05-04 22:24 UTC  (2+ messages)

Frequently Asked Questions 7.3.: broken link
 2020-05-04 21:57 UTC 

[committed] libstdc++: Fix broken link to SGI STL FAQ
 2020-05-04 21:56 UTC 

[committed] libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)
 2020-05-04 21:48 UTC 

[PR libstdc++/94747] negating a size_t does not show intent
 2020-05-04 17:10 UTC 

[committed] libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 94936)
 2020-05-04 13:36 UTC 

[committed] libstdc++: Make byte-sized std::fill_n a constant expression (PR 94933)
 2020-05-03 12:34 UTC 

Frequently Asked Questions 7.3.: broken link
 2020-05-02 10:30 UTC 

Frequently Asked Questions 7.3.: broken link
 2020-05-02 10:30 UTC 

[PATCH] libstdc++: Fix tuple and optional construction from {aggregate_member_value} (libstdc++/94890)
 2020-05-01 22:54 UTC  (2+ messages)

[committed] libstdc++: Replace reserved identifier _T with _Tp (PR 94901)
 2020-05-01 13:50 UTC  (4+ messages)

[PATCH] libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)
 2020-05-01 13:47 UTC  (3+ messages)

[committed] libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
 2020-04-30 15:15 UTC 

[committed] libstdc++: Fix outdated comment about std::string instantiations (PR 94854)
 2020-04-29 18:03 UTC 

[committed 0/8] libstdc++: Add/update/fix feature test macros
 2020-04-28 22:52 UTC  (13+ messages)
` [committed 1/8] libstdc++: Update value of __cpp_lib_jthread macro
` [committed 2/8] libstdc++: Remove non-standard feature test macros
` [committed 3/8] libstdc++: Add missing "
` [committed 4/8] libstdc++: Rename __cpp_lib_constexpr_invoke macro
` [committed 5/8] libstdc++: Update __cpp_lib_concepts value
` [committed 6/8] libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility>
` [committed 7/8] libstdc++: Update (and revert) value of __cpp_lib_array_constexpr
` [committed 8/8] libstdc++: Define __cpp_lib_execution feature test macro
` [committed 9/8] libstdc++: Define __cpp_lib_three_way_comparison for freestanding
` [committed 10/8] libstdc++: Fixes for feature test macros (PR 91480)

[committed] libstdc++: Fix regression in std::_Construct (PR 94831)
 2020-04-28 22:49 UTC 

[PATCH] libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)
 2020-04-28 16:23 UTC  (2+ messages)

[PATCH] coroutines: Fix handling of non-class coroutine returns [PR94759]
 2020-04-27 13:49 UTC  (3+ messages)

[PATCH] libstdc++: don't use #include_next in c_global headers
 2020-04-24 13:47 UTC  (7+ messages)
  ` Bug#798955: Info received ([PATCH] libstdc++: don't use #include_next in c_global headers)

[committed] libstdc++: Add default constructor to net::service_already_exists (PR 94199)
 2020-04-24 13:19 UTC  (2+ messages)

[PATCH][libstd++][PR92156]
 2020-04-24  0:04 UTC  (11+ messages)

[PATCH] Mark experimental::net::system_context ctor deleted
 2020-04-23 21:04 UTC  (3+ messages)

[PATCH] coroutines, libstdc++-v3: Update headers to n4861 C++20 DIS
 2020-04-22 19:45 UTC  (2+ messages)

[wwwdocs] Update list of new C++20 features in libstdc++
 2020-04-22 17:24 UTC  (2+ messages)

[committed] libstdc++: Improve tests for __cpp_lib_erase_if macro
 2020-04-22  6:27 UTC 

[committed] libstdc++: Fix __normal_iterator comparisons for C++20
 2020-04-21 22:48 UTC 

[committed] libstdc++: Improve C++14 and C++17 status docs
 2020-04-21 21:19 UTC 

We’ve Got An Early Gift Just For You .......!
 2020-04-21 18:45 UTC 

[PATCH] c++: make __is_constructible work with paren-init of aggrs [PR94149]
 2020-04-21 12:39 UTC 

[committed] libstdc++: Add test for using istreambuf_iterator with sentinel
 2020-04-20 21:07 UTC 

[committed] libstdc++: Fix tests that fail in C++20 mode
 2020-04-20 21:06 UTC 

[committed] libstdc++: Update __cpp_lib_three_way_comparison macro
 2020-04-20 16:52 UTC 

[committed] libstdc++: Add comparison operators to associative containers
 2020-04-20 16:50 UTC 

[PATCH] Avoid illegal argument to verbose in dg-test callback
 2020-04-20 14:30 UTC  (2+ messages)

about fstream and gnu stdio_filebuf bufsiz. It should be at least 4096
 2020-04-20 11:18 UTC  (2+ messages)

[committed] libstdc++: Define operator<=> for std::stack and std::queue
 2020-04-19 21:20 UTC 

[committed] libstdc++: Remove operator!= overloads for unordered containers
 2020-04-19 20:35 UTC 

[committed] libstdc++: Fix redundant assignment (PR 94629)
 2020-04-19 20:06 UTC 

[committed] libstdc++: Add comparison operators to <chrono> types
 2020-04-17 23:49 UTC 

[committed] libstdc++: Fix testsuite utility's use of allocators
 2020-04-17 23:16 UTC 

[committed] libstdc++: Add comparison operators to sequence containers
 2020-04-17 22:42 UTC 

[committed] libstdc++: Add comparison operators for string and regex types
 2020-04-17 15:40 UTC 

[committed] libstdc++: Fix -Wunused-parameter warning in test
 2020-04-16  7:45 UTC 

[committed] libstdc++: Add comparison operators to std::filesystem types
 2020-04-15 20:02 UTC 

[committed] libstdc++: Add comparison operators to types from Utilities clause
 2020-04-15 18:48 UTC 

[committed] libstdc++: Add spaceship operator to std::type_index
 2020-04-15 18:48 UTC 

[committed] libstdc++: Fix constraints on std::compare_three_way
 2020-04-14 22:52 UTC 

[committed] libstdc++: Add comparison operators to std::shared_ptr (PR 94562)
 2020-04-14 20:55 UTC 

[committed] libstdc++: Make comparison category comparisons noexcept (PR 94565)
 2020-04-14 10:44 UTC 

[committed] coroutines: Rename the coroutines cpp builtin
 2020-04-13 20:00 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).