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]
September 30, 2018
| 14:06 | [libstdc++,doc] adjust link to www.oracle.com | Gerald Pfeifer |
| 10:55 | [libstdc++,doc] Update link to Microsoft Component Model Object Technologies | Gerald Pfeifer |
September 29, 2018
| 11:27 | [libstdc++,doc] Tweak links to FSF web site | Gerald Pfeifer |
| 08:56 | Re: vector<bool> _M_start and 0 offset | Marc Glisse |
September 28, 2018
| 20:26 | [PATCH] Simplify __gnu_debug::__foreign_iterator3 | François Dumont |
| 12:01 | Re: Fix pretty printers in _GLIBCXX_DEBUG mode | Jonathan Wakely |
| 11:51 | Re: Make associative container operators inline friend | Jonathan Wakely |
September 27, 2018
| 20:38 | Make associative container operators inline friend | François Dumont |
September 26, 2018
| 19:03 | Re: [PATCH] PR libstdc++/59439 optimize uses of classic ("C") std::locale | Jonathan Wakely |
| 17:31 | Re: [PATCH] PR libstdc++/59439 optimize uses of classic ("C") std::locale | Florian Weimer |
| 16:17 | [PATCH] PR libstdc++/59439 optimize uses of classic ("C") std::locale | Jonathan Wakely |
September 25, 2018
| 23:59 | Performance of std::generate_canonical and std::uniform_real_distribution | Gilberto Noronha |
| 20:12 | Fix pretty printers in _GLIBCXX_DEBUG mode | François Dumont |
| 14:59 | [PATCH] PR libstdc++/87431 optimise valueless_by_exception() | Jonathan Wakely |
| 14:58 | Re: [PATCH] Use steady_clock to implement condition_variable::wait_for with predicate | Jonathan Wakely |
September 24, 2018
| 22:01 | [libstdc++,doc] doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ" to https | Gerald Pfeifer |
| 11:14 | [libstdc++,doc] update a link in doc/xml/manual/policy_data_structures_biblio.xml | Gerald Pfeifer |
September 23, 2018
| 14:59 | [libstdc++,doc] doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https | Gerald Pfeifer |
September 21, 2018
September 20, 2018
| 17:10 | Re: [PATCH] PR libstdc++/78179 run long double tests separately | Christophe Lyon |
| 14:22 | Re: [PATCH] PR libstdc++/78179 run long double tests separately | Jonathan Wakely |
| 13:36 | Re: [PATCH] PR libstdc++/78179 run long double tests separately | Christophe Lyon |
September 19, 2018
| 21:13 | Re: [PATCH] PR libstdc++/78179 run long double tests separately | Rainer Orth |
| 21:06 | Re: [PATCH] PR libstdc++/78179 run long double tests separately | Christophe Lyon |
| 16:20 | Re: [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | François Dumont |
| 11:21 | Re: Transform assertion into optimization hints | Jonathan Wakely |
| 11:07 | Re: [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | Jonathan Wakely |
| 09:42 | Re: Transform assertion into optimization hints | Jonathan Wakely |
| 09:16 | Re: Transform assertion into optimization hints | Jonathan Wakely |
| 09:13 | Re: [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | Jonathan Wakely |
| 09:02 | Re: Add RequireInputIter on unordered containers | Jonathan Wakely |
| 06:16 | Add RequireInputIter on unordered containers | François Dumont |
| 05:40 | Re: Transform assertion into optimization hints | François Dumont |
September 18, 2018
| 20:39 | Re: [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | François Dumont |
| 16:07 | Re: unique_ptr's new static_assert check whether deleter can be invoked fails | Jonathan Wakely |
| 08:44 | Re: [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | Jonathan Wakely |
| 06:11 | Re: Transform assertion into optimization hints | Marc Glisse |
| 05:43 | Re: Transform assertion into optimization hints | François Dumont |
| 05:15 | Re: vector<bool> _M_start and 0 offset | François Dumont |
September 17, 2018
September 15, 2018
| 12:27 | vector<bool> _M_start and 0 offset | Marc Glisse |
September 13, 2018
| 13:49 | [PATCH] Limit workaround for Clang bug to __clang_major__ <= 7 | Jonathan Wakely |
| 05:49 | [PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156) | François Dumont |
September 12, 2018
| 14:35 | [PATCH] Use steady_clock to implement condition_variable::wait_for with predicate | Mike Crowe |
September 11, 2018
| 11:51 | [PATCH] PR libstdc++/87278 restore support for std::make_shared<volatile T>() | Jonathan Wakely |
| 10:56 | [PATCH] Implement LWG 2905 changes to constrain unique_ptr constructors | Jonathan Wakely |
| 08:31 | Re: Weak symbols without symbol version | Jonathan Wakely |
| 08:30 | Re: Weak symbols without symbol version | Jonathan Wakely |
| 06:54 | Re: Weak symbols without symbol version | Stephan Bergmann |
| 06:11 | Re: Weak symbols without symbol version | Philipp Wähnert |
September 10, 2018
| 20:32 | Re: Keep std::deque algos specializations in Debug mode | François Dumont |
September 09, 2018
| 09:58 | Re: Weak symbols without symbol version | Jonathan Wakely |
| 06:42 | Weak symbols without symbol version | Philipp Wähnert |
September 07, 2018
| 16:30 | Re: Keep std::deque algos specializations in Debug mode | François Dumont |
September 06, 2018
| 20:08 | Re: Keep std::deque algos specializations in Debug mode | François Dumont |
September 05, 2018
| 15:18 | [PATCH] libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment. | Jonathan Wakely |
| 14:56 | Re: [PATCH] PR libstdc++/87228 Use heap for large buffers instead of alloca | Jonathan Wakely |
| 14:32 | [PATCH] PR libstdc++/87228 Use heap for large buffers instead of alloca | Jonathan Wakely |
September 04, 2018
| 13:37 | Re: [2/2] Add AddressSanitizer annotations to std::string. | Mikhail Kashkarov |
| 13:26 | Re: [PATCH] Add -Waligned-new to Option Summary | Jonathan Wakely |
| 13:25 | [PATCH] Add -Waligned-new to Option Summary | Jonathan Wakely |
| 13:00 | Re: Keep std::deque algos specializations in Debug mode | Jonathan Wakely |
| 11:19 | Re: Relocation (= move+destroy) | Jonathan Wakely |
September 03, 2018
| 14:54 | [PATCH] PR libstdc++/78179 run long double tests separately | Jonathan Wakely |
| 14:25 | [PATCH] Fix vector::_Temporary_value::_M_ptr | Jonathan Wakely |
| 14:25 | [PATCH] PR libstdc++/87194 fix range insertion into maps and sets | Jonathan Wakely |
| 14:25 | [PATCH] PR libstdc++/78595 implement insertion into maps in terms of emplace | Jonathan Wakely |
| 09:05 | Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc | Jonathan Wakely |
September 02, 2018
| 20:36 | Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc | Adrian Stratulat |
| 20:19 | Re: Relocation (= move+destroy) | Ville Voutilainen |
| 20:03 | Re: Relocation (= move+destroy) | Jonathan Wakely |
| 20:01 | Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc | Jonathan Wakely |
| 19:18 | [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc | Adrian Stratulat |
September 01, 2018
| 19:56 | Re: Relocation (= move+destroy) | Marc Glisse |
| 15:05 | Re: Relocation (= move+destroy) | Marc Glisse |
| 15:00 | Relocation (= move+destroy) | Marc Glisse |
| 12:58 | [libstdc++,doc] Update three ieeexplore.ieee.org references | Gerald Pfeifer |
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]