aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2012-12-21os_defines.h (_GLIBCXX_LLP64): Define if llp64 abi is used.Kai Tietz6-2/+32
2012-12-20functional (_Require): Move to ...Jonathan Wakely22-112/+668
2012-12-20re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)Jonathan Wakely5-5/+61
2012-12-18abi.xml: Update URLs for C++ ABI.Jonathan Wakely124-600/+669
2012-12-17* include/std/future (__async_sfinae_helper): Remove.Jonathan Wakely2-14/+6
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely3-0/+55
2012-12-143.cc: Shrink memory usage under simulator.Steve Ellcey5-4/+38
2012-12-1318654.cc: Shrink memory usage under simulator.Steve Ellcey5-4/+36
2012-12-12documentation_hacking.xml: Fix validation issue.Benjamin Kosnik2-2/+18
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely5-1/+17
2012-12-11Makefile.am (xml_sources_manual): Add policy_data_structures_biblio.xml.Benjamin Kosnik8-1577/+1723
2012-12-10Makefile.am (libstdc++-symbols.ver): Use CONFIG_HEADER.Matthias Klose3-2/+7
2012-12-09libstdc++.exp (dg-test): Unset testname_with_flags after running the test.Andreas Schwab2-0/+12
2012-12-04Makefile.am (${host_builddir}/c++config.h): Replace [<space><tab>] by [<tab><...Andreas Schwab3-4/+10
2012-12-04Makefile.am: Fix regexp broken by previous commit.Steven Bosscher3-5/+10
2012-12-03standard_policies.hpp: Remove.Benjamin Kosnik5-130/+15
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