public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/lto-offload] Move www.stroustrup.com to https
 2020-08-19 21:02 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 21:01 UTC 

[gcc/devel/lto-offload] libstdc++: ParallelSTL is now part of oneAPI DPC++ Library
 2020-08-19 21:01 UTC 

[gcc/devel/lto-offload] libstdc++: Fix and improve std::vector<bool> implementation
 2020-08-19 21:01 UTC 

[gcc/devel/lto-offload] libstdc++: Fix tests that fail for C++98
 2020-08-19 21:01 UTC 

[gcc/devel/lto-offload] libstdc++: Fix test that fails for C++98
 2020-08-19 21:01 UTC 

[gcc/devel/lto-offload] libstdc++: Avoid using __float128 in strict modes
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Ensure c++NN effective-target present in more tests
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Add dg-require-effective-target to std::span assert tests
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Use c++NN_only effective target to tests
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Ensure c++NN effective target present in all C++17 tests
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Remove condition around friend declaration (PR 96382)
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Remove accidental -std=gnu++17 from test
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Adjust tests that give different results in C++20
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Add -Wno-deprecated for tests that warn in C++20
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Remove duplicate dg-do directive
 2020-08-19 21:00 UTC 

[gcc/devel/lto-offload] libstdc++: Fix use of newlocale in std:::from_chars
 2020-08-19 20:59 UTC 

[gcc/devel/lto-offload] debug/96383 - emit debug info for used external functions
 2020-08-19 20:59 UTC 

[gcc/devel/lto-offload] libstdc++: Add PR number to ChangeLog entry
 2020-08-19 20:59 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:58 UTC 

[gcc/devel/lto-offload] libstdc++: Make COW string use allocator_traits for nested types
 2020-08-19 20:58 UTC 

[gcc/devel/lto-offload] libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtold
 2020-08-19 20:58 UTC 

[gcc/devel/lto-offload] libstdc++: Fix tests using wrong allocator type
 2020-08-19 20:58 UTC 

[gcc/devel/lto-offload] libstdc++: Fix test for old string ABI
 2020-08-19 20:57 UTC 

[gcc/devel/lto-offload] libstdc++: cv bool can't be an integer-like type (LWG 3467)
 2020-08-19 20:57 UTC 

[gcc/devel/lto-offload] libstdc++: Add options for ieee float to relevant tests
 2020-08-19 20:57 UTC 

[gcc/devel/lto-offload] libstdc++: Make testsuite usable with -fno-exceptions
 2020-08-19 20:57 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:56 UTC 

[gcc/devel/lto-offload] libstdc++: Review _Local_iterator/_Local_const_iterator implementations
 2020-08-19 20:56 UTC 

[gcc/devel/lto-offload] testsuite: libstdc++ atomic_float/value_init.cc requires libatomic
 2020-08-19 20:55 UTC 

[gcc/devel/lto-offload] libstdc++: Fix unordered containers move constructors noexcept qualification
 2020-08-19 20:54 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:54 UTC 

[gcc/devel/lto-offload] libstdc++: Do not over-size hashtable buckets on range insertion
 2020-08-19 20:53 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:53 UTC 

[gcc/devel/lto-offload] libstdc++: Review _Hashtable count, equal_range _M_erase(false_type, ) code
 2020-08-19 20:52 UTC 

[gcc/devel/lto-offload] libstdc++: Make std::from_chars always round to nearest
 2020-08-19 20:52 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:44 UTC 

[gcc/devel/lto-offload] libstdc++: Add static assertions to futures and promises [LWG 3458]
 2020-08-19 20:44 UTC 

[gcc/devel/lto-offload] libstdc++: Constrain reverse_iterator and move_iterator conversions [LWG 3435]
 2020-08-19 20:43 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:41 UTC 

[gcc/devel/lto-offload] libstdc++: Add std::from_chars for floating-point types
 2020-08-19 20:41 UTC 

[gcc/devel/lto-offload] libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464]
 2020-08-19 20:40 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:38 UTC 

[gcc/devel/lto-offload] libstdc++, coroutine: Add missing constexpr markers
 2020-08-19 20:38 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:29 UTC 

[gcc/devel/lto-offload] aix: FAT libraries: test native compiler mode directly
 2020-08-19 20:28 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:27 UTC 

[gcc/devel/lto-offload] libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)
 2020-08-19 20:25 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:17 UTC 

[gcc/devel/lto-offload] libstdc++: Fix [multi]map/[multi]set move constructors noexcept qualification
 2020-08-19 20:13 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:13 UTC 

[gcc/devel/lto-offload] libstdc++: Whitespace changes to remove spaces before tabs
 2020-08-19 20:13 UTC 

[gcc/devel/lto-offload] libstdc++: Replace __int_limits with __numeric_traits_integer
 2020-08-19 20:13 UTC 

[gcc/devel/lto-offload] libstdc++: Whitespace changes to keep lines below 80 columns
 2020-08-19 20:12 UTC 

