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]
30_threads/thread/native_handle/typesizes.cc is no good
Re: [Bug libstdc++/90277] Debug Mode test failures
[libstdc++,doc] doc/xml/manual/allocator.xml - move hoard.org back to http
[libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification
[libstdc++,doc] Update pointer to C++ standard at ansi.org.
[PATCH,libstdc++] C++-20 costexpr <array> and <algorithm>
[PATCH] [Patch] Rename PSTL macro's consistent with libstdc++ standards.
[PATCH] Add __gnu_test::NullablePointer utility to testsuite
[PATCH] Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r
[PATCH] Add __raw_visit and __raw_idx_visit, use INVOKE<R>
[PATCH] Add missing feature test macro to C++17 status table
[PATCH] Add missing piece of P0777R1 and update C++20 status docs
[PATCH] Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers
[PATCH] Avoid -Woverflow warning in __numeric_limits_integer
[PATCH] Avoid -Wunused-parameter warnings from testsuite utility
[PATCH] Changes to std::variant to reduce code size
Re: [PATCH] Check TBB version in tbb-backed effective target check
[PATCH] Clean up non-conforming names
[PATCH] Define std::__invoke_r for INVOKE<R>
[PATCH] Fix incorrect DR numbers in libstdc++ manual
[PATCH] Fix indentation in testsuite utility header
[PATCH] Fix names of _Lock_policy constants in libstdc++ manual
[PATCH] Fix std::midpoint(T*, T*) for reversed arguments
[PATCH] Fix testsuite bugs
[PATCH] Fix unique_ptr pretty printer for empty classes
[PATCH] Fix uses of non-reserved names for template parameters
Re: [PATCH] Implement LWG 2686, hash<error_condition>
Re: [PATCH] Implement LWG 3062, Unnecessary decay_t in is_execution_policy_v
RE: [PATCH] Implement P0966 std::string::reserve should not shrink
[PATCH] Implement sane variant converting constructor (P0608R3)
[PATCH] Improve API docs Filesystem TS and Networking TS
[PATCH] Improve API docs for <chrono> and <ratio>
[PATCH] Improve API docs for <memory> and <new>
[PATCH] Improve API docs for <system_error> header
[PATCH] Improve API docs for std::pair
[PATCH] Improve API docs for std::regex
Re: [PATCH] improve performance of std::allocator::deallocate
[PATCH] LWG 2899 - Make is_move_constructible correct for unique_ptr
[PATCH] LWG 2921 remove packaged_task constructors taking allocators
[PATCH] LWG 2996 add rvalue overloads for shared_ptr aliasing and casting
[PATCH] Make any_cast compare typeinfo as well as function pointers
Re: [PATCH] Make std::match_results::_M_resize more useful
[PATCH] Optimize filesystem::path::parent_path()
[PATCH] PR c++/90532 Ensure __is_constructible(T[]) is false
[PATCH] PR libstdc++/61761 fix std::proj for targets without C99 cproj
[PATCH] PR libstdc++/69724 avoid temporary in std::thread construction
Re: [PATCH] PR libstdc++/71312 Increase alignment of pooled mutexes
[PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type
[PATCH] PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugs
[PATCH] PR libstdc++/85494 use rdseed and rand_s in std::random_device
Re: [PATCH] PR libstdc++/85965 delay static assertions until types are complete
[PATCH] PR libstdc++/88881 fix filesystem::symlink_status for Windows
[PATCH] PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)
[PATCH] PR libstdc++/90220 fix experimental::any_cast for non-object types
[PATCH] PR libstdc++/90246 Improve text of std::variant exceptions and assertions
[PATCH] PR libstdc++/90299 make filesystem::absolute overloads consistent
[PATCH] PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
[PATCH] PR libstdc++/90397 fix std::variant friend declarations
[PATCH] PR libstdc++/90454.cc path construction from void*
[PATCH] PR libstdc++/90557 fix path assignment that alters source
[PATCH] PR libstdc++/90634 reduce allocations in filesystem::path construction
[PATCH] PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)
[PATCH] Reduce header dependencies in <iterator>
[PATCH] Remove array_allocator extension, deprecated since 4.9.0
[PATCH] Remove incorrect assertion from filesystem::absolute
[PATCH] Remove Profile Mode, deprecated since GCC 7.1
[PATCH] Remove redundant __constexpr_addressof function
[PATCH] Remove redundant accessors in hash tables
[PATCH] Removing unused, non-standard function in _Rb_tree
[PATCH] Rename header guards to be consistent with upstream project's conventions.
[PATCH] Several patches to improve libstdc++ API docs
[PATCH] Small markup changes to PBDS docs
[PATCH] Synchronize libstdc++ parallel algorithms with upstream project
Re: [PATCH] tbb-backend effective target should check ability to link TBB
[PATCH] Update C++20 status table
[PATCH] Update documentation of implementation-defined library features
Re: [PATCH] Use _GLIBCXX_NOEXCEPT_IF for std::swap
[PATCH] Use INVOKE<R> in std::function, std::bind and std::packaged_task
[v3 PATCH] basic_string spurious use of a default constructible allocator - LWG2788
[v3 PATCH] Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign (LWG2579)
[v3 PATCH] Make stateful allocator propagation more consistent for operator+(basic_string) (P1165R1)
[v3 PATCH] nonesuch is insufficiently useless (lwg2996)
Re: [v3] Update Solaris baselines for GCC 9.1
[wwwdocs] C++17 library is no longer experimental
[wwwdocs] Clarify what "TBB" means and link to the project website
[wwwdocs] Document PR libstdc++/68210 (LWG DR 206) changes
C++ no except updates
C++ PATCH for c++/85679 and CWG 2094 - volatile scalars are trivially copyable
Deque code cleanup and optimizations
Deque rotate on current node
Fix make check-debug RUNTESFLAGS=prettyprinters.exp
Fix simulator timeout for testsuite/26_numerics/random/poisson_distribution/operators/values.cc
Hashtable comment cleanups & renamings
Re: Hashtable Small size optimization
Hide move_iterator ill-form operators
Implement numeric_limits<__float128>.
Re: libbacktrace integration for _GLIBCXX_DEBUG mode
libstdc++/90277 Review rehash policy
LWG2593 Move from allocator state is preserved
Make deque iterator operators hidden friends
Make vector<bool> iterator operators hidden friends
Mention lerp and midpoint in the libstdc++ status.
Remove obsolete Solaris 10 support
RFC: [PATCH] Remove using-declarations that add std names to __gnu_cxx
RFC: Deprecate libstdc++ Policy-Based Data Structures
RFC: use markdown in libstdc++ Doxygen comments
std::vector<bool> code cleanup fixes optimizations
Test for C++20 p0858 - ConstexprIterator requirements.
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]