libstdc++ archive
date index for June, 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:

June 29, 2019
12:14 Re: [patch] Reimplement GNU threads library on native Windows Jonathan Wakely
02:57 Re: [Mingw-w64-public] Fwd: [patch] Reimplement GNU threads library on native Windows Liu Hao

June 28, 2019
16:08 Re: [Mingw-w64-public] Fwd: [patch] Reimplement GNU threads library on native Windows Jacek Caban
10:50 [patch] Reimplement GNU threads library on native Windows Eric Botcazou

June 27, 2019
23:31 Re: [PATCH 1/3] C++20 constexpr lib part 1/3 Jonathan Wakely
23:07 Re: [PATCH 1/3] C++20 constexpr lib part 1/3 Ed Smith-Rowland via libstdc++
17:06 Re: [PATCH 1/3] C++20 constexpr lib part 1/3 Ville Voutilainen
16:54 Re: [PATCH 1/3] C++20 constexpr lib part 1/3 Ed Smith-Rowland via libstdc++
15:41 Re: [PATCH 1/3] C++20 constexpr lib part 1/3 Jonathan Wakely
15:12 [ GSoC 2019 ] [ Phase 1 ] Project: 7 years later, On vector<bool> JeanHeyd Meneide
11:35 [PATCH] PR libstdc++/85494 use rand_s in std::random_device Jonathan Wakely
09:43 [PATCH] PR libstdc++/91012 fixfilesystem_error::what() string Jonathan Wakely
08:33 RFC: Include <charconv> in <utility> for C++17 Jonathan Wakely

June 26, 2019
23:31 [PATCH] C++20 constexpr lib part 2/3 Ed Smith-Rowland via libstdc++
23:13 [PATCH 1/3] C++20 constexpr lib part 1/3 Ed Smith-Rowland via libstdc++
22:55 [PATCH] Define std::chars_format enumeration type Jonathan Wakely
14:38 [PATCH] Add new helper traits for signed/unsigned integer types Jonathan Wakely
08:54 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Jonathan Wakely

