This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f89e48789d libgomp nvptx plugin: Only consider '--with-cuda-driver=[.. [...] new 9c3a8fe34ae libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config option new 4163b0be816 libstdc++: Fix typo in doxygen @headerfile command new e4905f11852 libstdc++: Add macros for the inline namespace std::_V2 new 757146fb1c8 libstdc++: Improve doxygen docs for std::pointer_traits new 20b917e7c00 libstdc++: Improve doxygen docs for <system_error> new 1566ca0969a libstdc++: Improve doxygen docs for <atomic> new 1b01963a4ea libstdc++: Improve doxygen docs for <regex> new 171f41f124b libstdc++: Improve doxygen docs for std::allocator new e61492549b9 libstdc++: Improve doxygen docs for algorithms and more new c29c2a06047 libstdc++: Improve doxygen docs for <thread> and <future> new a278402216e libstdc++: Improve doxygen docs for some of <memory> new b584cbdb082 libstdc++: Improve doxygen docs for <mutex>
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/doc/doxygen/user.cfg.in | 17 +-- libstdc++-v3/include/backward/auto_ptr.h | 4 + libstdc++-v3/include/bits/algorithmfwd.h | 15 +- libstdc++-v3/include/bits/alloc_traits.h | 5 + libstdc++-v3/include/bits/allocator.h | 15 +- libstdc++-v3/include/bits/atomic_base.h | 39 +++-- libstdc++-v3/include/bits/c++config | 14 +- libstdc++-v3/include/bits/chrono.h | 4 +- libstdc++-v3/include/bits/mofunc_impl.h | 2 +- libstdc++-v3/include/bits/new_allocator.h | 19 ++- libstdc++-v3/include/bits/ostream_insert.h | 4 + libstdc++-v3/include/bits/ptr_traits.h | 6 + libstdc++-v3/include/bits/regex.h | 60 +++++++- libstdc++-v3/include/bits/regex_constants.h | 5 +- libstdc++-v3/include/bits/regex_error.h | 7 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 32 ++-- libstdc++-v3/include/bits/std_mutex.h | 21 ++- libstdc++-v3/include/bits/std_thread.h | 33 ++++- libstdc++-v3/include/bits/stl_algo.h | 203 +++++++++++++------------- libstdc++-v3/include/bits/stl_numeric.h | 10 +- libstdc++-v3/include/bits/stl_pair.h | 4 + libstdc++-v3/include/bits/unique_lock.h | 2 + libstdc++-v3/include/bits/unique_ptr.h | 13 +- libstdc++-v3/include/ext/new_allocator.h | 12 +- libstdc++-v3/include/std/atomic | 11 +- libstdc++-v3/include/std/condition_variable | 4 +- libstdc++-v3/include/std/future | 29 +++- libstdc++-v3/include/std/mutex | 38 ++++- libstdc++-v3/include/std/scoped_allocator | 1 - libstdc++-v3/include/std/system_error | 141 ++++++++++++++---- libstdc++-v3/include/std/thread | 21 ++- 31 files changed, 565 insertions(+), 226 deletions(-)