[gcc/devel/lto-offload] libstdc++: Add PR number to ChangeLog entry and fix typos
 2020-08-19 20:09 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:09 UTC 

[gcc/devel/lto-offload] libstdc++: Cleanup whitespace and type trait usage in <optional>
 2020-08-19 20:09 UTC 

[gcc/devel/lto-offload] libstdc++: Constrain std::make_optional
 2020-08-19 20:09 UTC 

[gcc/devel/lto-offload] libstdc++: Add noexcept to std::optional initialization (PR 96036)
 2020-08-19 20:08 UTC 

[gcc/devel/lto-offload] libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
 2020-08-19 20:08 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:03 UTC 

[gcc/devel/lto-offload] libstdc++: Require c++98_only effective target for a test
 2020-08-19 20:03 UTC 

[gcc/devel/lto-offload] libstdc++: Require c++98_only effective target for some tests
 2020-08-19 20:03 UTC 

[gcc/devel/lto-offload] PR libstdc++/91807
 2020-08-19 20:03 UTC 

[gcc/devel/lto-offload] libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)
 2020-08-19 20:03 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 20:01 UTC 

[gcc/devel/lto-offload] libstdc++: Remove noexcept from match_results comparisons (PR 94627)
 2020-08-19 20:01 UTC 

[gcc/devel/lto-offload] Adjust text of expected warnings changed in PR c++/86568
 2020-08-19 20:00 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 19:57 UTC 

[gcc/devel/lto-offload] Revert "Add a __nonnnull__ attribute to std::string's _CharT* constructor"
 2020-08-19 19:57 UTC 

[gcc/devel/lto-offload] Daily bump
 2020-08-19 19:55 UTC 

[gcc/devel/lto-offload] Add a __nonnnull__ attribute to std::string's _CharT* constructor
 2020-08-19 19:55 UTC 

[gcc/devel/lto-offload] PR libstdc++/95915
 2020-08-19 19:55 UTC 

[gcc r11-2773] libstdc++: Make make-unsigned-like-t<__int128> work [PR 96042]
 2020-08-19 19:36 UTC 

[gcc/devel/c++-coroutines] Merge master r11-2767
 2020-08-19 19:19 UTC 

[gcc/devel/c++-coroutines] libstdc++: Remove deprecated comparison operators for RB trees
 2020-08-19 19:19 UTC 

[gcc/devel/c++-coroutines] libstdc++: Make __int128 meet integer-class requirements [PR 96042]
 2020-08-19 19:19 UTC 

[gcc/devel/c++-coroutines] libstdc++: Mention new macros in comments
 2020-08-19 19:19 UTC 

[gcc/devel/c++-coroutines] libstdc++: integer-class types as per [iterator.concept.winc]
 2020-08-19 19:19 UTC 

[gcc/devel/c++-coroutines] libstdc++: Add deprecated attributes to old iostream members
 2020-08-19 19:18 UTC 

[gcc/devel/c++-coroutines] libstdc++: assert that type traits are not misused with incomplete types [PR 71579]
 2020-08-19 19:18 UTC 

[gcc/devel/c++-coroutines] Daily bump
 2020-08-19 19:18 UTC 

