public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][Hashtable 6/6] PR 68303 small size optimization
 2020-07-17 12:58 UTC  (2+ messages)

[PATCH][Hashtable 5/6] Remove H1/H2 template parameters
 2020-07-17 11:35 UTC  (7+ messages)

[PATCH][Hashtable 4/6] Clean local_iterator implementation
 2020-07-17 10:45 UTC  (2+ messages)

std::vector<bool> code cleanup fixes optimizations
 2020-07-17 10:36 UTC  (4+ messages)

[PATCH][Hashtable 0/6] Code review
 2020-07-17 10:11 UTC  (4+ messages)

[PATCH][Hashtable 3/6] Fix noexcept qualifications
 2020-07-17  9:55 UTC  (2+ messages)

[PATCH][Hashtable 2/6] Avoid over-sizing container
 2020-07-17  9:43 UTC  (2+ messages)

[PATCH][Hashtable 1/6] Code simplification/optimization
 2020-07-17  9:41 UTC  (2+ messages)

[PATCH v5 0/8] std::future::wait_* and std::condition_variable improvements
 2020-07-17  9:34 UTC  (11+ messages)
` [PATCH v5 1/8] libstdc++: Improve async test
` [PATCH v5 2/8] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait
` [PATCH v5 3/8] libstdc++ futex: Support waiting on std::chrono::steady_clock directly
` [PATCH v5 4/8] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock
` [PATCH v5 5/8] libstdc++ futex: Loop when waiting against arbitrary clock
` [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486]
` [PATCH v5 7/8] libstdc++ condition_variable: Avoid rounding errors on custom clocks
` [PATCH v5 8/8] libstdc++: Extra async tests, not for merging

[PATCH] libstdc++, coroutine: Add missing constexpr markers
 2020-07-17  9:22 UTC  (2+ messages)

[PATCH 1/4] libstdc++: Import parts of the Ryu library
 2020-07-17  4:23 UTC  (9+ messages)
` [PATCH 2/4] libstdc++: Apply modifications to our local copy of Ryu
` [PATCH 3/4] libstdc++: Add floating-point std::to_chars implementation
` [PATCH 4/4] libstdc++: Import MSVC floating-point std::to_chars testcases

[committed] libstdc++: Fix istream::ignore discarding too many chars (PR 94749)
 2020-07-13 11:32 UTC  (2+ messages)
` [committed] libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)

[PATCH 0/5] libstdc++: keep subtree sizes in pb_ds binary search trees (PR 81806)
 2020-07-13  8:51 UTC  (7+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] "
` [PATCH 3/5] "
` [PATCH 4/5] "
` [PATCH 5/5] "

[PATCH] Add C++2a synchronization support
 2020-07-08 16:43 UTC  (3+ messages)

Inconsistencies with associative/unordered containers
 2020-07-07 22:49 UTC  (6+ messages)

[committed] libstdc++: Whitespace changes to keep lines below 80 columns
 2020-07-07 22:42 UTC  (2+ messages)

[committed] libstdc++: Replace __int_limits with __numeric_traits_integer
 2020-07-07 22:39 UTC 

[committed 1/3] libstdc++: Add noexcept to std::optional initialization (PR 96036)
 2020-07-06 21:08 UTC  (4+ messages)
` [committed 2/3] libstdc++: Constrain std::make_optional
  ` [committed 3/3] libstdc++: Cleanup whitespace and type trait usage in <optional>

fstream should not use BUFSIZ macro on windows. Instead it should set as 4096
 2020-07-06 19:33 UTC 

How to use freestanding headers without an operating system?
 2020-07-06 17:19 UTC  (5+ messages)
` FW: "

[committed] libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
 2020-07-06 16:13 UTC 

[committed 1/2] libstdc++: Require c++98_only effective target for some tests
 2020-07-02 20:31 UTC  (2+ messages)
