aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23Remove reference to -pthreads option in libstdc++ manualJonathan Wakely2-2/+2
2016-08-22Update links to libstdc++ Doxygen pagesJonathan Wakely3-107/+18
2016-08-22Add noexcept to std::function swapJonathan Wakely1-0/+6
2016-08-19Define std::not_fn for C++17Jonathan Wakely2-4/+3
2016-08-19Define std::atomic<T>::is_always_lock_free for C++17Jonathan Wakely2-4/+3
2016-08-19Update C++17 library status tableJonathan Wakely2-9/+7
2016-08-18Expand libstdc++ docs on testingJonathan Wakely9-411/+799
2016-08-18Improve documentation of libstdc++ test targetsJonathan Wakely1-56/+115
2016-08-18Document libstdc++.so versioning in manualJonathan Wakely1-0/+115
2016-08-18Improve markup in libstdc++ manualJonathan Wakely3-222/+261
2016-08-06Update C++17 library status tableJonathan Wakely2-4/+4
2016-08-06Add std::apply for C++17Jonathan Wakely2-1/+48
2016-08-05Correct status of __cpp_lib_enable_shared_from_thisJonathan Wakely2-2/+2
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely2-6/+5
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely1-2/+1
2016-08-04Update C++17 library implementation status tableJonathan Wakely2-115/+761
2016-07-29Update libstdc++ docs for library version historyJonathan Wakely2-1/+2
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely2-0/+16
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely1-0/+6
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely1-0/+6
2016-07-12Remove unused operator delete overloads (LWG 2458)Jonathan Wakely2-0/+11
2016-07-12Add tests and docs for LWG 2212 supportJonathan Wakely2-0/+13