[committed] libstdc++: Avoid use of hardware interference non-constant [PR102377]
2021-10-07 17:39 UTC
[committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
2021-10-07 17:34 UTC (10+ messages)
` [committed] libstdc++: Avoid debug checks in uniform container erasure functions
[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
[committed] libstdc++: Add missing header to test
2021-10-01 14:05 UTC
[committed] libstdc++: Add noexcept to istream_iterator and ostream_iterator
2021-10-01 14:05 UTC
[committed] libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>
2021-10-01 14:04 UTC
[committed] libstdc++: Replace try-catch in std::list::merge to avoid O(N) size
2021-10-01 14:04 UTC
[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
2021-09-29 18:29 UTC (10+ messages)
[committed] libstdc++: Implement std::regex_constants::multiline (LWG 2503)
2021-09-29 13:16 UTC
[committed] libstdc++: Check for invalid syntax_option_type values in <regex>
2021-09-29 13:16 UTC
[committed] libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]
2021-09-29 13:16 UTC
[committed] libstdc++: Simplify std::basic_regex construction and assignment
2021-09-29 13:15 UTC
Fix 48631_neg test in _GLIBCXX_VERSION_NAMESPACE mode
2021-09-28 20:26 UTC (4+ messages)
[committed] libstdc++: Remove obfuscating typedefs in <regex>
2021-09-28 19:40 UTC
[committed] libstdc++: Tweaks to <regex> to avoid warnings
2021-09-28 19:40 UTC
[committed] libstdc++: Add noexcept to functions in <regex>
2021-09-28 19:40 UTC
[PATCH] libstdc++: Fix return values for atomic wait on futex
2021-09-28 19:35 UTC
[PATCH] libstdc++: Define macro before it is first checked
2021-09-28 19:31 UTC (4+ messages)
` [committed] "
[committed] libstdc++: Skip container adaptor tests that fail concept checks
2021-09-28 19:26 UTC
[committed] libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKS
2021-09-28 19:26 UTC
[committed] libstdc++: Fix concept checks for iterators
2021-09-28 19:26 UTC
[committed] libstdc++: Improve types used as iterators in testsuite
2021-09-28 19:25 UTC
[committed] libstdc++: Fix tests that use invalid types in ordered containers
2021-09-28 19:25 UTC
[committed] libstdc++: Fix _OutputIteratorConcept checks in algorithms
2021-09-28 19:25 UTC
[committed] libstdc++: Improve std::forward static assert message
2021-09-28 17:08 UTC
[committed] libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]
2021-09-28 17:08 UTC
[committed] libstdc++: Remove redundant 'inline' specifiers
2021-09-24 14:47 UTC
RFC: Remove <bits/boost_concept_check.h> and _GLIBCXX_CONCEPT_CHECKS
2021-09-24 12:29 UTC
[committed] libstdc++: Remove c++20-specific dg-error directives in test
2021-09-23 15:10 UTC
[committed] libstdc++: Disable PCH for test that depends on a macro being defined
2021-09-23 15:10 UTC
[committed] libstdc++: Make std::system_category() recognize Windows error codes
2021-09-23 15:09 UTC
[committed] libstdc++: Improvements to standard error category objects
2021-09-23 15:09 UTC
[committed] libstdc++: std::system_category should know meaning of zero [PR102425]
2021-09-23 15:09 UTC
[committed] libstdc++: std::system_category should know meaning of zero [PR102425]
2021-09-23 15:08 UTC
[PATCH] assert that deleting by pointer to base in unique_ptr does not cause UB
2021-09-23 10:21 UTC (7+ messages)
[PATCH][Hashtable 6/6] PR 68303 small size optimization
2021-09-23 4:36 UTC (4+ messages)
[PATCH] libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>
2021-09-18 4:01 UTC (2+ messages)
[committed] libstdc++: Add missing 'constexpr' to std::tuple [PR102270]
2021-09-17 19:48 UTC (4+ messages)
` [committed] libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
[committed] libstdc++: Add 'noexcept' to path::iterator members
2021-09-17 19:48 UTC
[committed] libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
2021-09-17 19:45 UTC
sanitizers support for windows??
2021-09-17 12:02 UTC (2+ messages)
[committed] libstdc++: Rename tests with incorrect extension
2021-09-17 11:41 UTC
[PATCH] libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761]
2021-09-16 23:39 UTC (2+ messages)
[committed] libstdc++: Regenerate the src/debug Makefiles as needed
2021-09-16 22:09 UTC
[committed] libstdc++: Increase timeout factor for slow pb_ds tests
2021-09-16 22:08 UTC
[committed] libstdc++: Update documentation that only refers to c++98 and c++11
2021-09-16 22:08 UTC
[committed] libstdc++: Add noexcept to std::nullopt_t constructor
2021-09-16 22:08 UTC
[committed] libstdc++: Remove non-deducible parameter for std::advance overload
2021-09-16 22:08 UTC
[committed] libstdc++: Add missing constraint to std::span deduction guide [PR102280]
2021-09-16 22:06 UTC
[committed] libstdc++: Fix recipes for C++11-compiled files in src/c++98
2021-09-16 22:06 UTC
[committed] libstdc++: Add noexcept to std::to_string overloads that don't allocate
2021-09-16 22:05 UTC
[committed] libstdc++: Add noexcept to unique_ptr accessors
2021-09-16 22:00 UTC
[External] Re: [PATCH] libstdc++: Optimize 'to_string<int>' with numeric_limits instead of __to_chars_len
2021-09-15 19:44 UTC (2+ messages)
[PATCH] libstdc++-v3: Check for TLS support on mingw
2021-09-15 8:53 UTC (6+ messages)
` "
Forward declaration and std::future
2021-09-13 8:52 UTC (5+ messages)
[committed] libstdc++: Use "test.invalid." for invalid hostname
2021-09-10 14:11 UTC
[PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
2021-09-03 10:31 UTC (2+ messages)
[committed] libstdc++: Implement std::atomic<T*>::compare_exchange_weak
2021-09-02 17:54 UTC
[committed] libstdc++: Tweak whitespace in <atomic>
2021-09-02 17:53 UTC
[committed] libstdc++: Remove "no stronger" assertion in compare exchange [PR102177]
2021-09-02 17:53 UTC
[committed] libstdc++: Define std::invoke_r for C++23 (P2136R3)
2021-09-02 17:52 UTC
[committed] libstdc++: Add valid range checks to std::span constructors [PR98421]
2021-08-31 18:14 UTC
[committed] libstdc++: Make Networking TS headers more portable [PR100285]
2021-08-31 16:54 UTC (2+ messages)
` [committed] libstdc++: Fix broken autoconf check for O_NONBLOCK
[committed] libstdc++: Remove redundant noexcept-specifier on definitions
2021-08-31 16:49 UTC
[committed] libstdc++: Add missing return for atomic timed wait [PR102074]
2021-08-31 16:49 UTC
[committed] libstdc++: Improve error handling in Net TS name resolution
2021-08-31 16:38 UTC
[committed] libstdc++: Fix ip::tcp::resolver test failure on Solaris
2021-08-31 16:37 UTC
[committed] libstdc++: Fix 17_intro/names.cc failures on Solaris
2021-08-31 13:19 UTC
[PATCH] Fix inline versioned namespace bootstrap
2021-08-28 13:38 UTC (6+ messages)
[committed] libstdc++: Fix std::allocator<void> for versioned namespace
2021-08-28 13:38 UTC
[committed] libstdc++: Fix inefficiency in filesystem::absolute [PR99876]
2021-08-28 12:15 UTC
[committed] libstdc++: Avoid a move in std::function construction (LWG 2447)
2021-08-28 12:14 UTC (2+ messages)
RFC: Drop C++98 support for versioned namespace (i.e. unstable ABI mode)
2021-08-28 11:24 UTC (2+ messages)
[committed] libstdc:: Use markdown for Doxygen comments in std::function
2021-08-26 23:13 UTC
[committed] libstdc++: Add static assertions for std::function requirements
2021-08-26 23:13 UTC
[committed] libstdc++: Add another non-reserved name to tests
2021-08-25 23:12 UTC
[committed] libstdc++: Fix names.cc test failures on Windows
2021-08-25 23:08 UTC
[committed] libstdc++: Fix non-reserved names in <valarray>
2021-08-25 23:08 UTC
[committed] libstdc++: Fix conditions for optimizing uninitialized algos [PR102064]
2021-08-25 21:29 UTC
[committed] libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048]
2021-08-25 21:29 UTC
[committed] libstdc++: Add std::is_layout_compatible trait for C++20
2021-08-24 15:17 UTC (2+ messages)
[committed] libstdc++: Fix mismatched class-key tags
2021-08-24 13:44 UTC
Faster indexed heuristic doubly-linked list to STL?
2021-08-24 10:27 UTC (2+ messages)
page: next (older) | prev (newer) | 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).