public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2021-11-02  8:49 UTC  (6+ messages)

[committed] libstdc++: Missing constexpr for __gnu_debug::__valid_range etc
 2021-11-01 23:52 UTC 

[committed] libstdc++: Reorder constraints on std::span::span(Range&&) constructor
 2021-11-01 23:51 UTC 

[committed] libstdc++: Fix range access for empty std::valarray [PR103022]
 2021-11-01 13:27 UTC 

gdb support for libstdc++ on windows?
 2021-10-31 21:54 UTC 

[committed] libstdc++: Fix typo in std::stack test
 2021-10-29 20:36 UTC 

[PATCH] print extended assertion failures to stderr
 2021-10-27  8:25 UTC 

[PATCH] c++tools: Fix memory leak
 2021-10-26 14:19 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
 2021-10-26  9:15 UTC  (2+ messages)

[PATCH] libstdc++: Fix 17_intro/names.cc on Solaris
 2021-10-26  9:05 UTC  (2+ messages)

[PATH][_GLIBCXX_DEBUG] Fix unordered container merge
 2021-10-25 18:08 UTC  (8+ messages)

[committed] libstdc++: Constrain std::make_any [PR102894]
 2021-10-22 22:11 UTC 

[committed] libstdc++: Improve generated man pages for libstdc++
 2021-10-21 21:58 UTC 

[committed] libstdc++: Add Doxygen comments to contents of <functional>
 2021-10-21 21:57 UTC 

[committed] libstdc++: Suppress Doxygen docs for more implementation details
 2021-10-21 21:56 UTC 

[PATCH 1/2] libstdc++: Implement LWG 3523 changes to ranges::iota_view
 2021-10-21 15:22 UTC  (4+ messages)
` [PATCH 2/2] libstdc++: Implement P1739R4 changes to views::take/drop/counted

[PATCH] libstdc++: Implement P2432R1 changes for views::istream
 2021-10-21 15:18 UTC  (2+ messages)

[PATCH] libstdc++: missing constexpr for __[nm]iter_base [PR102358]
 2021-10-21 15:02 UTC  (2+ messages)

[PATCH] libcody: Avoid double-free
 2021-10-21 13:30 UTC  (2+ messages)

[committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863]
 2021-10-21  0:25 UTC  (2+ messages)

[committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
 2021-10-20 19:22 UTC  (4+ messages)
    ` [committed] libstdc++: Add missing test for std::optional::transform(F&&)

[PATCH] libstdc++: Implement LWG 3595 changes to common_iterator
 2021-10-20 18:58 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3535 changes to ranges::join_view
 2021-10-20 18:57 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3481 change to ranges::viewable_range
 2021-10-20 18:55 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view
 2021-10-20 18:50 UTC  (2+ messages)

[PATCH] libstdc++: Add support for POWER9 DARN instruction to std::random_device
 2021-10-20 13:00 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Implement LWG 3549 changes to ranges::enable_view
 2021-10-19 19:58 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3470 change to ranges::subrange
 2021-10-19 18:49 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
 2021-10-19 18:47 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3580 changes to ranges::iota_view
 2021-10-19 18:47 UTC  (2+ messages)

[committed] libstdc++: Implement std::random_device::entropy() for other sources
 2021-10-19 16:31 UTC 

[committed] libstdc++: Fix doxygen generation to work with relative paths
 2021-10-19 15:34 UTC 

[committed] libstdc++: Change std::variant union member to empty struct
 2021-10-19 14:02 UTC 

[committed] libstdc++: Fix std::stack deduction guide
 2021-10-19 14:02 UTC 

[committed] libstdc++: Fix mem-initializer in std::move_only_function [PR102825]
 2021-10-19 10:51 UTC 

[committed] libstdc++: Fix error in filesystem::path with Clang
 2021-10-15 23:49 UTC 

[committed] libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)
 2021-10-15 23:48 UTC 

[committed] libstdc++: Make non-propagating-cache fully constexpr [PR101263]
 2021-10-15 17:30 UTC 

[committed] libstdc++: Add missing constexpr to std::variant (P2231R1)
 2021-10-15 17:29 UTC 

[committed] libstdc++: Remove try/catch overhead in std::variant::emplace
 2021-10-15 17:29 UTC 

[committed] libstdc++: Remove unused functions in std::variant implementation
 2021-10-15 17:27 UTC 

