This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
October 31, 2019
23:03 | Re: [PATCH] Make std::invoke usable in constant expressions | Jonathan Wakely |
21:42 | [PATCH] Partial implementation of C++20 of <ranges> header | Jonathan Wakely |
14:07 | [PATCH] Improve tests for std::add_pointer | Jonathan Wakely |
13:17 | [PATCH] Remove PR 92268 workaround and fix new test failures | Jonathan Wakely |
13:17 | [PATCH] Fix handling of arrays in range access customization points | Jonathan Wakely |
09:39 | [PATCH] Check precondition for std::ssize(const Container&) | Jonathan Wakely |
October 30, 2019
17:43 | Re: [PATCH] Use if-constexpr instead of overloading for customization point | Jonathan Wakely |
17:42 | [PATCH] Use if-constexpr instead of overloading for customization point | Jonathan Wakely |
16:57 | Re: [PATCH] Apply C++20 changes to various iterator types | Jonathan Wakely |
16:56 | [PATCH] Fix some missing/incorrect feature test macros | Jonathan Wakely |
15:47 | [PATCH] Remove some more using-declarations from namespace __gnu_cxx | Jonathan Wakely |
15:47 | [PATCH] Apply C++20 changes to various iterator types | Jonathan Wakely |
14:34 | Re: [PATCH] Minor improvements to testsuite iterator utilities | Jonathan Wakely |
12:51 | Re: RFC: Bug 92285 - Layout of istreambuf_iterator subobject depends on -std mode | Jonathan Wakely |
12:39 | Re: RFC: Bug 92285 - Layout of istreambuf_iterator subobject depends on -std mode | Marc Glisse |
12:20 | RFC: Bug 92285 - Layout of istreambuf_iterator subobject depends on -std mode | Jonathan Wakely |
October 29, 2019
20:17 | Re: [PATCH] Add iterator concepts and range access customization points for C++20 | Jonathan Wakely |
20:16 | Re: [PATCH] PR c++/91369 Implement P0784R7 changes to allocation and construction | Jonathan Wakely |
17:44 | [PATCH] Add iterator concepts and range access customization points for C++20 | Jonathan Wakely |
17:15 | [PATCH] Minor improvements to testsuite iterator utilities | Jonathan Wakely |
17:14 | [PATCH] PR libstdc++/92267 fix ABI change in deque iterators | Jonathan Wakely |
09:37 | Re: [PATCH] PR c++/91369 Implement P0784R7 changes to allocation and construction | Jonathan Wakely |
09:23 | Re: [PATCH] PR c++/91369 Implement P0784R7 changes to allocation and construction | Stephan Bergmann |
October 27, 2019
15:50 | [PATCH v4 3/7] libstdc++ futex: Support waiting on std::chrono::steady_clock directly | Mike Crowe |
15:47 | [PATCH v4 2/7] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait | Mike Crowe |
15:47 | [PATCH v4 6/7] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_for | Mike Crowe |
15:47 | [PATCH v4 1/7] libstdc++: Improve async test | Mike Crowe |
15:47 | [PATCH v4 4/7] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock | Mike Crowe |
15:47 | [PATCH v4 7/7] libstdc++: Extra async tests, not for merging | Mike Crowe |
15:46 | [PATCH v4 0/7] std::future::wait_* improvements | Mike Crowe |
15:46 | [PATCH v4 5/7] libstdc++ futex: Loop when waiting against arbitrary clock | Mike Crowe |
October 26, 2019
21:59 | [libstdc++,doc] Switch pubs.opengroup.org to https | Gerald Pfeifer |
20:16 | [committed] pa: Update libstdc++-v3 baseline symbols for hppa-linux | John David Anglin |
October 25, 2019
17:03 | [PATCH] Use implicitly-defined copy operations for test iterators | Jonathan Wakely |
13:49 | Re: [PATCH] Define [range.cmp] comparisons for C++20 | Jonathan Wakely |
13:34 | Re: [PATCH] Define [range.cmp] comparisons for C++20 | Jonathan Wakely |
05:52 | [libstdc++,doc] doc/xml/manual/policy_data_structures_biblio.xml - pubs.opengroup.org goes https | Gerald Pfeifer |
05:20 | [libstdc++,doc] doc/xml/gnu/gpl-3.0.xml: Switch www.gnu.org to https. | Gerald Pfeifer |
October 24, 2019
23:22 | Re: [PATCH] Make std::invoke usable in constant expressions | Jonathan Wakely |
20:15 | Re: [PATCH, libstdc++ docs] Add lines to C++20 status. | Jonathan Wakely |
19:12 | [PATCH, libstdc++ docs] Add lines to C++20 status. | Smith-Rowland, Edward M |
15:45 | Re: [PATCH] Add support for C++2a stop_token | Jonathan Wakely |
15:42 | Re: [PATCH] PR c++/91369 Implement P0784R7 changes to allocation and construction | Jonathan Wakely |
14:52 | [PATCH] Simplify common case of use_future_t that uses std::allocator | Jonathan Wakely |
14:49 | Re: [PATCH] PR c++/91369 Implement P0784R7 changes to allocation and construction | Jonathan Wakely |
09:47 | Re: [PATCH] Define std::uniform_random_bit_generator concept for C++20 | Jonathan Wakely |
09:35 | [PATCH] Define std::uniform_random_bit_generator concept for C++20 | Jonathan Wakely |
08:26 | Re: [PATCH] std::experimental::simd | Dr. Matthias Kretz |
October 23, 2019
October 22, 2019
23:33 | Re: [PATCH] Define [range.cmp] comparisons for C++20 | Tam S. B. |
22:09 | Re: [PATCH] Remove redundant std::allocator members for C++20 | Jonathan Wakely |
22:05 | [PATCH] Do not declare std::uses_allocator before C++11 | Jonathan Wakely |
21:47 | [PATCH] Restore use of tr1::unordered_map in testsuite | Jonathan Wakely |
21:40 | [PATCH] Remove redundant std::allocator members for C++20 | Jonathan Wakely |
10:33 | Update aarch64 baseline symbols | Andreas Schwab |
October 18, 2019
11:27 | [PATCH] PR libstdc++/92143 adjust for OS X aligned_alloc behaviour | Jonathan Wakely |
11:26 | Re: [PATCH] Define [range.cmp] comparisons for C++20 | Jonathan Wakely |
October 17, 2019
15:40 | [PATCH] Process new C++17 and C++20 headers with Doxygen | Jonathan Wakely |
15:40 | [PATCH] Define [range.cmp] comparisons for C++20 | Jonathan Wakely |
14:21 | [PATCH] PR libstdc++/92124 fix incorrect container move assignment | Jonathan Wakely |
October 16, 2019
20:22 | Re: [PATCH] Help compiler detect invalid code | François Dumont |
10:26 | Re: [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Jonathan Wakely |
09:43 | Re: [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Jonathan Wakely |
09:42 | Re: [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Jonathan Wakely |
05:09 | [PATCH] Clarify <unknown> constness and state | François Dumont |
October 15, 2019
October 14, 2019
20:12 | [PATCH] Implement std::advance for istreambuf_iterator using pubseekoff | François Dumont |
13:06 | Re: Add std::copy_n overload for istreambuf_iterator | Christophe Lyon |
12:12 | [PATCH] std::experimental::simd | Matthias Kretz |
08:47 | Re: template auto deduction ICE in the latest gcc master version. | Jonathan Wakely |
October 13, 2019
18:31 | template auto deduction ICE in the latest gcc master version. | sotrdg sotrdg |
14:51 | Re: [PATCH 07/11] PR libstdc++/91906 Fix timed_mutex::try_lock_until on arbitrary clock | Mike Crowe |
October 12, 2019
16:14 | Re: [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Romain Geissler |
15:43 | Re: [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Romain Geissler |
October 11, 2019
15:53 | [PATCH] Implement <concepts> header for C++20 | Jonathan Wakely |
15:50 | [PATCH] Use __is_same_as for std::is_same and std::is_same_v | Jonathan Wakely |
15:31 | [PATCH] PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset | Jonathan Wakely |
15:29 | [PATCH] Avoid warnings in <charconv> | Jonathan Wakely |
October 10, 2019
20:03 | Re: [PATCH] Help compiler detect invalid code | Jonathan Wakely |
19:57 | Re: Add std::copy_n overload for istreambuf_iterator | François Dumont |
16:16 | Re: [PATCH] PR libstdc++/91057 set locale::id::_M_index atomically | Jonathan Wakely |
07:07 | Re: Fail to compile libstdc++ with concepts on clang experimental version | Jonathan Wakely |
October 09, 2019
21:18 | Fail to compile libstdc++ with concepts on clang experimental version | sotrdg sotrdg |
20:29 | Re: Add std::copy_n overload for istreambuf_iterator | François Dumont |
20:18 | Re: Add std::copy_n overload for istreambuf_iterator | Christophe Lyon |
15:59 | [PATCH] PR libstdc++/91057 set locale::id::_M_index atomically | Jonathan Wakely |
12:55 | [PATCH] PR libstdc++/78552 only construct std::locale for C locale once | Jonathan Wakely |
09:33 | Re: FW: A possible make_shared bug | Jonathan Wakely |
08:51 | FW: A possible make_shared bug | Ming Cheng |
04:56 | Re: copy/copy_backward/fill/fill_n/equal rework | François Dumont |
04:42 | [PATCH] Review std::copy istreambuf_iterator specialization | François Dumont |
October 08, 2019
19:29 | Re: CXXABI_TM_1 status | Matthieu DARBOIS |
11:01 | [PATCH] Add makefile target to update HTML files in source tree | Jonathan Wakely |
10:42 | Re: [PATCH] Remove broken URL from libstdc++ manual | Jonathan Wakely |
08:45 | Re: CXXABI_TM_1 status | Jonathan Wakely |
October 07, 2019
21:13 | CXXABI_TM_1 status | Matthieu DARBOIS |
18:55 | Re: [PATCH] Remove broken URL from libstdc++ manual | Thomas Schwinge |
05:25 | Re: [PATCH 07/11] PR libstdc++/91906 Fix timed_mutex::try_lock_until on arbitrary clock | François Dumont |
October 04, 2019
20:31 | Re: [PATCH] Improve _Safe_iterator _M_distance_to | François Dumont |
15:08 | [PATCH] Build filesystem library with large file support | Jonathan Wakely |
15:06 | [PATCH] Replace uses of std::tr1::unordered_map in testsuite | Jonathan Wakely |
13:18 | [PATCH] Adjust tr1::_Hashtable to work with std::allocator in C++20 | Jonathan Wakely |
12:17 | [PATCH] Add <span> to <bits/stdc++.h> precompiled header | Jonathan Wakely |
11:06 | Re: Add std::copy_n overload for istreambuf_iterator | Jonathan Wakely |
10:52 | Re: [PATCH] Add std::__iterator_category_t | Jonathan Wakely |
05:01 | Re: Add std::copy_n overload for istreambuf_iterator | François Dumont |
04:39 | [PATCH] Add std::__iterator_category_t | François Dumont |
04:33 | [PATCH] Add std::copy_n debug checks | François Dumont |
October 03, 2019
14:32 | Re: [PATCH] Fix non-reserved names in Parallel Mode headers | Jonathan Wakely |
14:24 | Re: [PATCH] Fix non-reserved names in Parallel Mode headers | Rainer Orth |
October 02, 2019
15:52 | [PATCH] Remove greedy wildcards from libstdc++ linker script | Jonathan Wakely |
14:57 | Re: [PATCH] Disable tests that aren't valid in parallel mode | Jonathan Wakely |
October 01, 2019
21:01 | [PATCH] Make some new algorithms work in parallel mode | Jonathan Wakely |
21:01 | [PATCH] Make some parallel mode algorithms usable in constexpr contexts | Jonathan Wakely |
20:59 | [PATCH] Disable tests that aren't valid in parallel mode | Jonathan Wakely |
20:58 | [PATCH] Fix non-reserved names in Parallel Mode headers | Jonathan Wakely |
20:05 | Re: [PATCH] Help compiler detect invalid code | François Dumont |
11:21 | Re: [PATCH] Fix algo constexpr tests in Debug mode | Jonathan Wakely |
09:08 | Re: [PATCH] Implement C++20 P1023 for __debug::array | Jonathan Wakely |
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]