aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2012-12-01re PR libstdc++/55503 (FAIL: 30_threads/condition_variable/members/53841.cc (...John David Anglin2-1/+7
2012-11-29re PR target/55445 (Always defined __SEH__ when build from trunk)Kai Tietz2-3/+9
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski3-2/+8
2012-11-28functional (_Mem_fn): Constrain function call operators to avoid ambiguities.Jonathan Wakely5-86/+312
2012-11-27Fix incorrect @headername Doxygen macro invocation.Ollie Wild2-1/+6
2012-11-26functional (__is_socketlike): Change from class template to alias template.Jonathan Wakely2-8/+7
2012-11-26re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)Jonathan Wakely4-83/+185
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely14-46/+196
2012-11-20re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be used unin...Paolo Carlini3-8/+15
2012-11-202012-11-20 Matthias Klose <doko@ubuntu.com>Matthias Klose4-4/+10
2012-11-20array_allocator.h: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jonathan Wakely2-2/+7
2012-11-19typedefs.cc: Check rebind and improve propagate_on_container_move_assignment ...Jonathan Wakely2-2/+12
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely19-28/+196
2012-11-19hashtable.h: Improve comments.Jonathan Wakely3-28/+32
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini4-25/+42
2012-11-16hashtable_policy.h (_Prime_rehash_policy): Remove automatic shrink.François Dumont6-60/+204
2012-11-16whatis.cc: New file.Tom Tromey4-24/+419
2012-11-14re PR c++/55275 (abi_tag attribute doesn't work on explicit specializations o...Jason Merrill2-2/+4
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely3-11/+67
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely8-15/+154
2012-11-14abi_tag.cc: Adjust expected demangling for 128bit long-double targets.Uros Bizjak2-2/+7
2012-11-12future (atomic_future): Remove declaration of non-standard name.Jonathan Wakely2-3/+5
2012-11-12* include/std/complex (real, imag): Add ABI tag in C++11 mode.Jason Merrill3-0/+37
2012-11-11chapter.txml: Remove whitespace inside <keyword>.Andreas Schwab48-393/+179
2012-11-11acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for /usr/share/xml/docbo...Andreas Schwab3-0/+14
2012-11-11policy_data_structures.xml: Update reference for select.Gerald Pfeifer2-1/+6
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill174-843/+846
2012-11-08re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont3-0/+31
2012-11-0855028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).Paolo Carlini2-1/+6
2012-11-08cxa_vec.C: Fix typo in comment.Florian Weimer2-1/+5
2012-11-08iterator_tracker.h (operator++): Fix returning dangling reference.Jonathan Wakely2-2/+8
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini20-270/+119
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely9-11/+45
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini17-26/+912
2012-11-0655123.cc: Remove duplicate include.Jonathan Wakely2-2/+5
2012-11-06atomic_base.h: Don't include <cstddef>, use nullptr.Paolo Carlini5-10/+26
2012-11-06* include/profile/map.h (map::emplace_hint): Add missing return.Jonathan Wakely2-0/+5
2012-11-06deque: Constrain InputIterator parameters.Jonathan Wakely9-18/+111
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely9-18/+95
2012-11-05re PR libstdc++/55028 (_GLIBCXX_DEBUG is broken when using v7 namespace)Benjamin Kosnik3-0/+56
2012-11-05throw_allocator.h (__throw_value_base): Add move semantic, not throwing.François Dumont5-37/+277
2012-11-05re PR libstdc++/55215 (Constructor seeding is broken for Mersenne twister)Paolo Carlini8-3/+370
2012-11-05Detect overflow in size calculations in __cxa_vec_new{2,3}Florian Weimer3-4/+88
2012-11-03final patch for enabling VxWorksRobert Mason2-0/+11
2012-11-03* doc/html/*: Regenerate.Jonathan Wakely49-215/+217
2012-11-02configure.xml: Adjust GNU libc link.Gerald Pfeifer4-7/+16
2012-11-02re PR libstdc++/55169 (std::discrete_distribution::operator(generator&) makes...Paolo Carlini4-188/+202
2012-11-02allocator.xml: Update reference to Hoard.Gerald Pfeifer2-3/+8
2012-11-02printers.py (Tr1HashtableIterator): Update.Jonathan Wakely2-2/+9
2012-11-02forward_list.h (forward_list(size_type)): Add missing allocator parameter.Jonathan Wakely7-37/+155