aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
AgeCommit message (Expand)AuthorFilesLines
2017-02-18* doc/xml/manual/profile_mode.xml: Fix link.Gerald Pfeifer1-1/+1
2017-02-16policy_data_structures.xml: Simplify and standardize references to boost.org.Gerald Pfeifer3-5/+6
2017-02-10* doc/xml/manual/profile_mode.xml: Update a paper reference.Gerald Pfeifer1-1/+1
2017-02-08Update links and references in libstdc++ manualJonathan Wakely17-192/+169
2017-02-08profile_mode.xml: Unbreak link to "Optimizing Sorting with Machine Learning A...Gerald Pfeifer1-1/+1
2017-02-07abi.xml: Update link to "Sun Studio 11: C++ Migration Guide".Gerald Pfeifer1-1/+1
2017-02-07lwg-active.html: Remove.Gerald Pfeifer6-202765/+142
2017-02-07* doc/xml/manual/status_cxx2017.xml: Fix link to N4284.Gerald Pfeifer1-1/+1
2017-02-06documentation_hacking.xml: Remove obsolete link to DocBook Publishing Tools.Gerald Pfeifer1-7/+5
2017-01-26* name-lookup.c (parse_using_directive): Deprecate strong using.Jason Merrill2-2/+0
2017-01-23* doc/xml/manual/debug.xml: code.google.com uses https now.Gerald Pfeifer1-1/+1
2017-01-22* doc/xml/manual/test.xml: Fix link into gccint online manual.Gerald Pfeifer1-1/+1
2017-01-19Fix typo in recent doc updatesJonathan Wakely2-2/+2
2017-01-19PR78905 define _GLIBCXX_RELEASE macroJonathan Wakely2-96/+147
2017-01-17PR69699 document why __GLIBCXX__ macro is uselessJonathan Wakely2-46/+58
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-12PR66284 remove std::function special case for reference_wrapperJonathan Wakely3-1/+16
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2017-01-04documentation_hacking.xml: sourceforge.net now defaults to https; adjust refe...Gerald Pfeifer1-1/+1
2017-01-03Fix typos in libstdc++ docs and update copyright yearsJonathan Wakely10-13/+19
2017-01-02faq.xml: Update address of C++ ABI link.Gerald Pfeifer2-4/+4
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely1-0/+9
2016-11-15Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770)Jonathan Wakely2-21/+10
2016-11-15Add std::string constructor for substring of string_view (LWG 2742)Jonathan Wakely2-1/+19
2016-11-15Constrain swap overload for std::optional (LWG 2748)Jonathan Wakely1-1/+9
2016-11-13Add array support to std::shared_ptr for C++17Jonathan Wakely2-4/+3
2016-10-28Implement std::launder for C++17Jonathan Wakely2-8/+7
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely3-5/+4
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-1/+1
2016-10-12Define std::sample for C++17Jonathan Wakely3-1/+25
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely1-0/+7
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely1-0/+8
2016-10-10Improve docs on libstdc++ source-code layoutJonathan Wakely2-135/+215
2016-10-10Update docs on libstdc++ source-code layoutJonathan Wakely7-87/+233
2016-10-10Correct C++11 implementation status docsJonathan Wakely1-9/+5
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely2-2/+8
2016-10-07Improve implementation-defined docs for libstdc++Jonathan Wakely3-13/+193
2016-10-07Implement std::has_unique_object_representationsJonathan Wakely1-2/+1
2016-10-06Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely1-3/+2
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely2-4/+3
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely2-0/+11
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-09-27Define feature macro and update C++17 library statusJonathan Wakely2-16/+12
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely1-2/+1
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely3-5/+4
2016-09-16Fix typo in Libstdc++ Profile Mode docsJonathan Wakely2-3/+3
2016-09-15Editorial fixes to libstdc++ debug mode docsJonathan Wakely2-12/+10
2016-08-26libstdc++/51960 move-construction for raw_storage_iteratorJonathan Wakely2-0/+9
2016-08-26Add new std::basic_string constructor (LWG 2583)Jonathan Wakely2-0/+11