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 29, 2016
| 09:19 | Re: [PATCH] Fix filesystem::path for iterators with const value_type | Jonathan Wakely |
October 28, 2016
| 19:43 | Default associative containers constructors/destructor/assignment | François Dumont |
| 19:40 | Re: [PATCH] Fix filesystem::path for iterators with const value_type | Tim Song |
| 18:50 | [PATCH] Make filesystem::path work with basic_string_view (P0392R0) | Jonathan Wakely |
| 17:48 | [PATCH] Fix filesystem::path for iterators with const value_type | Jonathan Wakely |
| 14:25 | [PATCH] Implement std::filesystem for C++17 | Jonathan Wakely |
| 14:09 | [PATCH] Implement std::launder for C++17 | Jonathan Wakely |
October 27, 2016
| 18:46 | Re: [PATCH, libstdc++]: Fix PR 70975, experimental/filesystem/operations/copy.cc FAILs on Solaris 12 | Uros Bizjak |
| 18:43 | Re: [PATCH, libstdc++]: Fix PR 70975, experimental/filesystem/operations/copy.cc FAILs on Solaris 12 | Jonathan Wakely |
| 18:41 | Re: [PATCH, libstdc++]: Fix PR 70975, experimental/filesystem/operations/copy.cc FAILs on Solaris 12 | Jonathan Wakely |
| 18:34 | [PATCH, libstdc++]: Fix PR 70975, experimental/filesystem/operations/copy.cc FAILs on Solaris 12 | Uros Bizjak |
| 14:37 | [PATCH] PR70975 Pass valid offset argument to sendfile | Jonathan Wakely |
| 13:55 | Re: Add uniform_inside_sphere_distribution | Jonathan Wakely |
| 13:35 | Re: [PATCH] Five patches for std::experimental::filesystem | Jonathan Wakely |
| 13:34 | Re: Add uniform_inside_sphere_distribution | Andreas Schwab |
October 26, 2016
| 17:10 | [v3 PATCH] Use constexpr addressof in optional, SFINAE housekeeping for any, optional and tuple. | Ville Voutilainen |
| 16:30 | Re: [PATCH] Fix build problem with eCos/newlib (PR 78110) | Jonathan Wakely |
| 16:26 | [PATCH] Fix build problem with eCos/newlib (PR 78110) | Bernd Edlinger |
| 15:40 | Re: Add uniform_inside_sphere_distribution | Ed Smith-Rowland |
| 15:34 | Re: [PATCH] Add recursive_directory_iterator::pop(error_code&) | Jonathan Wakely |
| 15:20 | [PATCH] Add recursive_directory_iterator::pop(error_code&) | Jonathan Wakely |
| 13:34 | Re: [PATCH] Five patches for std::experimental::filesystem | Jonathan Wakely |
| 11:29 | [PATCH] libstdc++/78111 fix fallback code for filesystem::canonical | Jonathan Wakely |
| 09:01 | Re: Add uniform_inside_sphere_distribution | Jonathan Wakely |
| 08:22 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
| 07:24 | Re: [PATCH] Five patches for std::experimental::filesystem | Christophe Lyon |
October 25, 2016
| 19:55 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | François Dumont |
| 15:32 | Re: [PATCH] Five patches for std::experimental::filesystem | Jonathan Wakely |
| 12:20 | Re: Add uniform_inside_sphere_distribution | Ed Smith-Rowland |
| 08:27 | Re: [C++ PATCH] __builtin_launder | Richard Biener |
October 24, 2016
October 23, 2016
| 23:35 | Re: [v3 PATCH] Cross-port exception-safety and move fixes of std::any to std::experimental::any. | Ville Voutilainen |
| 23:33 | [v3 PATCH] Cross-port exception-safety and move fixes of std::any to std::experimental::any. | Ville Voutilainen |
| 13:54 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | François Dumont |
October 22, 2016
| 16:39 | Re: [v3 PATCH] Cross-port the latest resolution of LWG2756 and some bug-fixes to experimental::optional. | Ville Voutilainen |
| 16:35 | [v3 PATCH] Cross-port the latest resolution of LWG2756 and some bug-fixes to experimental::optional. | Ville Voutilainen |
| 11:47 | Re: [PATCH] Three patches for std::experimental::filesystem | Jonathan Wakely |
| 10:45 | Re: Use version namespace in normal mode | Jonathan Wakely |
October 21, 2016
October 20, 2016
October 19, 2016
| 20:14 | Re: [PATCH] Make std::enable_shared_from_this cope with ambiguity | Jonathan Wakely |
| 20:13 | [PATCH] Make std::enable_shared_from_this cope with ambiguity | Jonathan Wakely |
| 19:35 | [v3 PATCH] Do the operator= SFINAE in the return type for optional, not in the template parameters. | Ville Voutilainen |
| 18:33 | Re: [PATCH] Implement P0084R2, Emplace return type, for C++17 | Jonathan Wakely |
| 18:18 | [PATCH] Fix incorrect comment about std::auto_ptr | Jonathan Wakely |
| 11:57 | Re: [PATCH] Fix std::experimental::shared_ptr SFINAE constraints | Jonathan Wakely |
| 10:48 | [patch, libstdc++] Optimize selection sampling by using generator to get two values at once | Eelis van der Weegen |
| 10:11 | Re: [PATCH] PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U | Jonathan Wakely |
| 09:35 | [PATCH] Fix std::experimental::shared_ptr SFINAE constraints | Jonathan Wakely |
| 09:35 | Re: [PATCH] PR77990 refactor unique_ptr to encapsulate tuple | Jonathan Wakely |
October 18, 2016
| 18:41 | Re: [PATCH] Fix typos in experimental::shared_ptr | Jonathan Wakely |
| 18:30 | [PATCH] Fix typos in experimental::shared_ptr | Jonathan Wakely |
| 16:13 | Re: [PATCH] PR77990 refactor unique_ptr to encapsulate tuple | Pedro Alves |
| 11:55 | Re: [PATCH] PR77990 refactor unique_ptr to encapsulate tuple | Jonathan Wakely |
| 11:42 | [PATCH] Don't define uses-allocator variable templates in C++11 | Jonathan Wakely |
| 08:30 | Re: [PATCH] Implement P0084R2, Emplace return type, for C++17 | Christophe Lyon |
October 17, 2016
| 14:38 | [PATCH] PR77994 Convert std::sample size argument to suitable type | Jonathan Wakely |
| 13:38 | [PATCH] PR77990 refactor unique_ptr to encapsulate tuple | Jonathan Wakely |
| 12:23 | [PATCH] PR77998 Remove std::thread::_Invoker::result_type | Jonathan Wakely |
| 12:00 | [PATCH] PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U | Jonathan Wakely |
| 11:57 | [PATCH] Implement P0084R2, Emplace return type, for C++17 | Jonathan Wakely |
October 16, 2016
| 13:14 | Re: [v3 PATCH] Make sure the return value of malloc_allocator::allocate is zero-initialized so that checking it for non-zero works later. | Jonathan Wakely |
October 15, 2016
October 14, 2016
| 19:42 | Re: [patch, libstdc++] std::shuffle: Generate two swap positions at a time if possible | Jonathan Wakely |
| 19:40 | [PATCH] Resolve ambiguities in std::experimental::sample test | Jonathan Wakely |
| 19:05 | [PATCH] Make std::bind use std::invoke | Jonathan Wakely |
| 16:11 | [PATCH] Avoid copies in std::scoped_allocator_adaptor piecewise construction | Jonathan Wakely |
| 13:53 | [v3] Remove more 'test' variables from the testcases | Paolo Carlini |
| 12:03 | [PATCH] PR65122 extended alignment support in allocators | Jonathan Wakely |
| 10:05 | Re: [Patch] include <bits/functexcept.h> in <variant> | Tim Shen |
| 09:31 | Re: [Patch] include <bits/functexcept.h> in <variant> | Jonathan Wakely |
| 09:25 | [Patch] include <bits/functexcept.h> in <variant> | Tim Shen |
| 09:12 | [PATCH] Simplify reference_wrapper nested typedefs | Jonathan Wakely |
October 13, 2016
October 12, 2016
| 21:26 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Tim Song |
| 20:36 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | François Dumont |
| 15:26 | [PATCH] Define std::sample for C++17 | Jonathan Wakely |
| 13:32 | Re: Tests that FAIL in C++17 mode | Jonathan Wakely |
| 13:30 | [PATCH] Make test helper work with non-copyable types | Jonathan Wakely |
| 12:51 | [v3] Rewrite VERIFY, remove 'test' variables | Paolo Carlini |
| 12:16 | Re: [PATCH] Do not copy std:call_once arguments (LWG 2442) | Jonathan Wakely |
| 11:24 | [PATCH] Add missing return to uninitialized_default_construct_n | Jonathan Wakely |
| 11:23 | [PATCH] Remove 'return' from noreturn function | Jonathan Wakely |
| 11:22 | [PATCH] Do not copy std:call_once arguments (LWG 2442) | Jonathan Wakely |
October 11, 2016
| 20:09 | Re: Tests that FAIL in C++17 mode | Jonathan Wakely |
| 14:07 | Re: [PATCH] Remove redundant const qualifliers from string_view | Jonathan Wakely |
| 10:49 | Tests that FAIL in C++17 mode | Jonathan Wakely |
| 10:42 | [PATCH] Optimise std::list::assign(initializer_list<T>) slightly | Jonathan Wakely |
| 10:41 | [PATCH] Simplify std::rethrow_if_nested definition | Jonathan Wakely |
| 10:38 | [PATCH] Enable printers and xmethods for std::__cxx11::list | Jonathan Wakely |
| 10:37 | [PATCH] Remove redundant const qualifliers from string_view | Jonathan Wakely |
| 10:35 | [PATCH] More noexcept for standard mutex types and locks | Jonathan Wakely |
October 10, 2016
October 09, 2016
| 22:20 | Fix for libstdc++-v3's error_constants.h for MinGW-W64 | niXman |
| 15:38 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
| 15:23 | [PATCH] Improve performance of list::reverse | Elliot Goodrich |
| 15:14 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
October 08, 2016
October 07, 2016
| 18:04 | [PATCH] Improve implementation-defined docs for libstdc++ | Jonathan Wakely |
| 18:03 | [PATCH] Implement std::has_unique_object_representations | Jonathan Wakely |
| 17:24 | Re: Testing <type_traits> | Jonathan Wakely |
| 16:29 | Re: Testing <type_traits> | Martin Sebor |
| 11:48 | Testing <type_traits> | Jonathan Wakely |
October 06, 2016
| 21:34 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
| 21:22 | [PATCH] Make std::scoped_allocator_adaptor's OUTERMOST recursive | Jonathan Wakely |
| 20:17 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | François Dumont |
| 16:06 | Re: Use version namespace in normal mode | Jonathan Wakely |
October 05, 2016
| 14:15 | [PATCH] Non-backwards compatible improvements to std::deque | Jonathan Wakely |
| 12:43 | Re: [PATCH] PR 70564 disambiguate constructors for not_fn call wrapper | Jonathan Wakely |
| 12:40 | Re: [PATCH] PR 70564 disambiguate constructors for not_fn call wrapper | Jonathan Wakely |
| 12:13 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
| 12:11 | Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Marc Glisse |
| 12:01 | [PATCH] PR 70101 fix allocator-extended ctors for std::priority_queue | Jonathan Wakely |
| 11:56 | [PATCH] 77864 Fix noexcept conditions for map/set default constructors | Jonathan Wakely |
| 11:35 | [PATCH] Remove invalid alias declaration from _Node_handle | Jonathan Wakely |
| 11:31 | [PATCH] PR 70564 disambiguate constructors for not_fn call wrapper | Jonathan Wakely |
October 03, 2016
| 21:29 | Re: [PATCH] Fix libstdc++ versioned namespace build | Jonathan Wakely |
| 17:01 | [PATCH] Define std::gcd and std::lcm for C++17 | Jonathan Wakely |
| 14:41 | [PATCH] Fix libstdc++ versioned namespace build | Jonathan Wakely |
| 11:31 | [PATCH] Ensure "C++" language linkage for std::abs overloads | Jonathan Wakely |
| 10:29 | Re: Shared mutex pool | Jonathan Wakely |
| 10:27 | Re: [v3 PATCH] PR libstdc++/77802 | Jonathan Wakely |
| 10:26 | Re: __cxa_allocate_exception (and thus throw) is not async-signal-safe | Jonathan Wakely |
October 01, 2016
| 15:10 | __cxa_allocate_exception (and thus throw) is not async-signal-safe | Florian Weimer |
| 12:22 | Re: Use version namespace in normal mode | 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]