libstdc++ archive
date index for September, 2019

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]
Search: Limit to:

September 30, 2019
23:25 Re: [PATCH] Include netinet/in.h in include/experimental/internet Thomas Rodgers
20:31 [PATCH] Implement C++20 P1023 for __debug::array François Dumont
20:21 Re: [PATCH] Fix algo constexpr tests in Debug mode François Dumont
19:46 Re: [PATCH] libstdc++ testsuite, silence a FreeBSD libm warning Jonathan Wakely
19:22 Re: [PATCH] libstdc++ testsuite, silence a FreeBSD libm warning Andreas Tobler
17:34 Re: RFC: Better commit messages for libstdc++ Thomas Rodgers
17:09 [PATCH] libstdc++ testsuite, silence a FreeBSD libm warning Andreas Tobler
16:59 [PATCH] Include netinet/in.h in include/experimental/internet Andreas Tobler
14:56 Re: RFC: Better commit messages for libstdc++ Ville Voutilainen
14:08 Re: RFC: Better commit messages for libstdc++ Jonathan Wakely
14:01 RFC: Better commit messages for libstdc++ Jonathan Wakely
11:51 [PATCH] Implement LWG 3255 for std::span constructors Jonathan Wakely
11:51 [PATCH] PR libstdc++/77936 remove unused variable Jonathan Wakely
09:03 Re: [PATCH] Fix algo constexpr tests in Debug mode Jonathan Wakely

September 28, 2019
21:12 [PATCH] Fix algo constexpr tests in Debug mode François Dumont
08:48 [PATCH 02/11] libstdc++ testsuite: Add timed_mutex::try_lock_until test Mike Crowe
08:48 [PATCH 10/11] libstdc++ timed_mutex: Ensure that try_lock_for waits for long enough Mike Crowe
08:48 [PATCH 08/11] libstdc++ testsuite: Also test shared_timed_mutex with steady_clock Mike Crowe
08:48 [PATCH 06/11] libstdc++ testsuite: Move slow_clock to its own header Mike Crowe
08:48 [PATCH 11/11] shared_mutex: Fix try_lock_until and try_lock_shared_until on arbitrary clock Mike Crowe
08:48 [PATCH 04/11] libstdc++ testsuite: Also test unique_lock::try_lock_until with steady_clock Mike Crowe
08:45 [PATCH 01/11] libstdc++ testsuite: Check return value from timed_mutex::try_lock_until Mike Crowe
08:45 [PATCH 03/11] libstdc++ testsuite: Also test timed_mutex with steady_clock Mike Crowe
08:45 [PATCH 05/11] PR libstdc++/78237 Add full steady_clock support to timed_mutex Mike Crowe
08:45 [PATCH 07/11] PR libstdc++/91906 Fix timed_mutex::try_lock_until on arbitrary clock Mike Crowe
08:45 [PATCH 09/11] libstdc++ shared_mutex: Add full steady_clock support to shared_timed_mutex Mike Crowe
08:45 [PATCH 00/11] timed_mutex, shared_timed_mutex: Add full steady clock support Mike Crowe

September 27, 2019
21:14 Re: copy/copy_backward/fill/fill_n/equal rework François Dumont
18:19 Re: [PATCH, libstdc++] Improve the performance of std::uniform_int_distribution (fewer divisions) Daniel Lemire
16:45 Re: [PATCH] Help compiler detect invalid code Jonathan Wakely
16:24 Re: [PATCH] Help compiler detect invalid code François Dumont
16:21 Re: [PATCH] PR libstdc++/91910 fix data race in Debug Mode destructors Jonathan Wakely
16:07 Re: [PATCH] PR libstdc++/91910 fix data race in Debug Mode destructors François Dumont
12:55 Re: [RFC] Should _GLIBCXX_CONSTEXPR, _GLIBCXX14_CONSTEXPR etc. expand to 'inline' ? Jonathan Wakely
12:32 Re: [RFC] Should _GLIBCXX_CONSTEXPR, _GLIBCXX14_CONSTEXPR etc. expand to 'inline' ? Antony Polukhin
12:28 Re: copy/copy_backward/fill/fill_n/equal rework Jonathan Wakely
12:11 Re: [PATCH] Help compiler detect invalid code Jonathan Wakely
12:02 [RFC] Should _GLIBCXX_CONSTEXPR, _GLIBCXX14_CONSTEXPR etc. expand to 'inline' ? Jonathan Wakely
11:46 Re: [PATCH] Improve _Safe_iterator _M_distance_to Jonathan Wakely
11:24 Re: [PATCH] Help compiler detect invalid code Jonathan Wakely
11:01 Re: Add std::copy_n overload for istreambuf_iterator Jonathan Wakely

