aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Fix tests that fail when compiled without optimisationJonathan Wakely4-1/+11
2018-10-16PR libstdc++/87618 fix typos in linker scriptJonathan Wakely4-4/+30
2018-10-15Adjust test to pass with latest glibcJonathan Wakely2-2/+7
2018-10-15PR libstdc++/87587 prevent -Wabi warningsJonathan Wakely2-0/+12
2018-10-15vector (vector<>::cbegin()): Use C++11 direct initialization.François Dumont2-10/+26
2018-10-12Initial commit of Networking TS implementationJonathan Wakely30-0/+10668
2018-10-12PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely3-5/+23
2018-10-112018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2-20/+37
2018-10-112018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2-33/+44
2018-10-11PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely3-12/+48
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely9-40/+181
2018-10-10PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely6-4/+105
2018-10-092018-10-09 François Dumont <fdumont@gcc.gnu.org>François Dumont2-24/+25
2018-10-09Define std::string and related typedefs outside __cxx11 namespaceJonathan Wakely3-3/+12
2018-10-08PR libstdc++/87538 Verify fix for std::experimental::not_fnJonathan Wakely2-0/+51
2018-10-08PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely3-1/+58
2018-10-08list (list<>::cbegin()): Use C++11 direct initialization.François Dumont2-18/+35
2018-10-052018-10-05 François Dumont <fdumont@gcc.gnu.org>François Dumont6-75/+72
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely3-9/+26
2018-10-032018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont5-75/+132
2018-10-02vector<bool> _M_start and 0 offsetMarc Glisse2-3/+9
2018-10-02Avoid redundant runtime checks in std::visitJonathan Wakely2-18/+23
2018-10-02Use -fno-show-column in libstdc++ installed testing.Joseph Myers2-1/+6
2018-10-02config: Remove unused define for os uClibcBernhard Reutner-Fischer2-4/+5
2018-10-01allocator.xml: Adjust link to "Reconsidering Custom Memory Allocation".Gerald Pfeifer2-1/+6
2018-10-01Regenerate libstdc++ HTML pagesJonathan Wakely9-11/+15
2018-09-30messages.xml: Switch link to www.oracle.com to https.Gerald Pfeifer2-1/+6
2018-09-30policy_data_structures_biblio.xml: Update link to Microsoft Component Model O...Gerald Pfeifer2-1/+6
2018-09-29fdl-1.3.xml: The Free Software Foundation web site now uses https.Gerald Pfeifer3-2/+8
2018-09-28functions.h (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIt...François Dumont2-1/+8
2018-09-25Use steady_clock to implement condition_variable::wait_for with predicateMike Crowe2-2/+8
2018-09-25PR libstdc++/87431 optimise valueless_by_exception()Jonathan Wakely2-0/+9
2018-09-24codecvt.xml: Move link to "UTF-8 and Unicode FAQ" to https.Gerald Pfeifer2-1/+6
2018-09-24policy_data_structures_biblio.xml: Update link to "Priority Queues and the STL".Gerald Pfeifer2-1/+6
2018-09-23using_exceptions.xml: Move boost.orgs link to https.Gerald Pfeifer2-2/+7
2018-09-21re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont4-8/+19
2018-09-21Un-split hypot<long double> testsJonathan Wakely3-30/+11
2018-09-20hypot-long-double.cc: Skip on arm*.Christophe Lyon2-1/+6
2018-09-19Don't use __glibcxx_assert to check class invariantsJonathan Wakely2-10/+9
2018-09-18re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont3-14/+48
2018-09-18Fix location of invocable check for unique_ptr deleterJonathan Wakely3-4/+48
2018-09-13Limit workaround for Clang bug to __clang_major__ <= 7Jonathan Wakely2-1/+6
2018-09-11PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely3-1/+32
2018-09-11Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely6-42/+160
2018-09-05* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely2-2/+7
2018-09-03PR libstdc++/78179 run long double tests separatelyJonathan Wakely3-1/+35
2018-09-03Fix vector::_Temporary_value::_M_ptrJonathan Wakely2-3/+7
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely10-50/+306
2018-09-03PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely8-42/+523
2018-09-022018-09-02 François Dumont <fdumont@gcc.gnu.org>François Dumont7-384/+429