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, 2017
| 12:04 | RE: [PATCH 13/22] Enable building libstdc++-v3 with Intel CET | Tsimbalist, Igor V |
October 30, 2017
| 18:15 | Re: Fix pretty printers for versioned namespace | Jonathan Wakely |
| 17:59 | Re: Fix pretty printers for versioned namespace | Jonathan Wakely |
| 17:13 | Re: Fix pretty printers for versioned namespace | François Dumont |
| 16:29 | Re: Why do we create a broken symlink for include/bits/stamp-bits ? | Jonathan Wakely |
| 15:36 | Re: RFC: why do our std::ofsteam functions add ios_base::trunc ? | Jonathan Wakely |
| 14:57 | [PATCH] Minor tweak to libstdc++ FAQ | Jonathan Wakely |
| 14:55 | [PATCH] Minor header reorganization for unordered containers | Jonathan Wakely |
| 14:13 | Re: [v3 PATCH] Implement LWG 2485 | Jonathan Wakely |
October 29, 2017
| 10:46 | Re: [v3 PATCH] Implement LWG 2485 | Ville Voutilainen |
October 28, 2017
| 21:57 | [v3 PATCH] Implement LWG 2485 | Ville Voutilainen |
October 27, 2017
| 17:53 | [PATCH] Simplify _Node_insert_return to avoid including <tuple> | Jonathan Wakely |
| 17:52 | [PATCH] List headers in Makefile in alphabetical order | Jonathan Wakely |
| 17:51 | [PATCH] Remove noexcept from filesystem iterators and operations (LWG 3013, 3014) | Jonathan Wakely |
| 17:50 | [PATCH] Make filesystem::file_status default constructor non-explicit (LWG 2787) | Jonathan Wakely |
| 13:00 | Re: [PATCH] Provide filesystem::path overloads for file streams (LWG 2676, partial) | Jonathan Wakely |
| 12:44 | [PATCH] Provide filesystem::path overloads for file streams (LWG 2676, partial) | Jonathan Wakely |
| 12:03 | [PATCH] Define std::filesystem::path::format enum (P0430R2) | Jonathan Wakely |
October 26, 2017
October 25, 2017
| 14:18 | Re: [PATCH] Update C++17 library status documentation | Jonathan Wakely |
| 14:06 | [PATCH] Update C++17 library status documentation | Jonathan Wakely |
| 13:56 | [PATCH] PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings | Jonathan Wakely |
| 12:47 | [PATCH] PR libstdc++/79283 fix filesystem::read_symlink for /proc | Jonathan Wakely |
| 12:43 | [PATCH] Fix filesystem::path::lexically_normal algorithm | Jonathan Wakely |
| 12:18 | Why do we create a broken symlink for include/bits/stamp-bits ? | Jonathan Wakely |
| 00:28 | [PATCH] PR libstdc++/82706 fix test for case where operations succeed | Jonathan Wakely |
October 24, 2017
October 23, 2017
| 22:07 | Re: Make tests failing with version namespace UNSUPPORTED | Jonathan Wakely |
| 20:07 | Re: Make tests failing with version namespace UNSUPPORTED | François Dumont |
| 19:08 | Re: Make istreambuf_iterator::_M_sbuf immutable and add debug checks | François Dumont |
| 18:00 | Re: [libstdc++, patch] Fix build on APFS file system | Jonathan Wakely |
| 17:48 | Re: [libstdc++, patch] Fix build on APFS file system | FX |
| 17:43 | Re: [libstdc++, patch] Fix build on APFS file system | Mike Stump |
| 12:12 | [PATCH] Implement C++17 Filesystem library | Jonathan Wakely |
| 11:11 | [PATCH] PR libstdc++/82644 document IS 29124 support | Jonathan Wakely |
October 21, 2017
| 01:20 | Re: [PATCH] Fix path::iterator post-increment and post-decrement | Jonathan Wakely |
October 20, 2017
| 21:06 | [PATCH] Update value of __cpp_lib_chrono feature-test macro | Jonathan Wakely |
| 18:19 | [PATCH] Define __cpp_lib_byte feature-test macro | Jonathan Wakely |
October 19, 2017
| 14:02 | [PATCH] Improve tests for error reporting in Filesystem TS | Jonathan Wakely |
| 14:00 | [PATCH] Fix path::iterator post-increment and post-decrement | Jonathan Wakely |
| 13:59 | [PATCH] Update references to C++17 in libstdc++ manual | Jonathan Wakely |
| 13:58 | [PATCH] Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test | Jonathan Wakely |
| 10:27 | Re: [libstdc++, patch] Fix build on APFS file system | Petr Ovtchenkov |
| 08:43 | Re: [libstdc++, patch] Fix build on APFS file system | FX |
| 08:37 | Re: [libstdc++, patch] Fix build on APFS file system | Richard Biener |
| 05:39 | Re: Rb_tree constructor optimization | François Dumont |
| 00:28 | Re: [libstdc++, patch] Fix build on APFS file system | Jonathan Wakely |
| 00:27 | Re: [libstdc++, patch] Fix build on APFS file system | Jonathan Wakely |
October 18, 2017
| 22:41 | Re: [libstdc++, patch] Fix build on APFS file system | Hans-Peter Nilsson |
| 21:58 | Re: [libstdc++, patch] Fix build on APFS file system | FX |
| 21:05 | Re: [libstdc++, patch] Fix build on APFS file system | Jonathan Wakely |
| 20:59 | Re: [libstdc++, patch] Fix build on APFS file system | FX |
| 20:41 | Re: [libstdc++, patch] Fix build on APFS file system | Petr Ovtchenkov |
| 14:51 | [libstdc++, patch] Fix build on APFS file system | FX |
October 17, 2017
| 19:48 | [v3 PATCH] Deduction guides for associative containers, debug mode deduction guide fixes. | Ville Voutilainen |
October 16, 2017
| 05:46 | Re: [Bug libstdc++/82558] [8 Regression] V8 JavaScript engine segfaults since r249235 | François Dumont |
October 13, 2017
| 17:14 | Make istreambuf_iterator::_M_sbuf immutable and add debug checks | François Dumont |
| 12:40 | [PATCH] PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) | Jonathan Wakely |
| 12:39 | [PATCH] PR libstdc++/82481 Suppress clang-tidy warnings | Jonathan Wakely |
| 12:08 | RE: [PATCH 13/22] Enable building libstdc++-v3 with Intel CET | Tsimbalist, Igor V |
October 10, 2017
| 14:21 | Re: [PATCH] libstdc++: istreambuf_iterator proxy (was: keep attached streambuf) | Jonathan Wakely |
| 11:28 | [PATCH] PR libstdc++/82417 do not include C99 <complex.h> in strict modes | Jonathan Wakely |
| 11:28 | [PATCH] Update comment referring to status of LWG issue 111 | Jonathan Wakely |
| 05:52 | Re: [PATCH] libstdc++: istreambuf_iterator proxy | Petr Ovtchenkov |
October 09, 2017
| 19:32 | Re: [PATCH] libstdc++: istreambuf_iterator proxy | Petr Ovtchenkov |
October 08, 2017
| 14:59 | Re: [PATCH] libstdc++: istreambuf_iterator proxy | François Dumont |
October 07, 2017
| 17:08 | Re: Performance improvements for std::sort | Jonathan Wakely |
| 16:11 | Performance improvements for std::sort | Furkan Usta |
October 06, 2017
| 18:00 | Re: [PATCH] libstdc++: istreambuf_iterator proxy (was: keep attached streambuf) | Petr Ovtchenkov |
| 16:01 | Re: [PATCH] libstdc++: istreambuf_iterator proxy (was: keep attached streambuf) | François Dumont |
| 13:27 | Re: std^shared_ptr compile error for 2D array type (G++7.2) | goldenhawking |
| 11:55 | Re: primitive type size | Onorato Vaticone |
| 11:37 | Re: primitive type size | Jonathan Wakely |
| 11:25 | Re: std::shared_ptr compile error for 2D array type (G++7.2) | Jonathan Wakely |
| 11:20 | Re: primitive type size | Jonathan Wakely |
| 11:02 | Re: std::shared_ptr compile error for 2D array type (G++7.2) | Jonathan Wakely |
| 10:48 | Re: std::shared_ptr compile error for 2D array type (G++7.2) | Jonathan Wakely |
| 10:45 | Re: primitive type size | Onorato Vaticone |
| 08:47 | std::shared_ptr compile error for 2D array type (G++7.2) | goldenhawking |
| 07:44 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Christophe Lyon |
October 05, 2017
| 22:28 | Re: primitive type size | Jonathan Wakely |
| 21:31 | primitive type size | Onorato Vaticone |
| 20:27 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jonathan Wakely |
| 20:00 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Christophe Lyon |
October 04, 2017
| 23:23 | Re: Make tests less istreambuf_iterator implementation dependent | Jonathan Wakely |
| 16:21 | Re: Make tests less istreambuf_iterator implementation dependent | François Dumont |
| 05:04 | [PATCH v2] libstdc++: istreambuf_iterator keep attached streambuf | Petr Ovtchenkov |
October 03, 2017
| 23:43 | Re: [PATCH] detect incompatible aliases (PR c/81854) | Martin Sebor |
| 21:41 | Re: [PATCH] detect incompatible aliases (PR c/81854) | Andreas Schwab |
| 20:39 | Re: [PATCH] libstdc++: istreambuf_iterator keep attached streambuf | Petr Ovtchenkov |
| 14:31 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jonathan Wakely |
| 14:20 | Re: Make tests less istreambuf_iterator implementation dependent | Jonathan Wakely |
October 02, 2017
| 22:53 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jonathan Wakely |
| 20:17 | Re: [PATCH] detect incompatible aliases (PR c/81854) | Martin Sebor |
| 19:53 | Re: [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jakub Jelinek |
| 19:53 | Re: [PATCH] detect incompatible aliases (PR c/81854) | Joseph Myers |
| 19:49 | Re: [PATCH] detect incompatible aliases (PR c/81854) | Steve Ellcey |
| 14:13 | [PATCH] C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jonathan Wakely |
| 05:43 | Re: Make tests less istreambuf_iterator implementation dependent | François Dumont |
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]