aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-11stl_vector.h (push_back(const value_type&)): Forward to _M_realloc_insert.François Dumont4-156/+147
2016-07-10Implement std::optional.Ville Voutilainen48-0/+4686
2016-07-08* testsuite/23_containers/vector/modifiers/insert/aliasing.cc: New.Jonathan Wakely2-0/+83
2016-07-07Update libstdc++ status docsJonathan Wakely4-10/+14
2016-07-07Implement std::any.Ville Voutilainen18-0/+1335
2016-07-06Add a new header for diagnosing the use of C++17 facilities in pre-C++17 modes.Ville Voutilainen2-0/+43
2016-07-06Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen4-2/+219
2016-07-05Implement LWG 2509,Ville Voutilainen4-3/+76
2016-07-04Add tests for inserting aliased objects into std::vectorFrançois Dumont3-0/+221
2016-07-04Fix std::vector's use of temporary objectsJonathan Wakely7-47/+242
2016-07-04re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen3-2/+11
2016-07-02get_debug_neg.cc: Adjust dg-error line numbers.François Dumont4-74/+13
2016-06-3065913.cc: Require atomic-builtins rather than specific target.Thomas Preud'homme2-1/+7
2016-06-27re PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable.h:293:7: error: too m...François Dumont2-1/+7
2016-06-23array (array<>::swap): Fix noexcept qualificaton for zero-size array.François Dumont2-4/+8
2016-06-21remove mep-* supportTrevor Saunders2-4/+4
2016-06-21remove knetbsd supportTrevor Saunders4-3/+9