Update C++17 library status table in manual
[gcc.git] / libstdc++-v3 / doc /
2017-04-03 Jonathan WakelyUpdate C++17 library status table in manual
2017-03-28 Jonathan WakelyAdd _GLIBCXX_RELEASE macro to "Using" section of manual
2017-03-23 Jonathan WakelyFix broken links in manual and remove outdated info
2017-03-18 Gerald Pfeiferappendix_contributing.xml: Convert link to ansi.org...
2017-03-15 Jonathan WakelyFix typo in config.h.in comment
2017-03-09 Jonathan WakelyDefine std::byte for C++17 (P0298R3)
2017-03-05 Jonathan WakelyAdd std::scoped_lock for C++17
2017-03-02 Gerald Pfeiferdebug_mode.xml: Update and simplify note on link- and...
2017-03-01 Gerald Pfeiferdocumentation_hacking.xml: Tweak link to doxygen.org.
2017-02-19 Gerald Pfeifer* doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer.
2017-02-18 Gerald Pfeiferio.xml: Update link to groups.google.com.
2017-02-18 Gerald Pfeifer* doc/xml/manual/profile_mode.xml: Fix link.
2017-02-16 Gerald Pfeiferpolicy_data_structures.xml: Simplify and standardize...
2017-02-10 Gerald Pfeifer* doc/xml/manual/profile_mode.xml: Update a paper refer...
2017-02-08 Jonathan WakelyUpdate links and references in libstdc++ manual
2017-02-08 Gerald Pfeiferprofile_mode.xml: Unbreak link to "Optimizing Sorting...
2017-02-07 Gerald Pfeiferabi.xml: Update link to "Sun Studio 11: C++ Migration...
2017-02-07 Gerald Pfeiferlwg-active.html: Remove.
2017-02-07 Gerald Pfeifer* doc/xml/manual/status_cxx2017.xml: Fix link to N4284.
2017-02-06 Gerald Pfeiferdocumentation_hacking.xml: Remove obsolete link to...
2017-01-26 Jason Merrill* name-lookup.c (parse_using_directive): Deprecate...
2017-01-23 Gerald Pfeifer* doc/xml/manual/debug.xml: code.google.com uses https...
2017-01-22 Gerald Pfeifer* doc/xml/manual/test.xml: Fix link into gccint online...
2017-01-19 Jonathan WakelyFix typo in recent doc updates
2017-01-19 Jonathan WakelyPR78905 define _GLIBCXX_RELEASE macro
2017-01-17 Jonathan WakelyPR69699 document why __GLIBCXX__ macro is useless
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-12 Jonathan WakelyPR66284 remove std::function special case for reference...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-04 Gerald Pfeiferdocumentation_hacking.xml: sourceforge.net now defaults...
2017-01-03 Jonathan WakelyFix typos in libstdc++ docs and update copyright years
2017-01-02 Gerald Pfeiferfaq.xml: Update address of C++ ABI link.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-08 Jonathan WakelyPR71856 try to fix Parallel Mode assertions again
2016-11-15 Jonathan WakelyMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
2016-11-15 Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-11-15 Jonathan WakelyConstrain swap overload for std::optional (LWG 2748)
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-17 Jonathan WakelyImplement P0084R2, Emplace return type, for C++17
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-12 Jonathan WakelyDefine std::sample for C++17
2016-10-12 Jonathan WakelyDo not copy std:call_once arguments (LWG 2442)
2016-10-11 Jonathan WakelySimplify std::rethrow_if_nested definition
2016-10-10 Jonathan WakelyImprove docs on libstdc++ source-code layout
2016-10-10 Jonathan WakelyUpdate docs on libstdc++ source-code layout
2016-10-10 Jonathan WakelyCorrect C++11 implementation status docs
2016-10-10 Jonathan WakelyImplement constexpr std::addressof for C++17
2016-10-07 Jonathan WakelyImprove implementation-defined docs for libstdc++
2016-10-07 Jonathan WakelyImplement std::has_unique_object_representations
2016-10-06 Jonathan WakelyMake std::scoped_allocator_adaptor's OUTERMOST recursive
2016-10-03 Jonathan WakelyDefine std::gcd and std::lcm for C++17
2016-09-30 Jonathan WakelyImplement LWG 2192 and LWG 2294 for std::abs
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-27 Jonathan WakelyDefine feature macro and update C++17 library status
2016-09-27 Jonathan WakelyDefine 3-argument overloads of std::hypot for C++17...
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-16 Jonathan WakelyFix typo in Libstdc++ Profile Mode docs
2016-09-15 Jonathan WakelyEditorial fixes to libstdc++ debug mode docs
2016-08-26 Jonathan Wakelylibstdc++/51960 move-construction for raw_storage_iterator
2016-08-26 Jonathan WakelyAdd new std::basic_string constructor (LWG 2583)
2016-08-23 Jonathan WakelyRemove reference to -pthreads option in libstdc++ manual
2016-08-22 Jonathan WakelyUpdate links to libstdc++ Doxygen pages
2016-08-22 Jonathan WakelyAdd noexcept to std::function swap
2016-08-19 Jonathan WakelyDefine std::not_fn for C++17
2016-08-19 Jonathan WakelyDefine std::atomic<T>::is_always_lock_free for C++17
2016-08-19 Jonathan WakelyUpdate C++17 library status table
2016-08-18 Jonathan WakelyExpand libstdc++ docs on testing
2016-08-18 Jonathan WakelyImprove documentation of libstdc++ test targets
2016-08-18 Jonathan WakelyDocument libstdc++.so versioning in manual
2016-08-18 Jonathan WakelyImprove markup in libstdc++ manual
2016-08-06 Jonathan WakelyUpdate C++17 library status table
2016-08-06 Jonathan WakelyAdd std::apply for C++17
2016-08-05 Jonathan WakelyCorrect status of __cpp_lib_enable_shared_from_this
2016-08-05 Jonathan WakelyImplement C++17 rounding functions for std::chrono...
2016-08-04 Jonathan WakelyDefine std::is_callable and std::is_nothrow_callable
2016-08-04 Jonathan WakelyUpdate C++17 library implementation status table
2016-07-29 Jonathan WakelyUpdate libstdc++ docs for library version history
2016-07-20 Jonathan WakelyDocument LWG DR 2684 status and regenerate libstdc...
2016-07-20 Jonathan WakelyLWG 2441 Provide exact-width atomic typedefs
2016-07-20 Jonathan WakelyLWG 2328 Rvalue stream extraction should use perfect...
2016-07-12 Jonathan WakelyRemove unused operator delete overloads (LWG 2458)
2016-07-12 Jonathan WakelyAdd tests and docs for LWG 2212 support
2016-07-07 Jonathan WakelyUpdate libstdc++ status docs
2016-05-29 Gerald Pfeiferbackwards_compatibility.xml: Adjust lists.debian.org...
2016-05-27 Jonathan WakelyAdjust URL in libstdc++ manual to use https
2016-03-23 Bernd EdlingerMakefile.am (install-freestanding-headers): Add concept...
2016-02-23 Jonathan WakelyDocument __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
2016-02-04 Jonathan WakelyRegenerate front page of libstdc++ HTML docs
2016-02-04 Jonathan WakelyUpdate copyright years in libstdc++ manual and add...
2016-01-22 Jonathan WakelyAllow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-14 Ville VoutilainenDocument the implementation of Logical Operator Type...
2015-12-10 Jonathan WakelyImprove generated libstdc++ API docs
2015-11-10 Jonathan WakelyUpdate C++17 library implementation status
2015-10-16 Jonathan WakelyDocument options for Filesystem TS library
2015-10-01 Jonathan Wakely* doc/html/manual/errno.html: Add new file.
2015-10-01 Jonathan WakelySave-and-restore errno more carefully in libstdc++
2015-09-11 Jonathan WakelyRationalise PCH headers and 17_intro/headers tests.
2015-09-11 Jonathan WakelyImplement N4258 noexcept for std::basic_string.
next