[gcc/devel/c++-coroutines] aix: Support libsupc++ as a FAT library
 2020-08-19 19:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Merge branch 'trunk-at-merge' into ranger-staging-merge
 2020-08-19 18:25 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add "cold" to tests for reserved attribute names
 2020-08-19 18:24 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove redundant copying of std::async arguments [PR 69724]
 2020-08-19 18:24 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:23 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove inheritance from elements in std::tuple
 2020-08-19 18:23 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:22 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] diagnostics: Add new option -fdiagnostics-plain-output
 2020-08-19 18:21 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:21 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Deprecate the --enable-cheaders=c_std configuration
 2020-08-19 18:20 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:19 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: ChangeLog corrections
 2020-08-19 18:19 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make self-move well-defined for containers [PR 85828]
 2020-08-19 18:19 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:18 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]
 2020-08-19 18:18 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix failing tests for AIX
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make Networking TS work without gthreads [PR 89760]
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make net::system_context tag type constructor explicit
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix net::system_context stop condition
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix <stop_token> to compile without gthreads
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make std::this_thread functions work without gthreads
 2020-08-19 18:17 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:16 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix build for targets without lstat [PR 94681]
 2020-08-19 18:16 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix compatibility support in unique_ptr pretty printer
 2020-08-19 18:16 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]
 2020-08-19 18:15 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Implement LWG 561 for std::inserter
 2020-08-19 18:15 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Check __cpp_exceptions in basic_string::reserve()
 2020-08-19 18:15 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Use _wstat64 for Windows [PR 95749]
 2020-08-19 18:15 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [PR 96303]
 2020-08-19 18:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Replace some VERIFY tests with static_assert
 2020-08-19 18:13 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix linker script patterns for 32-bit targets
 2020-08-19 18:13 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:13 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Implement P0966 std::string::reserve should not shrink
 2020-08-19 18:13 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])
 2020-08-19 18:13 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
 2020-08-19 18:12 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Adjust overflow prevention to operator>>
 2020-08-19 18:12 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:11 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Break long lines to fit in 80 columns
 2020-08-19 18:11 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Change URL for PSTL again
 2020-08-19 18:11 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Replace operator>>(istream&, char*) [LWG 2499]
 2020-08-19 18:11 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:03 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Move www.stroustrup.com to https
 2020-08-19 18:03 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: ParallelSTL is now part of oneAPI DPC++ Library
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix and improve std::vector<bool> implementation
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix tests that fail for C++98
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix test that fails for C++98
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Avoid using __float128 in strict modes
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Ensure c++NN effective-target present in more tests
 2020-08-19 18:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add dg-require-effective-target to std::span assert tests
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Use c++NN_only effective target to tests
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Ensure c++NN effective target present in all C++17 tests
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove condition around friend declaration (PR 96382)
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove accidental -std=gnu++17 from test
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Adjust tests that give different results in C++20
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add -Wno-deprecated for tests that warn in C++20
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove duplicate dg-do directive
 2020-08-19 18:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix use of newlocale in std:::from_chars
 2020-08-19 18:00 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] debug/96383 - emit debug info for used external functions
 2020-08-19 18:00 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add PR number to ChangeLog entry
 2020-08-19 18:00 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:59 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make COW string use allocator_traits for nested types
 2020-08-19 17:59 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtold
 2020-08-19 17:59 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix tests using wrong allocator type
 2020-08-19 17:59 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix test for old string ABI
 2020-08-19 17:58 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: cv bool can't be an integer-like type (LWG 3467)
 2020-08-19 17:58 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add options for ieee float to relevant tests
 2020-08-19 17:58 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make testsuite usable with -fno-exceptions
 2020-08-19 17:58 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:57 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Review _Local_iterator/_Local_const_iterator implementations
 2020-08-19 17:57 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] testsuite: libstdc++ atomic_float/value_init.cc requires libatomic
 2020-08-19 17:56 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix unordered containers move constructors noexcept qualification
 2020-08-19 17:55 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:55 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Do not over-size hashtable buckets on range insertion
 2020-08-19 17:54 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:54 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Review _Hashtable count, equal_range _M_erase(false_type, ) code
 2020-08-19 17:53 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Make std::from_chars always round to nearest
 2020-08-19 17:53 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:46 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add static assertions to futures and promises [LWG 3458]
 2020-08-19 17:46 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Constrain reverse_iterator and move_iterator conversions [LWG 3435]
 2020-08-19 17:45 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:42 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add std::from_chars for floating-point types
 2020-08-19 17:42 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464]
 2020-08-19 17:42 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:39 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++, coroutine: Add missing constexpr markers
 2020-08-19 17:39 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:30 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] aix: FAT libraries: test native compiler mode directly
 2020-08-19 17:29 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:28 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)
 2020-08-19 17:26 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:18 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix [multi]map/[multi]set move constructors noexcept qualification
 2020-08-19 17:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Whitespace changes to remove spaces before tabs
 2020-08-19 17:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Replace __int_limits with __numeric_traits_integer
 2020-08-19 17:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Whitespace changes to keep lines below 80 columns
 2020-08-19 17:14 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add PR number to ChangeLog entry and fix typos
 2020-08-19 17:10 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:10 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Cleanup whitespace and type trait usage in <optional>
 2020-08-19 17:10 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Constrain std::make_optional
 2020-08-19 17:10 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Add noexcept to std::optional initialization (PR 96036)
 2020-08-19 17:10 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
 2020-08-19 17:09 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:05 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Require c++98_only effective target for a test
 2020-08-19 17:04 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Require c++98_only effective target for some tests
 2020-08-19 17:04 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] PR libstdc++/91807
 2020-08-19 17:04 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)
 2020-08-19 17:04 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 17:03 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] libstdc++: Remove noexcept from match_results comparisons (PR 94627)
 2020-08-19 17:02 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Adjust text of expected warnings changed in PR c++/86568
 2020-08-19 17:01 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 16:59 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Revert "Add a __nonnnull__ attribute to std::string's _CharT* constructor"
 2020-08-19 16:58 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Daily bump
 2020-08-19 16:56 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Add a __nonnnull__ attribute to std::string's _CharT* constructor
 2020-08-19 16:56 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] PR libstdc++/95915
 2020-08-19 16:56 UTC 

[gcc r11-2767] libstdc++: Remove deprecated comparison operators for RB trees
 2020-08-19 16:32 UTC 

[gcc r11-2766] libstdc++: Make __int128 meet integer-class requirements [PR 96042]
 2020-08-19 15:59 UTC 

[gcc(refs/vendors/ibm/heads/gcc-10-branch)] ibm: Merge up to top of releases/gcc-10
 2020-08-19 14:02 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).