September 26, 2019
22:15 Re: [PBDS] Rejuvenation Alexander Kulkov
21:40 Re: [PBDS] Rejuvenation Tadeus Prastowo
16:25 Re: [PATCH] PR libstdc++/91910 fix data race in Debug Mode destructors Jonathan Wakely
16:08 [PATCH] Define std::to_array for Debug Mode Jonathan Wakely
16:07 [PATCH] Implement C++20 constexpr changes to std::pair (P1032R1) Jonathan Wakely
16:07 [PATCH] Fix array index error in address_v6 comparisons Jonathan Wakely
16:06 [PATCH] Remove include directives for deleted Profile Mode headers Jonathan Wakely
13:20 [PATCH] PR libstdc++/91910 fix data race in Debug Mode destructors Jonathan Wakely
09:33 Re: [PBDS] Rejuvenation Alexander Kulkov

September 25, 2019
20:40 Re: [PATCH] Help compiler detect invalid code François Dumont
12:24 [PATCH] Implement LWG 3296 for basic_regex::assign Jonathan Wakely
04:45 Re: copy/copy_backward/fill/fill_n/equal rework François Dumont

September 24, 2019
10:12 Re: [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Jonathan Wakely
10:09 [PATCH] PR libstdc++/91871 fix Clang warnings in testsuite Jonathan Wakely
09:25 Re: [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Marc Glisse
09:00 Re: [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Jonathan Wakely
08:57 Re: [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Jonathan Wakely

September 23, 2019
17:39 Re: [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Marc Glisse
15:54 [PATCH] PR libstdc++/91788 improve codegen for std::variant<T...>::index() Jonathan Wakely
08:35 Update riscv64 baseline symbols Andreas Schwab

September 20, 2019
05:08 Re: [PATCH] Help compiler detect invalid code François Dumont

September 19, 2019
20:28 [PATCH] Help compiler detect invalid code François Dumont

September 16, 2019
20:31 [PATCH] Improve _Safe_iterator _M_distance_to François Dumont
19:57 [PATCH] lexicographical_comparison enhancements François Dumont
02:34 Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests Tom Honermann
02:33 Re: [PATCH 2/4]: C++ P1423R3 char8_t remediation: Update feature test macro, add deleted operators, update u8path Tom Honermann

September 15, 2019
19:40 [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests Tom Honermann
19:40 [PATCH 3/4]: C++ P1423R3 char8_t remediation: Updates to existing tests Tom Honermann
19:39 [PATCH 2/4]: C++ P1423R3 char8_t remediation: Update feature test macro, add deleted operators, update u8path Tom Honermann
19:39 [PATCH 1/4]: C++ P1423R3 char8_t remediation: Decouple constraints for u8path from path constructors Tom Honermann
19:39 [PATCH 0/4]: C++ P1423R3 char8_t remediation implementation Tom Honermann

September 12, 2019
11:19 [PATCH] PR libstdc++/91748 fix std::for_each_n for random access iterators Jonathan Wakely

September 11, 2019
11:39 [PATCH] Fix Xmethod for shared_ptr::use_count() Jonathan Wakely
11:38 [PATCH] Fix libstdc++ tests for -Wvolatile warnings in C++2a mode Jonathan Wakely

September 10, 2019
16:30 [PATCH] Implement std::common_reference for C++20 Jonathan Wakely
16:29 Re: <concepts> header + std::common_reference ported from VC++ Jonathan Wakely
09:08 [PATCH] LWG 3266. to_chars(bool) should be deleted Jonathan Wakely
09:01 Re: <concepts> header + std::common_reference ported from VC++ Jonathan Wakely
08:50 <concepts> header + std::common_reference ported from VC++ sotrdg sotrdg
07:26 [PATCH] PR libstdc++/91711 fix failing test Jonathan Wakely
07:18 [PATCH] Optimise std::remove_cv and use more helper aliases Jonathan Wakely

September 09, 2019
19:51 Re: Implement C++20 p1424 - 'constexpr' feature macro concerns. Jonathan Wakely
18:51 Re: We should mark "Should Span be Regular? P1085R2" as well. Jonathan Wakely
18:34 copy/copy_backward/fill/fill_n/equal rework François Dumont
17:25 Re: [PATCH, libstdc++] Doc changes for constexpr additions for C++20 status. Ed Smith-Rowland via libstdc++
17:04 Re: We should mark "Should Span be Regular? P1085R2" as well. Ed Smith-Rowland via libstdc++
11:13 Re: [PATCH] Optimize to_chars Jonathan Wakely
11:12 Re: [ PATCH ] C++20 <span> Jonathan Wakely
09:41 Re: [PATCH, libstdc++] Doc changes for constexpr additions for C++20 status. Jonathan Wakely
09:39 Re: We should mark "Should Span be Regular? P1085R2" as well. Jonathan Wakely

September 08, 2019
16:10 [PATCH, libstdc++] Improve the performance of std::uniform_int_distribution (fewer divisions) Daniel Lemire
16:09 Re: Improve the performance of std::uniform_int_distribution (fewer divisions) [Potential patch] Daniel Lemire
13:45 Re: [PATCH] Optimize to_chars Antony Polukhin

September 06, 2019
23:00 Re: [ RFC Patch ] Bit Data Structures [GSoC 2019 Conclusion] JeanHeyd Meneide
22:56 Re: [ RFC Patch ] Bit Data Structures [GSoC 2019 Conclusion] JeanHeyd Meneide
22:09 We should mark "Should Span be Regular? P1085R2" as well. Ed Smith-Rowland via libstdc++
14:56 Re: Fix GCC_LINUX_FUTEX to work with C99 compilers Jeff Law
14:49 Re: Fix GCC_LINUX_FUTEX to work with C99 compilers Florian Weimer
14:46 Re: Fix GCC_LINUX_FUTEX to work with C99 compilers Jeff Law
12:54 [PATCH] Define std::ssize for C++20 (P1227R2) Jonathan Wakely
10:18 Re: Fix GCC_LINUX_FUTEX to work with C99 compilers Jakub Jelinek
10:09 Re: Fix GCC_LINUX_FUTEX to work with C99 compilers Jonathan Wakely
08:57 Fix GCC_LINUX_FUTEX to work with C99 compilers Florian Weimer

September 05, 2019
19:46 [PATCH, libstdc++] Doc changes for constexpr additions for C++20 status. Ed Smith-Rowland via libstdc++
13:52 Re: [ PATCH ] C++20 <span> Jonathan Wakely
11:27 Re: [ PATCH ] C++20 <span> Jonathan Wakely
07:45 [PATCH] Remove broken URL from libstdc++ manual Jonathan Wakely

September 04, 2019
22:47 Re: [ PATCH ] C++20 <span> JeanHeyd Meneide
22:46 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Jonathan Wakely
17:21 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Mike Crowe
16:57 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Mike Crowe
16:24 Re: Improve the performance of std::uniform_int_distribution (fewer divisions) [Potential patch] Daniel Lemire
16:14 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Jonathan Wakely
14:49 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Mike Crowe
13:39 Re: [PATCH 2/2] PR libstdc++/41861 Add full steady_clock support to condition_variable Jonathan Wakely

September 03, 2019
13:31 Re: [ PATCH ] C++20 <span> Jonathan Wakely
07:12 Re: Improve the performance of std::uniform_int_distribution (fewer divisions) [Potential patch] Jonathan Wakely

September 02, 2019
22:51 Re: Improve the performance of std::uniform_int_distribution (fewer divisions) [Potential patch] Stephen M. Webb
21:27 Re: [RFA][3/3] Remove Cell Broadband Engine SPU targets: libstdc++ Jonathan Wakely
21:12 Improve the performance of std::uniform_int_distribution (fewer divisions) [Potential patch] Daniel Lemire
20:19 [RFA][3/3] Remove Cell Broadband Engine SPU targets: libstdc++ Ulrich Weigand
16:55 Re: [ RFC Patch ] GSoC 2019 Conclusion JeanHeyd Meneide
11:35 [PATCH] Use __constinit keyword in libstdc++ sources Jonathan Wakely
11:33 Re: [libstdc++,doc] xml/manual/policy_data_structures_biblio.xml Jonathan Wakely
11:33 Re: [PATCH] PR libstdc++/91067 add more missing exports for directory iterators Jonathan Wakely
11:32 Re: [PATCH] Optimize to_chars Jonathan Wakely
08:12 [PATCH] [gcc-8-branch] Fix recent unique_ptr regressions Jonathan Wakely
07:33 Re: [v3] Update Solaris baselines for GCC 9.3 Jonathan Wakely
07:32 Re: [v3] Update Solaris baselines for GCC 10.0 Jonathan Wakely

September 01, 2019
12:43 [libstdc++,doc] xml/manual/policy_data_structures_biblio.xml Gerald Pfeifer
10:47 [v3] Update Solaris baselines for GCC 9.3 Rainer Orth
10:45 [v3] Update Solaris baselines for GCC 10.0 Rainer Orth


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]
Search: Limit to:

Mail converted by MHonArc