[PATCH] libstdc++: Check [ptr,end) and [ptr,ptr+n) ranges with _GLIBCXX_ASSERTIONS
 2021-10-15  8:47 UTC  (5+ messages)
  ` [PATCH] libstdc++: Check [ptr, end) and [ptr, ptr+n) "

An interesting "optimization"? for __glibcxx_assert under verbose mode
 2021-10-15  0:40 UTC  (2+ messages)

Is that possible to build libstdc++ without std::filesystem?
 2021-10-15  0:16 UTC  (2+ messages)

[committed] libstdc++: Simplify variant access functions
 2021-10-14 21:20 UTC 

[committed] libstdc++: Make filesystem::path(path&&) always noexcept
 2021-10-14 21:19 UTC 

[committed] libstdc++: Refactor filesystem::path encoding conversions
 2021-10-14 14:18 UTC  (4+ messages)
  ` [committed] libstdc++: Fix regression in memory use when constructing paths
` [committed] libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]

[committed] libstdc++: Use more descriptive feature test macro
 2021-10-14 14:12 UTC 

[committed] libstdc++: Fix test for feature test macro
 2021-10-14  8:08 UTC 

[committed] libstdc++: Add missing constexpr to std::optional (P2231R1)
 2021-10-14  8:08 UTC 

[committed] libstdc++: Rename files with the wrong extensions
 2021-10-13 22:49 UTC 

[PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
 2021-10-13 21:37 UTC  (6+ messages)

[committed] libstdc++: Fix dangling string_view in filesystem::path [PR102592]
 2021-10-13 19:40 UTC 

[PATCH] libstdc++: Add wrapper for internal uses of std::terminate
 2021-10-13  9:44 UTC  (3+ messages)
  ` [committed] libstdc++: Ensure language linkage of std::__terminate()

[committed] libstdc++: Fix test that fails for C++20
 2021-10-12 15:50 UTC 

[committed] libstdc++: Fix move construction of std::tuple with array elements [PR101960]
 2021-10-12 15:50 UTC 

[committed] libstdc++: Improve diagnostics for misuses of output iterators
 2021-10-12 15:50 UTC 

[committed] libstdc++: Simplify std::basic_regex::assign
 2021-10-11 19:37 UTC 

[committed] libstdc++: Fix std::numeric_limits::lowest() test for strict modes
 2021-10-11 19:37 UTC 

[committed] libstdc++: Add valid range assertions to std::basic_regex [PR89927]
 2021-10-11 19:37 UTC 

[committed] libstdc++: Fix std::match_results::end() for failed matches [PR102667]
 2021-10-11 19:37 UTC 

Add dg-require-wchars to libstdc++ testsuite
 2021-10-09  7:31 UTC  (7+ messages)

[committed 1/8] libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite
 2021-10-09  0:13 UTC  (8+ messages)
` [PATCH 2/8] libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directory
` [PATCH 3/8] libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
` [PATCH 4/8] libstdc++: Enable vstring for wchar_t unconditionally [PR98725]
` [PATCH 5/8] libstdc++: Enable type traits "
` [PATCH 6/8] libstdc++: Define std::wstring_convert unconditionally [PR 98725]
` [PATCH 7/8] libstdc++: Define deleted wchar_t overloads "
` [PATCH 8/8] libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725]

[committed] libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
 2021-10-09  0:02 UTC 

[committed 1/2] libstdc++: Avoid instantiation of _Hash_node before it's needed
 2021-10-09  0:01 UTC  (2+ messages)
` [committed 2/2] libstdc++: Access std::pair members without tuple-like helpers

[committed] libstdc++: Detect miscompilation of src/c++11/limits.cc
 2021-10-08 14:51 UTC 

[committed] libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546]
 2021-10-08 14:00 UTC 

[committed] libstdc++: Restore debug checks in uniform container erasure functions
 2021-10-08 11:21 UTC 

[committed] libstdc++: Implement ostream insertion for chrono::duration
 2021-10-08 11:21 UTC 

[committed] libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
 2021-10-07 20:29 UTC 

[committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
 2021-10-07 19:51 UTC  (12+ messages)
          ` [committed] libstdc++: Avoid debug checks in uniform container erasure functions

[committed] libstdc++: Avoid use of hardware interference non-constant [PR102377]
 2021-10-07 17:39 UTC 

[committed] libstdc++: Implement std::move_only_function for C++23 (P0288R9)
 2021-10-06 19:14 UTC 

[committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
 2021-10-06 17:25 UTC  (12+ messages)
  ` [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>

Why I cannot see content of std::vector in the gdb?
 2021-10-06  8:56 UTC  (2+ messages)

An interesting thought on exception_defines.h just for fun
 2021-10-05 17:05 UTC  (2+ messages)

[PATCH] Fix check C99 TR1 support
 2021-10-05 16:08 UTC  (3+ messages)
  ` Re[2]: "

[committed] libstdc++: Ensure std::span and std::string_view are trivially copyable (P2251R1)
 2021-10-05 15:48 UTC 

[committed] libstdc++: Support printing volatile pointers (P1147R1)
 2021-10-05 15:07 UTC  (3+ messages)

[committed] libstdc++: Simplify constraints for std::any construction
 2021-10-05 14:58 UTC 

[committed] libstdc++: Add test for std::cmp_greater
 2021-10-05 14:57 UTC 

[committed] libstdc++: Fix testcase for newly-implemented C++20 semantics [PR102535]
 2021-10-05  8:38 UTC 

[committed] libstdc++: Add noexcept to some std::function internals
 2021-10-05  8:38 UTC 

[committed] libstdc++: Add container adaptor constructors taking iterators (P1425R4)
 2021-10-05  8:37 UTC  (2+ messages)
` [committed] libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value

[committed] libstdc++: Allow visiting inherited variants [PR 90943]
 2021-10-04 14:26 UTC  (4+ messages)

[committed] libstdc++: Implement P1518R2 for container deduction guides
 2021-10-04 14:24 UTC 

[committed] libstdc++: Disable std::string{, _view} construction from nullptr (P2166R1)
 2021-10-04 14:24 UTC 

About amd ryzen 3000 bugs of rdseed and rdrand?
 2021-10-04  9:24 UTC  (2+ messages)

[committed] libstdc++: Fix typos in std::filesystem code
 2021-10-02 20:40 UTC 

[committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612]
 2021-10-01 20:55 UTC  (3+ messages)

[committed] libstdc++: Restore printing of assertion messages [PR102100]
 2021-10-01 20:15 UTC 

[committed] libstdc++: Allow stateful allocators in std::list::sort [PR 66742]
 2021-10-01 19:43 UTC 

[committed] libstdc++: Implement LWG 3506 for std::priority_queue
 2021-10-01 19:43 UTC 

[committed] libstdc++: Implement LWG 3529 for std::priority_queue
 2021-10-01 19:43 UTC 

[committed] libstdc++: Implement LWG 3522 for std::priority_queue
 2021-10-01 19:43 UTC 

[committed] libstdc++: Implement LWG 3392 for std::ranges::distance
 2021-10-01 19:43 UTC 

[committed] libstdc++: Remove unary_function base classes from std::thread tests
 2021-10-01 19:43 UTC 

[committed] libstdc++: Remove useless base classes in pb_db tests
 2021-10-01 19:43 UTC 

[committed] libstdc++: Simplify __throw_out_of_range_fmt for freestanding
 2021-10-01 19:43 UTC 

[committed] libstdc++: Fix narrowing conversion in std::visit
 2021-10-01 19:42 UTC 

[committed] libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
 2021-10-01 19:42 UTC 

[committed] libstdc++: Add utility for creating std::error_code from OS errors
 2021-10-01 19:42 UTC 

[committed] libstdc++: Add std::__conditional_t alias template
 2021-10-01 19:42 UTC 

[committed] libstdc++: Optimize std::visit for the common case [PR 78113]
 2021-10-01 19:42 UTC 

[committed] libstdc++: Simplify __normal_iterator converting constructor
 2021-10-01 19:42 UTC 

[committed] libstdc++: Make move ctor noexcept for fully-dynamic string
 2021-10-01 19:41 UTC 

[committed] libstdc++: Add noexcept to common_iterator proxy operators
 2021-10-01 19:40 UTC 

[committed] libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418]
 2021-10-01 19:40 UTC 

[committed] libstdc++: Do not allocate a zero-size vector<bool> [PR 100153]
 2021-10-01 19:40 UTC 

[committed] libstdc++: Implement std::clamp with std::min and std::max [PR 96733]
 2021-10-01 19:40 UTC 

[committed] libstdc++: Define basic_regex::multiline for non-strict modes
 2021-10-01 14:06 UTC 

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).