` [committed 2/2] libstdc++: Require c++98_only effective target for a test

[committed] libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)
 2020-07-02 18:09 UTC 

[PATCH] libstdc++: std::variant with multiple identical types assignment fail to compile [PR91807]
 2020-07-01 21:00 UTC  (5+ messages)

[committed] libstdc++: Remove noexcept from match_results comparisons (PR 94627)
 2020-07-01 20:46 UTC 

[PATCH] adjust expected -Wnonnull messages
 2020-06-30 23:41 UTC  (2+ messages)

Deque rotate on current node
 2020-06-30 20:33 UTC  (4+ messages)

[PATCH] libstdc++: Add a __nonnnull__ attribute to std::string's _CharT* constructor
 2020-06-28 21:27 UTC  (4+ messages)

[PATCH] libstdc++: std::variant doesn't like types with a defaulted virtual destructor [PR95915]
 2020-06-28 21:18 UTC  (6+ messages)

[PATCH] PR 83938 Reduce memory consumption in stable_sort/inplace_merge
 2020-06-24 20:12 UTC  (4+ messages)

[committed] libstdc++: Fix std::from_chars to ignore leading zeros in base 2
 2020-06-24 12:43 UTC 

[committed] libstdc++: Fix warnings with -Wsystem-headers
 2020-06-24 12:42 UTC 

[committed] libstdc++: Fix std::to_chars buffer overflow (PR 95851)
 2020-06-24 12:42 UTC 

[committed] libstdc++: Adjust std::from_chars negative tests
 2020-06-23 11:20 UTC 

[committed] libstdc++: Implement P1972R2 changes to std::variant (PR 95832)
 2020-06-23  9:28 UTC 

[committed] libstdc++: Regenerate makefiles
 2020-06-23  7:25 UTC 

What's the status of to_chars/from_chars for floating-point types?
 2020-06-22 22:59 UTC  (7+ messages)

Possible to reduce or disable locales?
 2020-06-20  8:04 UTC  (4+ messages)

[committed] libstdc++: Fix some -Wsystem-headers warnings (PR 95765)
 2020-06-19 19:09 UTC 

[committed] libstdc++: Remove redundant std:: qualification
 2020-06-19 14:43 UTC 

[committed] libstdc++: Define all std::function members inline
 2020-06-19 14:09 UTC 

std::includes performance tweak
 2020-06-19 12:04 UTC  (3+ messages)

std::optional defaut constructor
 2020-06-19 11:50 UTC  (20+ messages)

[committed] libstdc++: Avoid stack overflow in std::vector (PR 94540)
 2020-06-17 21:51 UTC 

[PATCH] libstdc++: Handle non-integral sizes in std::uninitialized_fill_n
 2020-06-17 20:28 UTC  (3+ messages)

[committed] libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282)
 2020-06-16 21:35 UTC 

[committed] libstdc++: Enforce copyable/movable checks in std::atomic
 2020-06-16 21:35 UTC 

[PATCH] libstdc++: Fix char_traits move with overlap
 2020-06-15 13:44 UTC  (3+ messages)

[committed] libstdc++: Improve tests for std::atomic_flag
 2020-06-12  9:46 UTC 

std::atomic_flag::test
 2020-06-12  9:45 UTC  (3+ messages)

[PATCH] libstdc++: Fix some ranges algos optimizations [PR95578]
 2020-06-10 21:35 UTC  (3+ messages)

libstdc++: Extend memcmp optimization in std::lexicographical_compare
 2020-06-10 17:14 UTC  (19+ messages)

[committed] libstdc++: Define converting assignment operator for std::move_iterator
 2020-06-09 21:58 UTC 

[committed] libstdc++: Define std::bad_optional_access constructor as defaulted
 2020-06-09 21:15 UTC 

[committed] libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
 2020-06-08 20:36 UTC  (2+ messages)

IGNORE
 2020-06-08 16:49 UTC  (2+ messages)

[PATCH] Remove binary_semaphore implementation from stop_token
 2020-06-06 21:26 UTC 

[PATCH 3/4] Adjust wait logic to limit spurious eval of wait predicate
 2020-06-06 21:26 UTC 

[PATCH] Add support for C++20 barriers
 2020-06-06 21:25 UTC 

[PATCH] Add C++2a synchronization support
 2020-06-06 21:24 UTC 

[PATCH] Extend std::copy/std::copy_n char* overload to deque iterator
 2020-06-05 16:08 UTC  (10+ messages)

[committed] libstdc++: Remove workarounds for constrained nested class templates
 2020-06-04 22:35 UTC 

Issue : overwriting libstdc++ for a default target during building libraries for armv5te/mthumb-interwork
 2020-06-04 13:33 UTC  (2+ messages)

[committed] libstdc++: Make std::copy_n work with negative and non-integral sizes
 2020-06-04 13:22 UTC 

[PATCH] FAT library support for libatomic, libgfortran, libgomp, libstdc++
 2020-06-03 19:55 UTC  (5+ messages)

[committed] libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)
 2020-06-02 17:14 UTC 

[committed 0/3] libstdc++: Refactor filesystem::path string conversions
 2020-06-01 23:14 UTC  (3+ messages)
` [committed 3/3] "

[committed] libstdc++: Update/streamline Valgrind references
 2020-06-01 17:33 UTC  (2+ messages)

[committed] libstdc++: Fix __gnu_test::input_iterator_wrapper::operator++(int)
 2020-06-01 17:31 UTC 

[committed] libstdc++: Switch www.cs.princeton.edu to https
 2020-06-01  0:14 UTC 

[PATCH] PR 95079 Improve unordered_map insert_or_assign and try_emplace
 2020-05-29  9:53 UTC  (2+ messages)

[committed] libstdc++: Fix atomic<FP>::load (PR 95282)
 2020-05-27 22:11 UTC 

[committed] libstdc++: Fix view adaptors for mixed-const sentinels and iterators (PR 95322)
 2020-05-27 21:09 UTC 

[committed] libstdc++: Fix std::reverse_iterator comparisons (PR 94354)
 2020-05-27 21:08 UTC 

How to disable std::locale?
 2020-05-27 17:05 UTC 

[committed] libstdc++: Add new testcase for comparison category types
 2020-05-27 12:15 UTC 

[PATCH] libstdc++: Fix common_iterator::operator-> [PR95322]
 2020-05-26 19:57 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).