June 25, 2019
19:56 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Rainer Orth
14:49 Re: What's the status of to_chars/from_chars for floating-point types? Ruslan Kabatsayev
13:19 Re: [PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL Jonathan Wakely
13:19 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Jonathan Wakely
12:25 Re: What's the status of to_chars/from_chars for floating-point types? Jonathan Wakely
12:02 Re: What's the status of to_chars/from_chars for floating-point types? Ruslan Kabatsayev
09:40 [PATCH] Change std::ceil2 to be undefined if the result can't be represented Jonathan Wakely
09:12 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Jonathan Wakely
09:09 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Rainer Orth

June 24, 2019
22:18 Re: [PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL Thomas Rodgers
19:31 Re: std::vector<bool> code cleanup fixes optimizations François Dumont
19:17 Re: What's the status of to_chars/from_chars for floating-point types? Jonathan Wakely
18:13 What's the status of to_chars/from_chars for floating-point types? Ruslan Kabatsayev
12:11 Re: [PATCH] Define midpoint and lerp functions for C++20 (P0811R3) Jonathan Wakely

June 21, 2019
21:18 [PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL Jakub Jelinek
18:37 Re: [PATCH] Define C11 macros such as FLT_DECIMAL_DIG for C++17 Jason Merrill
17:38 Re: [PATCH] PR libstdc++/90920 restore previous checks for empty ranges Jonathan Wakely
17:24 Re: [PATCH] Define C11 macros such as FLT_DECIMAL_DIG for C++17 Jonathan Wakely
17:13 Re: [PATCH] Fix ODR violations in code using <ext/atomicity.h> Jonathan Wakely
17:08 Re: [PATCH] Fix ODR violations in code using <ext/atomicity.h> Jonathan Wakely
17:01 Re: [PATCH] Fix ODR violations in code using <ext/atomicity.h> Nathan Sidwell
16:01 [PATCH] Fix ODR violations in code using <ext/atomicity.h> Jonathan Wakely
04:43 Re: Deque fiil/copy/move/copy_backward/move_backward/equal overloads François Dumont

June 20, 2019
20:40 Re: Review Hashtable extract node API François Dumont
18:56 Re: [PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type Antony Polukhin
17:57 Re: [PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type Ville Voutilainen
17:49 Re: [PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type Antony Polukhin
14:37 Re: [PATCH] Skip libstdc++ debug build in early bootstrap stages Jonathan Wakely
14:23 [PATCH] Skip libstdc++ debug build in early bootstrap stages Jonathan Wakely
14:18 [PATCH] Qualify calls to __never_valueless in <variant> Jonathan Wakely
09:13 [PATCH] Fix outdated reference to C++17 draft in the docs Jonathan Wakely
09:08 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Jonathan Wakely
08:38 RE: Deque fiil/copy/move/copy_backward/move_backward/equal overloads Morwenn Ed
06:13 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Stephan Bergmann

June 19, 2019
23:00 [PATCH] Fix non-standard behaviour of std::istream_iterator Jonathan Wakely
23:00 [PATCH] PR libstdc++/90920 restore previous checks for empty ranges Jonathan Wakely
22:59 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Jonathan Wakely
19:58 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Michael Weghorn
19:54 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Jonathan Wakely
19:50 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Michael Weghorn
19:37 Re: PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Jonathan Wakely
17:32 Deque fiil/copy/move/copy_backward/move_backward/equal overloads François Dumont
17:32 unordered_multimap/unordered_multiset optimizations François Dumont
17:05 PR libstdc++/90945 Patch to have pretty printer for std::vector<bool> return bool intead of int for elements Michael Weghorn
15:32 Re: std::inclusive_scan Jonathan Wakely

June 18, 2019
23:04 Re: std::inclusive_scan Jonathan Wakely
22:48 Re: Review Hashtable extract node API Jonathan Wakely
20:42 Re: Review Hashtable extract node API François Dumont
18:08 Re: std::inclusive_scan Dietmar Kuehl via libstdc++
17:40 Re: std::inclusive_scan Jonathan Wakely
17:22 std::inclusive_scan Bence Kodaj
12:41 Re: [PATCH] Replace std::to_string for integers with optimized version Jonathan Wakely
11:58 Re: [PATCH] Replace std::to_string for integers with optimized version Christophe Lyon
11:41 Re: [PATCH] Avoid undefined behaviour in std::byte operators (LWG 2950) Jonathan Wakely
11:40 [PATCH] Avoid undefined behaviour in std::byte operators (LWG 2950) Jonathan Wakely
10:54 Re: Review Hashtable extract node API Jonathan Wakely
05:52 Re: Review Hashtable extract node API François Dumont

June 17, 2019
15:52 [PATCH] Fix AIX test failure due to replacement operator delete Jonathan Wakely
14:37 [PATCH] Add 'noexcept' to std::lerp Jonathan Wakely
14:20 Re: [PATCH] PR libstdc++/90281 Fix string conversions for filesystem::path Jonathan Wakely
13:21 Re: [PATCH] Replace std::to_string for integers with optimized version Jonathan Wakely
10:28 Re: Review Hashtable extract node API Jonathan Wakely
08:21 Re: [PATCH] Avoid unnecessary inclusion of <stdexcept> header Jonathan Wakely

June 16, 2019
17:28 Re: std::allocator should use sized delete Marc Glisse

June 15, 2019
12:14 Re: [PATCH] Disable -Wctor-dtor-privacy warnings for some standard types Daniel Krügler
10:53 Re: [PATCH] Disable -Wctor-dtor-privacy warnings for some standard types Daniel Krügler

June 14, 2019
14:05 [PATCH] Disable -Wctor-dtor-privacy warnings for some standard types Jonathan Wakely
14:04 [PATCH] Add __cpp_lib_bind_front macro to <version> header Jonathan Wakely

June 13, 2019
20:46 Re: libbacktrace integration for _GLIBCXX_DEBUG mode François Dumont
20:41 Re: [PATCH] Replace std::to_string for integers with optimized version Christophe Lyon
16:09 [PATCH] Define C11 macros such as FLT_DECIMAL_DIG for C++17 Jonathan Wakely

June 12, 2019
20:17 [PATCH] Fix incorrect __cpp_lib_parallel_algorithm macro definitions Jonathan Wakely
14:55 [PATCH] Improve static_assert messages for std::variant Jonathan Wakely
14:54 [PATCH] Simplify std::scoped_lock destructor Jonathan Wakely
14:54 [PATCH] Replace std::to_string for integers with optimized version Jonathan Wakely

June 11, 2019
18:11 Re: [PATCH] Synchronize libstdc++ parallel algorithms with upstream project Thomas Rodgers
18:06 Re: [PATCH] Rename header guards to be consistent with upstream project's conventions. Thomas Rodgers
18:05 Re: [PATCH] Clean up non-conforming names Thomas Rodgers
18:04 Re: [PATCH] Integrate non-TBB serial backend support Thomas Rodgers
08:49 Re: Test for C++20 p0858 - ConstexprIterator requirements. Jonathan Wakely

June 10, 2019
22:46 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++
07:23 Re: std::allocator should use sized delete Jonathan Wakely
06:53 Re: std::allocator should use sized delete Victor via libstdc++
06:44 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ville Voutilainen

June 09, 2019
23:53 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++
22:28 Re: Test for C++20 p0858 - ConstexprIterator requirements. Jonathan Wakely
22:28 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ville Voutilainen
22:03 Re: Test for C++20 p0858 - ConstexprIterator requirements. Rainer Orth
21:54 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++
19:22 Re: [libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification Gerald Pfeifer
14:27 Re: [C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR libstdc++/83938) François Dumont

June 08, 2019
20:28 Re: Test for C++20 p0858 - ConstexprIterator requirements. Jonathan Wakely
16:06 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++

June 07, 2019
19:58 [PATCH] PR libstdc++/90770 fix missing src/debug/Makefile Jonathan Wakely
19:57 Re: Test for C++20 p0858 - ConstexprIterator requirements. Jonathan Wakely
16:39 Re: Review Hashtable extract node API François Dumont
16:21 Re: libbacktrace integration for _GLIBCXX_DEBUG mode François Dumont
15:42 Re: Test for C++20 p0858 - ConstexprIterator requirements. Jonathan Wakely
09:17 Re: std::allocator should use sized delete Jonathan Wakely
07:56 Re: std::allocator should use sized delete Victor via libstdc++
07:50 Re: std::allocator should use sized delete Marc Glisse
07:26 Re: std::allocator should use sized delete Victor via libstdc++
07:13 Re: std::allocator should use sized delete Marc Glisse
06:37 std::allocator should use sized delete Victor via libstdc++

June 06, 2019
21:44 Re: libbacktrace integration for _GLIBCXX_DEBUG mode Jonathan Wakely
20:33 Re: libbacktrace integration for _GLIBCXX_DEBUG mode François Dumont
15:38 [PATCH] Avoid unnecessary inclusion of <stdexcept> header Jonathan Wakely
15:36 Re: [PATCH] Fix tests that fail with -std=gnu++98 or -std=gnu++11 Jonathan Wakely
15:36 Re: [PATCH] Enforce allocator::value_type consistency for containers in C++2a Jonathan Wakely
13:36 Re: [PATCH] Enforce allocator::value_type consistency for containers in C++2a Jonathan Wakely
12:19 Re: [PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type Jonathan Wakely
12:17 [PATCH] Fix tests that fail with -std=gnu++98 or -std=gnu++11 Jonathan Wakely
12:17 [PATCH] Refactor SFINAE constraints on std::tuple constructors Jonathan Wakely
11:42 Re: Review Hashtable extract node API Jonathan Wakely

June 05, 2019
19:18 Re: Review Hashtable extract node API Jonathan Wakely
16:43 Re: Review Hashtable extract node API Jonathan Wakely
16:23 Re: Review Hashtable extract node API Jonathan Wakely
11:43 Re: [PATCH] Integrate non-TBB serial backend support Jonathan Wakely

June 04, 2019
22:47 [PATCH] Integrate non-TBB serial backend support Thomas Rodgers
17:20 Review Hashtable extract node API François Dumont

June 03, 2019
22:31 [PATCH] PR libstdc++/90700 Fix constructor constraint for std::tuple Jonathan Wakely
22:25 Re: Hashtable Small size optimization Jonathan Wakely
22:19 Re: [PATCH] Enforce allocator::value_type consistency for containers in C++2a Jonathan Wakely
21:34 Re: [PATCH] Enforce allocator::value_type consistency for containers in C++2a Jonathan Wakely
21:17 Re: [PATCH] Enforce allocator::value_type consistency for containers in C++2a Rainer Orth
17:18 Re: Hashtable Small size optimization François Dumont
14:06 Re: [PATCH] PR libstdc++/90686 update C++2a library status docs Jonathan Wakely
13:32 Re: [PATCH] PR libstdc++/90686 update C++2a library status docs Jonathan Wakely
13:23 [PATCH] PR libstdc++/90686 update C++2a library status docs Jonathan Wakely
13:23 [PATCH] Enforce allocator::value_type consistency for containers in C++2a Jonathan Wakely
09:46 Re: [PATCH] Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers Jonathan Wakely
09:44 Re: [PATCH] Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers Szabolcs Nagy

June 02, 2019
20:05 Re: [PATCH] Clean up non-conforming names Thomas Rodgers

June 01, 2019
19:49 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ville Voutilainen
19:40 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++
18:42 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ville Voutilainen
18:09 Re: Test for C++20 p0858 - ConstexprIterator requirements. Ed Smith-Rowland via libstdc++
11:43 Re: [PATCH] Clean up non-conforming names Jonathan Wakely
00:15 Re: [PATCH] Clean up non-conforming names Thomas Rodgers


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