aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Move dg-error directives to relevant linesJonathan Wakely10-164/+104
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen13-9/+105
2016-07-31Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely10-1/+30
2016-07-31Fix file extension of libstdc++ testJonathan Wakely2-0/+4
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen11-1/+739
2016-07-29Update libstdc++ baseline symbols for aarch64, ia64, m68kAndreas Schwab4-0/+258
2016-07-29Update libstdc++ docs for library version historyJonathan Wakely3-1/+5
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely5-5/+24
2016-07-29Update libstdc++ baseline symbols for x86 and ppcJonathan Wakely8-0/+571
2016-07-28Fix DR 438 container tests to pass in C++98 modeJonathan Wakely12-11/+34
2016-07-28Fix std::vector test to pass in C++98 modeJonathan Wakely2-2/+8
2016-07-28Use dg-additional-options in libstdc++ testsJonathan Wakely6-5/+15
2016-07-28Fix invalid dg-do directives in libstdc++ testsJonathan Wakely4-3/+10
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen86-0/+6458
2016-07-27* testsuite/20_util/forward/1_neg.cc: Move dg-error to right line.Jonathan Wakely2-2/+7
2016-07-25Fix missing qualification in <ext/rope>Georeth Chow3-1/+35
2016-07-25Use std::mt19937, std::thread and std::atomic to simplify testsJonathan Wakely3-120/+56
2016-07-22Move allocator in std::string and RB tree move constructorsJonathan Wakely5-1/+162
2016-07-22Use correct form of delete in libstdc++.expJonathan Wakely2-2/+7
2016-07-21Fix naming, qualification and broken test for propagate_constJonathan Wakely3-15/+20
2016-07-21Define missing delete operators in libstdc++ testsuiteJonathan Wakely3-2/+23
2016-07-21Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely6-14/+22
2016-07-21Fix missing returns in libstdc++ testsuiteJonathan Wakely3-4/+7
2016-07-21Remove memory leaks in libstdc++ testsuiteJonathan Wakely5-7/+24
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely3-0/+19
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely5-3/+53
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely4-2/+39
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely2-5/+12
2016-07-18Clean up optional's comments.Ville Voutilainen2-18/+18
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely9-24/+34
2016-07-15Remove redundant std::move in std::for_eachJonathan Wakely2-2/+5
2016-07-15c++/58796 Make nullptr match exception handlers of pointer typeJonathan Wakely2-0/+31
2016-07-15Implement C++17 P0025 clamp.Edward Smith-Rowland8-1/+329
2016-07-15Fix the constraints for any's assignment operator template to properlyVille Voutilainen3-4/+16
2016-07-14Include header for std::__parallel::searchJonathan Wakely2-0/+6
2016-07-14Add header for std::search to testcaseJonathan Wakely2-0/+4
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely11-65/+117
2016-07-14Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen18-89/+538
2016-07-14Fix ChangeLog.Ville Voutilainen1-0/+41
2016-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely11-50/+97
2016-07-13Make basic_string::replace forward to different overloadJonathan Wakely2-1/+5
2016-07-13Make __allocated_ptr::_S_raw_ptr staticJonathan Wakely2-2/+8
2016-07-13Revert "Add non-const overload of std::string::data()"Jonathan Wakely6-182/+29
2016-07-13Fix ChangeLog.Ville Voutilainen1-0/+2
2016-07-13Implement P0307R2, Making Optional Greater Equal Again.Ville Voutilainen10-52/+283
2016-07-13Add non-const overload of std::string::data()Jonathan Wakely6-25/+214
2016-07-12Remove unused operator delete overloads (LWG 2458)Jonathan Wakely4-6/+15
2016-07-12Fix ChangeLog entry for r238244Jonathan Wakely1-1/+1
2016-07-12Add tests and docs for LWG 2212 supportJonathan Wakely6-6/+37
2016-07-12Add std::vector::emplace() testcase from LWG 2164Jonathan Wakely2-0/+19