summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* debug_mode.xml: Update and simplify note on link- and run-time coexistence.Gerald Pfeifer2017-03-022-9/+12
* Rename 17_intro/headers/names.cc test fileJonathan Wakely2017-03-022-0/+3
* PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely2017-03-0212-37/+155
* PR 79798 Fix incorrect use of std::result_of in std::bindJonathan Wakely2017-03-023-1/+41
* documentation_hacking.xml: Tweak link to doxygen.org.Gerald Pfeifer2017-03-012-1/+6
* Ensure <experimental/iterator> includes <iterator>Jonathan Wakely2017-02-233-4/+19
* C++17 GB50 resolution (P0505R0)Dinka Ranns2017-02-195-11/+114
* * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer.Gerald Pfeifer2017-02-192-1/+5
* io.xml: Update link to groups.google.com.Gerald Pfeifer2017-02-182-2/+7
* * doc/xml/manual/profile_mode.xml: Fix link.Gerald Pfeifer2017-02-182-1/+5
* policy_data_structures.xml: Simplify and standardize references to boost.org.Gerald Pfeifer2017-02-164-5/+13
* PR libstdc++/60936 fix length calculationJonathan Wakely2017-02-162-1/+7
* re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again...Tim Shen2017-02-154-115/+108
* re PR libstdc++/79513 (std::visit doesn't handle references)Tim Shen2017-02-153-1/+15
* x32: Update baseline_symbols.txtH.J. Lu2017-02-132-0/+29
* re PR libstdc++/79348 (abi_check fails on s390x (2 undesignated symbols))Jakub Jelinek2017-02-1310-4/+481
* PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely2017-02-133-2/+37
* PR libstdc++/79467 use lvalues in is_callable checkJonathan Wakely2017-02-113-2/+35
* Adjust whitespace in <bits/atomic_base.h>Jonathan Wakely2017-02-112-19/+23
* * doc/xml/manual/profile_mode.xml: Update a paper reference.Gerald Pfeifer2017-02-102-1/+5
* * src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.Gerald Pfeifer2017-02-082-2/+6
* Update links and references in libstdc++ manualJonathan Wakely2017-02-0818-192/+182
* profile_mode.xml: Unbreak link to "Optimizing Sorting with Machine Learning A...Gerald Pfeifer2017-02-082-1/+6
* * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.Gerald Pfeifer2017-02-082-1/+5
* abi.xml: Update link to "Sun Studio 11: C++ Migration Guide".Gerald Pfeifer2017-02-072-1/+6
* lwg-active.html: Remove.Gerald Pfeifer2017-02-077-202765/+160
* * doc/xml/manual/status_cxx2017.xml: Fix link to N4284.Gerald Pfeifer2017-02-072-1/+5
* Fix test failure at -O0 by pruning outputJonathan Wakely2017-02-062-0/+7
* documentation_hacking.xml: Remove obsolete link to DocBook Publishing Tools.Gerald Pfeifer2017-02-062-7/+13
* PR libstdc++/66145 ensure new ABI for ios::failure testsJonathan Wakely2017-02-0312-0/+53
* PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely2017-02-0318-194/+438
* Update libstdc++ baseline symbols for x32H.J. Lu2017-02-022-0/+84
* Separate Solaris/SPARC and x86 baselinesRainer Orth2017-02-0210-0/+10634
* Update Solaris baselinesRainer Orth2017-02-027-0/+131
* PR78346 make <bits/predefined_ops.h> handle stashing iteratorsJonathan Wakely2017-02-013-7/+131
* PR libstdc++/79254 simplify exception-safety in copy assignmentJonathan Wakely2017-02-016-81/+65
* Implement LWG 2825, LWG 2756 breaks class template argument deduction for opt...Ville Voutilainen2017-01-303-0/+53
* PR libstdc++/79254 fix exception-safety in std::string::operator=Jonathan Wakely2017-01-277-16/+155
* PR libstdc++/70607 revert recent changes to <tr1/complex>Jonathan Wakely2017-01-262-1/+15
* Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely2017-01-266-9/+19
* Fix namespace versioning and remove __detail::__identity helpersJonathan Wakely2017-01-266-37/+62
* * name-lookup.c (parse_using_directive): Deprecate strong using.Jason Merrill2017-01-262-2/+0
* PR libstdc++/79190 add fallback aligned_alloc implementationJonathan Wakely2017-01-263-5/+45
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-261-0/+5
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-262-2/+2
* PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely2017-01-255-27/+48
* PR libstdc++/79206 check string_view sizes in operator==Jonathan Wakely2017-01-243-6/+12
* Restore <functional> header to testJonathan Wakely2017-01-232-0/+6
* 69301.cc: Require atomic builtins.Thomas Preud'homme2017-01-232-0/+5
* PR libstdc++/79195 fix make_array type deductionJonathan Wakely2017-01-234-23/+51