aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2012-04-23type_traits (is_nothrow_destructible): Implement.Daniel Krugler12-71/+448
2012-04-23re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)Paolo Carlini5-20/+91
2012-04-23re PR testsuite/53046 (New libstdc++ test failures)Chris Jefferson3-4/+11
2012-04-22re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)Paolo Carlini4-14/+85
2012-04-22alloc_traits.h (__alloc_traits::difference_type): Define.Jonathan Wakely2-0/+7
2012-04-22Add PR number to ChangeLog entry.Jonathan Wakely1-0/+1
2012-04-22ptr_traits.h (pointer_traits::rebind): Make public.Jonathan Wakely3-6/+7
2012-04-22forward_list (forward_list::splice_after): Check allocators are equal.Jonathan Wakely6-1/+148
2012-04-20re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini3-5/+5
2012-04-20re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini5-118/+11
2012-04-17808590.cc: New.Benjamin Kosnik2-0/+53
2012-04-17Fix merging default libstdc++.logRainer Orth2-1/+6
2012-04-15re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing)Paolo Carlini11-31/+179
2012-04-14re PR libstdc++/52699 (infinite loop generated with -O0)Paolo Carlini3-22/+73
2012-04-14re PR libstdc++/52839 (double free or corruption running tr1/.../default_weak...Alan Modra3-9/+14
2012-04-1451083.cc: Move...Paolo Carlini2-0/+5
2012-04-13fix last entryChristian Bruel1-1/+1
2012-04-13PR:52604: (~__freelist): Reset pointerLaurent Alfonsi2-1/+8
2012-04-13safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add.Paolo Carlini5-8/+41
2012-04-13unordered_map.h (__unordered_map): Remove.Benjamin Kosnik7-1474/+1629
2012-04-12Fix PR52822 (stable_partition move-assigns object to itself) by scanning for...Jeffrey Yasskin4-27/+152
2012-04-12Makefile.am (check_DEJAGNUnormal0): Run prettyprinters.exp.Andreas Schwab3-2/+8
2012-04-12re PR libstdc++/52942 (using std::ref with a std::unordered_map fails to comp...Paolo Carlini5-10/+121
2012-04-11Fix date of previous ChangeLog entry.Jonathan Wakely1-1/+1
2012-04-11re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C+...Jonathan Wakely4-2/+60
2012-04-11debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly.Jonathan Wakely2-7/+13
2012-04-11* testsuite/performance/30_threads/future/polling.cc: Adjust.Jonathan Wakely2-3/+7
2012-04-11forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ...Paolo Carlini6-49/+204
2012-04-11re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types)Paolo Carlini3-7/+41
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez2-0/+12
2012-04-05Export std::_List_node_base for non-PIC codeRainer Orth2-4/+8
2012-04-05PR bootstrap/52840: libstdc++: let debug find sources for compatibility.loBernhard Reutner-Fischer3-2/+11
2012-04-04Partially revert:Uros Bizjak2-4/+8
2012-04-02crossconfig.m4 (*-*-*vms*): Add.Tristan Gingold3-0/+5672
2012-04-01re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on ...Jonathan Wakely7-29/+98
2012-04-01functional (__callable_functor): Overload for volatile-qualified pointers.Jonathan Wakely3-0/+53
2012-03-31re PR libstdc++/52799 (deque::emplace(iterator, ...) tries to call push_front...Jeffrey Yasskin5-3/+97
2012-03-29re PR libstdc++/52689 (static linking with libstdc++ fails)Benjamin Kosnik18-251/+393
2012-03-28Makefile.am (TEST_GCC_EXEC_PREFIX): New.Terry Guo3-0/+7
2012-03-27functional (mem_fn): Qualify to prevent ADL.Jonathan Wakely3-6/+55
2012-03-27type_traits (result_of): Fix handling of cv-quals.Jonathan Wakely7-19/+127
2012-03-23Update sparc-linux-gnu libstdc++ ABI baseline.David S. Miller2-0/+33
2012-03-23testsuite_flags.in (--cxxflags): Let CXXFLAGS set -g -O2.Benjamin Kosnik3-2/+7
2012-03-23forward_list.h: Slightly tweak two comments.Paolo Carlini2-3/+6
2012-03-23Makefile.am: XML output names have only .xml suffix.Benjamin Kosnik3-7/+12
2012-03-22array (array<>::at(size_type) const): Fix version for undefined __EXCEPTIONS.Paolo Carlini2-2/+8
2012-03-2131370.cc: Skip this test on powerpc64-*-freebsd*.Andreas Tobler2-1/+7
2012-03-20Correct date in ChangeLog.Jonathan Wakely1-1/+1
2012-03-20stl_list.h (list::_M_size): Use NSDMI.Jonathan Wakely6-12/+18
2012-03-19[multiple changes]Paolo Carlini4-4/+14