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]
January 31, 2017
| 14:42 | Re: Pretty printers for versioned namespace | Jonathan Wakely |
| 02:26 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Tim Song |
| 00:49 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Ville Voutilainen |
January 30, 2017
| 22:41 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Ville Voutilainen |
| 22:06 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Tim Song |
| 20:41 | Re: Pretty printers for versioned namespace | François Dumont |
| 17:55 | [wwwdocs] Added /gcc-7/porting_to.html | Jonathan Wakely |
| 13:36 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Jonathan Wakely |
| 13:28 | Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Jonathan Wakely |
| 11:47 | [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. | Ville Voutilainen |
January 27, 2017
| 16:17 | [PATCH] PR libstdc++/79254 fix exception-safety in std::string::operator= | Jonathan Wakely |
January 26, 2017
| 19:39 | [PATCH] Fix libstdc++ testsuite failures in C++11 mode | Jonathan Wakely |
| 19:39 | [PATCH] PR libstdc++/70607 revert recent changes to <tr1/complex> | Jonathan Wakely |
| 18:32 | [PATCH] Fix namespace versioning and remove __detail::__identity helpers | Jonathan Wakely |
| 11:35 | Re: [PATCH] PR libstdc++/79190 add fallback aligned_alloc implementation | Jonathan Wakely |
| 00:05 | Re: [PATCH] PR libstdc++/79190 add fallback aligned_alloc implementation | Jakub Jelinek |
January 25, 2017
| 15:08 | Re: [PATCH] Fix "classe" typo in C++ Dialect Options docs | Jonathan Wakely |
| 15:07 | [PATCH] Fix "classe" typo in C++ Dialect Options docs | Jonathan Wakely |
| 15:07 | [PATCH] PR libstdc++/70607 make proj(T) and conj(T) return complex<T> | Jonathan Wakely |
January 24, 2017
| 18:34 | [PATCH] PR libstdc++/79190 add fallback aligned_alloc implementation | Jonathan Wakely |
| 18:03 | Re: [RFC] std::vector and std::string ASan annotations design | Jonathan Wakely |
| 17:14 | [RFC] std::vector and std::string ASan annotations design | Ivan Baravy |
| 15:44 | Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Ville Voutilainen |
| 14:48 | Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Marc Glisse |
| 14:46 | Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Ville Voutilainen |
| 14:16 | Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Jonathan Wakely |
| 12:54 | Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Ville Voutilainen |
| 12:05 | [PATCH] PR libstdc++/79206 check string_view sizes in operator== | Jonathan Wakely |
| 09:14 | Fwd: [PATCH, libstdc++-v3] Fix 69301.cc FAIL: require atomic builtins | Thomas Preudhomme |
January 23, 2017
| 23:59 | Re: [PATCH] PR libstdc++/79195 fix make_array type deduction | Jonathan Wakely |
| 23:40 | Re: [PATCH] PR libstdc++/79195 fix make_array type deduction | David Edelsohn |
| 15:56 | [PATCH] PR libstdc++/79195 fix make_array type deduction | Jonathan Wakely |
| 14:38 | Re: http://gcc.gnu.org/onlinedocs/libstdc++/ext/lwg-active.html | Jonathan Wakely |
| 07:19 | [libstdc++] manual/debug.xml: code.google.com uses https now | Gerald Pfeifer |
January 22, 2017
| 21:19 | Re: Cleanup _Rb_tree_impl in versioned namespace | Jonathan Wakely |
| 21:14 | Cleanup _Rb_tree_impl in versioned namespace | François Dumont |
| 16:29 | Re: [libstdc++,doc] Use canonical address for C++ ABI | Markus Trippelsdorf |
| 16:20 | Re: [libstdc++,doc] Use canonical address for C++ ABI | Gerald Pfeifer |
| 16:11 | Re: [v3 PATCH] PR libstdc++/78420 | Ville Voutilainen |
| 15:58 | Re: [v3 PATCH] PR libstdc++/78420 | Tim Song |
| 15:43 | [v3 PATCH] PR libstdc++/78420 | Ville Voutilainen |
January 21, 2017
| 21:26 | http://gcc.gnu.org/onlinedocs/libstdc++/ext/lwg-active.html | Gerald Pfeifer |
January 20, 2017
January 19, 2017
January 18, 2017
| 21:18 | Re: Confused by <bits/predefined_ops.h> | François Dumont |
| 19:24 | Re: transaction_safe exceptions prevent libstdc++ building for some targets | DJ Delorie |
| 19:08 | Re: transaction_safe exceptions prevent libstdc++ building for some targets | Joe Seymour |
| 18:37 | [PATCH] PR69301 don't assume atomic<T> can default construct T | Jonathan Wakely |
| 17:19 | [PATCH] PR68925 don't use thread_local static for stateless object | Jonathan Wakely |
| 13:19 | Re: Confused by <bits/predefined_ops.h> | Jonathan Wakely |
| 13:00 | Confused by <bits/predefined_ops.h> | Jonathan Wakely |
January 17, 2017
January 16, 2017
| 15:58 | [PATCH] PR66145 use new ABI for std::ios::failure exceptions | Jonathan Wakely |
| 11:41 | [PATCH] PR78702 fix accessibility of locale::facet::__shim | Jonathan Wakely |
| 11:33 | Re: [v3 PATCH] PR libstdc++/78389 | Jonathan Wakely |
| 11:24 | Re: [v3 PATCH] PR libstdc++/78389 | Jonathan Wakely |
January 15, 2017
| 17:26 | Re: [v3 PATCH] PR libstdc++/78389 | Ville Voutilainen |
| 17:22 | Re: [v3 PATCH] PR libstdc++/78389 | Ville Voutilainen |
| 17:07 | Re: [v3 PATCH] PR libstdc++/78389 | Ville Voutilainen |
| 17:01 | Re: [v3 PATCH] PR libstdc++/78389 | Ville Voutilainen |
| 16:42 | Re: [v3 PATCH] PR libstdc++/78389 | Tim Song |
January 14, 2017
| 11:57 | [PATCH] Skip tests that are incompatible with Profile Mode | Jonathan Wakely |
January 13, 2017
January 12, 2017
| 17:29 | Re: [PATCH] PR77528 add default constructors for container adaptors | Jonathan Wakely |
| 14:30 | [PATCH] PR66284 remove std::function special case for reference_wrapper | Jonathan Wakely |
January 11, 2017
January 10, 2017
| 22:19 | Re: [v3 PATCH] Reduce the size of variant, it doesn't need an index of type size_t internally. | Ville Voutilainen |
| 21:23 | Re: Why do we { dg-require-debug-mode "" } for tests not using it? | François Dumont |
| 18:15 | Re: [PATCH] PR77528 add default constructors for container adaptors | Tim Song |
| 17:47 | [PATCH] Adjust effective target selector to fix C++17 FAIL | Jonathan Wakely |
| 17:46 | Why do we { dg-require-debug-mode "" } for tests not using it? | Jonathan Wakely |
| 17:38 | Re: [PATCH] improve string find algorithm | Jonathan Wakely |
| 17:33 | [PATCH] PR77528 add default constructors for container adaptors | Jonathan Wakely |
| 16:12 | Re: [PATCH] improve string find algorithm | Manfred |
| 14:16 | Re: Fix compilation errors with libstdc++v3 for AVR target and allow --enable-libstdcxx | Jonathan Wakely |
| 12:39 | Re: Pretty printers for versioned namespace | Jonathan Wakely |
January 09, 2017
January 06, 2017
January 05, 2017
| 17:36 | [PATCH] Remove unnecessary typedef from std::function | Jonathan Wakely |
| 11:50 | Re: [build, libgo, libstdc++] Build libgo with -Wa,-nH if possible (PR go/78978) | Jonathan Wakely |
| 09:21 | [build, libgo, libstdc++] Build libgo with -Wa,-nH if possible (PR go/78978) | Rainer Orth |
| 03:19 | Re: [PATCH] s/__unused/__dimensions/ in <variant> | Tim Shen via libstdc++ |
| 03:16 | [PATCH] s/__unused/__dimensions/ in <variant> | Tim Shen via libstdc++ |
January 04, 2017
| 15:43 | [PATCH] PR78968 add configure check for __cxa_thread_atexit in libc | Jonathan Wakely |
| 15:22 | Re: [PATCH] libstdc++: Allow using <future> without lock free atomic int | Christophe Lyon |
| 15:10 | Re: [PATCH] libstdc++: Allow using <future> without lock free atomic int | Jonathan Wakely |
| 15:01 | Re: [PATCH] libstdc++: Allow using <future> without lock free atomic int | Christophe Lyon |
| 12:54 | Re: [v3 PATCH] Implement 2801, Default-constructibility of unique_ptr. | Jonathan Wakely |
| 12:52 | Re: Pretty printers for versioned namespace | Jonathan Wakely |
| 11:02 | Re: [PATCH] libstdc++: Allow using <future> without lock free atomic int | Jonathan Wakely |
| 02:33 | [doc,libstdc++] sourceforge.net defaults to https, adjust reference | Gerald Pfeifer |
January 03, 2017
| 15:32 | Re: [PATCH] libstdc++: Allow using <future> without lock free atomic int | Jonathan Wakely |
| 14:17 | Re: [PATCH] Implement P0393R3 | Jonathan Wakely |
| 13:31 | [PATCH] Add deleted std::thread(const thread&&) constructor | Jonathan Wakely |
| 11:16 | [PATCH] Fix typos in libstdc++ docs and update copyright years | Jonathan Wakely |
January 02, 2017
| 00:55 | [libstdc++,doc] Use canonical address for C++ ABI | Gerald Pfeifer |
January 01, 2017
| 12:17 | [PATCH] Implement P0393R3 | Tim Shen via libstdc++ |
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]