summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/81476 Optimise vector insertion from input iteratorsJonathan Wakely2017-07-191-3/+10
* new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt2017-07-197-15/+15
* Fix indentation in std::basic_filebuf member functionsJonathan Wakely2017-07-191-56/+54
* PR libstdc++/81395 fix crash when write follows large readJonathan Wakely2017-07-191-1/+1
* stl_list.h (struct _List_node_header): New.François Dumont2017-07-181-64/+92
* Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely2017-07-151-3/+3
* Constrain std::variant constructor for class template argument deductionJason Merrill2017-07-141-0/+1
* PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely2017-07-102-5/+6
* PR libstdc++/81338 correctly manage string capacityJonathan Wakely2017-07-103-5/+40
* Prevent __uses_alloc from holding dangling referencesJonathan Wakely2017-07-062-4/+11
* re PR libstdc++/80187 (C++ variant should be trivially copy constructible if ...Tim Shen2017-06-271-79/+233
* PR libstdc++/81221 fix namespace qualification for parallel modeJonathan Wakely2017-06-271-2/+3
* PR libstdc++/81173 fix undefined memset with null pointerJonathan Wakely2017-06-221-14/+15
* PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen2017-06-212-29/+82
* Add std::get_deleter overload with correct signatureJonathan Wakely2017-06-162-1/+14
* Fix std::wbuffer_convert::sync()Jonathan Wakely2017-06-161-1/+1
* Fix missing returns in libstdc++ header and testsJonathan Wakely2017-06-161-0/+1
* stl_bvector.h (__fill_bvector(_Bit_type*, unsigned int, unsigned int, bool)):...François Dumont2017-06-161-617/+647
* Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17Pedro Alves2017-06-121-11/+90
* stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator default init.François Dumont2017-06-121-7/+8
* Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely2017-06-092-13/+15
* Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely2017-06-094-0/+39
* PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely2017-06-081-2/+2
* Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely2017-06-071-0/+7
* PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely2017-06-072-6/+6
* Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely2017-06-073-1/+29
* PR libstdc++/80939 Remove unmeetable constexpr specifiersJonathan Wakely2017-06-051-14/+19
* Optimize std::advance for single incrementsJonathan Wakely2017-06-051-1/+6
* Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely2017-06-051-8/+8
* PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()Jonathan Wakely2017-06-021-1/+1
* PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely2017-05-311-3/+11
* re PR c++/80737 (variant<any> as class member resulting to compile errors)Tim Shen2017-05-281-2/+2
* PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao2017-05-231-1/+8
* PR libstdc++/67214 Avoid signed overflow in num_get::_M_extract_intXi Ruoyao2017-05-231-10/+10
* PR libstdc++/80796 Add new std::search overload for C++17Jonathan Wakely2017-05-191-0/+14
* PR libstdc++/80478 make std::mem_fn work with noexcept functionsJonathan Wakely2017-05-181-0/+6
* Fixes to Doxygen comments in libstdc++ headersJonathan Wakely2017-05-177-11/+20
* Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen2017-05-171-230/+60
* Implement std::experimental::source_location (N4519)Jonathan Wakely2017-05-163-0/+88
* Fix forward declaration of std::type_info for versioned-namespaceJonathan Wakely2017-05-161-4/+4
* optional (_Optional_base::_M_get): Check precondition.Marc Glisse2017-05-161-2/+8
* Fix order and types of members in C++17 insert_return_type structsJonathan Wakely2017-05-152-18/+4
* Revert revision 247926.François Dumont2017-05-122-22/+5
* PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely2017-05-121-10/+12
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-111-99/+103
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-112-5/+22
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-111-0/+6
* PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely2017-05-111-36/+28
* Bump version namespace.François Dumont2017-05-105-35/+35
* stl_algobase.h (std::__iter_swap<false>): Remove _GLIBCXX_MOVE usage.François Dumont2017-05-101-82/+82