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, 2014
| 22:55 | Re: problem in nested include -- missing a definition? | Jonathan Wakely |
| 22:45 | Re: problem in nested include -- missing a definition? | Linda A. Walsh |
| 22:08 | Re: problem in nested include -- missing a definition? | Jonathan Wakely |
| 21:51 | problem in nested include -- missing a definition? | Linda A. Walsh |
| 20:52 | Re: [patch] Make std::vector<bool> meet C++11 allocator requirements. | Daniel Krügler |
| 20:49 | [patch] Make std::vector<bool> meet C++11 allocator requirements. | Jonathan Wakely |
| 20:08 | Re: "Interesting" behavior in std::locale | James Benze |
| 19:53 | Re: "Interesting" behavior in std::locale | Jonathan Wakely |
| 19:45 | Re: "Interesting" behavior in std::locale | Jonathan Wakely |
| 18:56 | Re: "Interesting" behavior in std::locale | James Benze |
| 18:36 | Re: "Interesting" behavior in std::locale | Jonathan Wakely |
| 16:07 | "Interesting" behavior in std::locale | James Benze |
| 11:27 | Re: [PATCH, committed] AIX libstdc++ configure.host LD_FLAGS | Michael Haubenwallner |
October 30, 2014
| 14:29 | Re: [Ping] Port of VTV for Cygwin and MinGW | Patrick Wollgast |
| 14:19 | [PATCH, committed] AIX libstdc++ configure.host LD_FLAGS | David Edelsohn |
October 29, 2014
| 18:40 | [patch] Use perfect forwarding in std::function's invokers | Jonathan Wakely |
| 18:22 | Add Library Fundamentals <experimental/algorithm> and <experimental/functional> | Jonathan Wakely |
October 25, 2014
| 20:21 | Re: [patch] No allocation for empty unordered containers | François Dumont |
October 24, 2014
| 14:14 | Unifying std::atomic_int and std::atomic<int> | Jonathan Wakely |
| 12:50 | [v3] Minor <atomic> tweaks | Paolo Carlini |
October 23, 2014
| 16:55 | [patch] Update libstdc++ status docs | Jonathan Wakely |
| 16:00 | [patch] Define std::promise::set_value_at_thread_exit() etc. | Jonathan Wakely |
| 03:19 | Re: [Patch, libstdc++/63497] Avoid dereferencing invalid iterator in regex_executor | Tim Shen |
October 22, 2014
October 21, 2014
| 16:55 | Re: [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Tim Shen |
| 16:45 | Re: [Patch, libstdc++/63497] Avoid dereferencing invalid iterator in regex_executor | Tim Shen |
| 13:11 | Re: [libstdc++ PATCH] More Fundamentals v1 variable templates | Jonathan Wakely |
| 12:26 | Re: [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Jonathan Wakely |
| 10:25 | Re: [Patch, libstdc++/63497] Avoid dereferencing invalid iterator in regex_executor | Jonathan Wakely |
| 04:19 | Re: [libstdc++ PATCH] More Fundamentals v1 variable templates | Ville Voutilainen |
October 20, 2014
| 22:08 | Re: [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Jonathan Wakely |
| 20:49 | Re: sort_heap complexity guarantee | Marc Glisse |
| 20:22 | Re: sort_heap complexity guarantee | FranÃois Dumont |
| 17:40 | Re: [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Tim Shen |
| 17:23 | [Patch, libstdc++/63497] Avoid dereferencing invalid iterator in regex_executor | Tim Shen |
| 12:38 | Re: [libstdc++ PATCH] More Fundamentals v1 variable templates | Jonathan Wakely |
| 12:35 | Re: [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Jonathan Wakely |
| 11:27 | Re: [wwwdocs] Add recent C++ changes to gcc-5/changes.html | Jonathan Wakely |
October 19, 2014
| 20:19 | Re: [wwwdocs] Add recent C++ changes to gcc-5/changes.html | Gerald Pfeifer |
October 18, 2014
| 20:23 | Re: [libstdc++ PATCH] More Fundamentals v1 variable templates | Ville Voutilainen |
| 20:18 | [libstdc++ PATCH] More Fundamentals v1 variable templates | Ville Voutilainen |
| 07:24 | Re: sort_heap complexity guarantee | Marc Glisse |
October 17, 2014
| 20:46 | [Bug libstdc++/61107] stl_algo.h: std::__inplace_stable_partition() doesn't process the whole data range | FranÃois Dumont |
| 18:28 | [patch] libstdc++/57250 shared_ptr atomic operations | Jonathan Wakely |
| 12:34 | [wwwdocs] Add recent C++ changes to gcc-5/changes.html | Jonathan Wakely |
| 12:22 | Re: [libstdc++ PATCH] Implement the Library Fundamentals v1 variable templates for type traits | Jonathan Wakely |
| 12:21 | [v3 patch] partially fix testsuite/27_io/headers/cstdio/types_std.cc | Jonathan Wakely |
| 09:41 | [patch] LWG 2019 - std::isblank<C>(C, const std::locale&) | Jonathan Wakely |
October 16, 2014
| 20:04 | Re: [libstdc++ PATCH] Implement the Library Fundamentals v1 variable templates for type traits | Ville Voutilainen |
| 19:25 | [libstdc++ PATCH] Implement the Library Fundamentals v1 variable templates for type traits | Ville Voutilainen |
| 11:03 | Re: __intN patch 3/5: main __int128 -> __intN conversion. | Andreas Schwab |
| 10:19 | Re: [Ping] Port of VTV for Cygwin and MinGW | Patrick Wollgast |
| 09:37 | Re: [Bug libstdc++/63500] [4.9/5 Regression] bug in debug version of std::make_move_iterator? | Jonathan Wakely |
| 08:06 | Re: [v3] Minimally exercise the other alias_decls in <type_traits> | Paolo Carlini |
October 15, 2014
October 14, 2014
| 21:51 | [Bug libstdc++/63500] [4.9/5 Regression] bug in debug version of std::make_move_iterator? | FranÃois Dumont |
| 21:10 | Re: __intN patch 3/5: main __int128 -> __intN conversion. | DJ Delorie |
| 20:17 | Re: __intN patch 3/5: main __int128 -> __intN conversion. | Markus Trippelsdorf |
| 18:02 | Re: [PATCH 2/3] libstdc++: Add put_time support. | Rüdiger Sonderfeld |
| 17:25 | [patch] Update libstdc++ status docs | Jonathan Wakely |
| 17:14 | [patch] Make std::align tests depend on stdint.h | Jonathan Wakely |
| 17:02 | Re: [PATCH 2/3] libstdc++: Add put_time support. | Jonathan Wakely |
| 08:45 | [v3] Rename a few testcases | Paolo Carlini |
October 13, 2014
| 15:28 | Re: [PATCH 2/3] libstdc++: Add put_time support. | Jonathan Wakely |
| 14:19 | Re: [PATCH 1/2] libstdc++: Add std::align. | Jonathan Wakely |
| 13:04 | Re: [PATCH 1/2] libstdc++: Add std::align. | Jonathan Wakely |
| 12:17 | Re: [libstdc++] Add xmethods for array, deque, forward_list, list and vector. | Siva Chandra |
| 12:10 | Re: [PATCH 1/2] libstdc++: Add std::align. | Jonathan Wakely |
| 12:08 | Re: [PATCH 2/3] libstdc++: Add put_time support. | Jonathan Wakely |
| 11:23 | Re: [libstdc++] Add xmethods for array, deque, forward_list, list and vector. | Jonathan Wakely |
| 11:21 | Re: [PATCH 1/2] libstdc++: Add std::align. | Jonathan Wakely |
| 10:36 | Re: [PATCH 1/2] libstdc++: Add std::align. | Rüdiger Sonderfeld |
| 10:04 | Re: [PATCH 1/2] libstdc++: Add std::align. | Jonathan Wakely |
| 09:03 | Re: [v3, patch] Move std::list::_M_size closer to iterators | Jonathan Wakely |
October 12, 2014
| 19:41 | [v3, patch] Move std::list::_M_size closer to iterators | Marc Glisse |
| 13:49 | [libstdc++] Add xmethods for array, deque, forward_list, list and vector. | Siva Chandra |
October 10, 2014
| 16:15 | Regenerated libstdc++-v3/testsuite/Makefile.in | Jonathan Wakely |
| 15:40 | Re: [patch] Use abi_tag attribute on std::list | Jonathan Wakely |
| 14:54 | Re: [PATCH] gcc parallel make check | Jakub Jelinek |
| 14:50 | Re: [PATCH] gcc parallel make check | Christophe Lyon |
| 14:20 | Re: [PATCH] gcc parallel make check | Jakub Jelinek |
| 14:09 | Re: [PATCH] gcc parallel make check | Christophe Lyon |
October 09, 2014
| 18:18 | Re: [PATCH] PR libstdc++/60132, implement the remaining C++11 is_trivially_* traits | Jonathan Wakely |
| 14:42 | Re: [Ping] Port of VTV for Cygwin and MinGW | Kai Tietz |
| 13:52 | Re: [Ping] Port of VTV for Cygwin and MinGW | Patrick Wollgast |
| 10:40 | Re: Possible improvement to std::list::sort | David Kastrup |
| 08:25 | Re: [PATCH] PR libstdc++/60132, implement the remaining C++11 is_trivially_* traits | Paolo Carlini |
| 06:38 | Re: Possible improvement to std::list::sort | Dhruv Matani |
| 06:10 | Re: [PATCH] PR libstdc++/60132, implement the remaining C++11 is_trivially_* traits | Ville Voutilainen |
October 08, 2014
October 07, 2014
| 23:18 | Possible improvement to std::list::sort | Ivo Doko |
| 21:13 | Re: sort_heap complexity guarantee | Daniel Krügler |
| 21:11 | Re: sort_heap complexity guarantee | François Dumont |
| 19:10 | Re: [PATCH v2] libstdc++: Add hexfloat/defaultfloat io manipulators. | Andreas Schwab |
| 16:39 | Re: SD-6 C++ feature-testing macros for 4.9 | Jason Merrill |
| 14:46 | Re: Profile mode maintenance patch | Jonathan Wakely |
| 12:36 | [wwwdocs] Update libstdc++ section of gcc-5/changes.html | Jonathan Wakely |
| 09:04 | Re: Compare two regular expressions -> check if empty() | Jonathan Wakely |
October 06, 2014
| 21:05 | Re: sort_heap complexity guarantee | Daniel Krügler |
| 21:00 | Re: sort_heap complexity guarantee | FranÃois Dumont |
| 20:53 | Compare two regular expressions -> check if empty() | Stefan Schweter |
| 20:29 | Re: Profile mode maintenance patch | François Dumont |
| 16:37 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Ed Smith-Rowland |
| 15:56 | Re: [PATCH v2] libstdc++: Add hexfloat/defaultfloat io manipulators. | Jonathan Wakely |
| 12:32 | [patch] Add std::experimental::apply() | Jonathan Wakely |
| 09:54 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Jonathan Wakely |
| 09:28 | Re: Profile mode maintenance patch | Jonathan Wakely |
October 05, 2014
| 20:54 | Re: sort_heap complexity guarantee | Marc Glisse |
| 20:03 | Re: [Bug libstdc++/63456] unordered_map incorrectly frees _M_single_bucket. Patch Included | FranÃois Dumont |
| 20:00 | sort_heap complexity guarantee | FranÃois Dumont |
| 19:38 | Re: [Bug libstdc++/63456] unordered_map incorrectly frees _M_single_bucket. Patch Included | Paolo Carlini |
| 19:26 | Re: [Bug libstdc++/63456] unordered_map incorrectly frees _M_single_bucket. Patch Included | Jonathan Wakely |
| 18:51 | [Bug libstdc++/63456] unordered_map incorrectly frees _M_single_bucket. Patch Included | FranÃois Dumont |
October 04, 2014
| 23:28 | SD-6 C++ feature-testing macros for 4.9 | Ed Smith-Rowland |
| 20:54 | Re: Profile mode maintenance patch | François Dumont |
| 19:08 | Re: Seeming g++-specific "feature deficit"... | Linda A. Walsh |
| 18:48 | Re: Seeming g++-specific "feature deficit"... | Jonathan Wakely |
| 13:03 | Re: Seeming g++-specific "feature deficit"... | Linda A. Walsh |
| 06:41 | Re: Seeming g++-specific "feature deficit"... | Marc Glisse |
| 03:29 | Seeming g++-specific "feature deficit"... | Linda A. Walsh |
October 03, 2014
| 15:33 | Re: [patch] Use abi_tag attribute on std::list | Marc Glisse |
| 15:24 | Re: [patch] Use abi_tag attribute on std::list | Jonathan Wakely |
| 14:50 | Re: [patch] Use abi_tag attribute on std::list | Jonathan Wakely |
| 14:29 | Re: [patch] libstdc++/63449 remove outdated documentation | Jonathan Wakely |
| 14:25 | Re: [patch] Use abi_tag attribute on std::list | Marc Glisse |
| 13:36 | [patch] libstdc++/63449 remove outdated documentation | Jonathan Wakely |
| 13:04 | [patch] Use abi_tag attribute on std::list | Jonathan Wakely |
| 09:41 | Re: std::is_final for gcc-4.9 branch. | Jonathan Wakely |
| 08:54 | Re: [PATCH] Add libstdc++ baseline_symbols for aarch64 | Christophe Lyon |
| 07:55 | Re: [PATCH] Add libstdc++ baseline_symbols for aarch64 | Andreas Schwab |
October 02, 2014
| 20:29 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Paolo Carlini |
| 19:39 | Re: [PATCH] Add libstdc++ baseline_symbols for aarch64 | Christophe Lyon |
| 15:52 | Re: Why doesn't <ctgmath> include <ccomplex>? | Jonathan Wakely |
| 15:03 | Re: Many regressions in *_neg testcases | Ed Smith-Rowland |
| 12:40 | Re: Many regressions in *_neg testcases | Ed Smith-Rowland |
| 12:21 | Re: Many regressions in *_neg testcases | Paolo Carlini |
| 12:16 | Re: Many regressions in *_neg testcases | Jonathan Wakely |
| 11:57 | Many regressions in *_neg testcases | Paolo Carlini |
| 08:52 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Jonathan Wakely |
| 08:49 | Re: std::regex: inserting std::wregex to std::vector loses some std::wregex values | Jonathan Wakely |
| 08:08 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Ed Smith-Rowland |
| 06:51 | Re: [PATCH C++] - SD-6 Implementation Part 3 - . | Ed Smith-Rowland |
| 06:45 | Re: std::regex: inserting std::wregex to std::vector loses some std::wregex values | Tim Shen |
October 01, 2014
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]