aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2012-06-28c++config: Remove __regex nested namespace.Benjamin Kosnik13-338/+367
2012-06-26Add C++11 isms to tr2/dynamic_bitset and tr2/bool_set.Edward Smith-Rowland3-15/+26
2012-06-25user.cfg.in: Change COMPACT_LATEX to NO.Benjamin Kosnik2-1/+5
2012-06-2502_match: To...Benjamin Kosnik12-30/+14
2012-06-18re PR libstdc++/53678 (namespace pollution on NetBSD)Jörg Sonnenberger3-4/+37
2012-06-15re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowi...Jonathan Wakely3-4/+11
2012-06-14re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...Jonathan Wakely3-0/+40
2012-06-14re PR libstdc++/53648 ([C++11] nested empty tuples)Jonathan Wakely4-3/+64
2012-06-14* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.Jonathan Wakely2-5/+10
2012-06-01* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.Jonathan Wakely2-4/+10
2012-05-31re PR libstdc++/53543 ([unordered_map] conflict with __is_convertible clang i...Benjamin Kosnik2-2/+8
2012-05-292012-05-29 François Dumont <fdumont@gcc.gnu.org>François Dumont3-20/+68
2012-05-28re PR c++/53503 ([C++0x] unexpected AST of kind ltgt_expr)Paolo Carlini2-0/+26
2012-05-22PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or WunusedDodji Seketeli2-0/+11
2012-05-219780-2.cc: Avoid -Wall warnings.Paolo Carlini18-123/+144
2012-05-21re PR c++/53361 (Could not convert ‘{0, 0, 0}’ from ‘<brace-enclosed in...Paolo Carlini2-0/+33
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini2-2/+8
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu2-11/+22
2012-05-15Add name of the functions impacted by the patch.François Dumont1-2/+7
2012-05-15cons_overflow_neg.cc: Revert unintended commit.Paolo Carlini1-2/+2
2012-05-15re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...Paolo Carlini10-56/+134
2012-05-11re PR libstdc++/53263 (priority_queue is very slow if -D_GLIBCXX_DEBUG is used)François Dumont4-59/+168
2012-05-10random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a te...DJ Delorie3-2/+9
2012-05-03testsuite_flags.in (cxxflags): Remove -ftrack-macro-expansion=0.Benjamin Kosnik2-1/+6
2012-05-03faq.xml: Update outdated allocator documentation.Jonathan Wakely6-32/+34
2012-05-02re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik36-51/+190
2012-05-02crossconfig.m4: Since we know that all TPF builds are cross- builds and canno...DJ Delorie3-140/+9
2012-05-02hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration.Benjamin Kosnik2-0/+9
2012-05-01re PR libstdc++/53115 (_Hashtable::_M_rehash_aux(false_type) is broken)François Dumont4-37/+246
2012-04-30Adjust relevant test cases wrt -ftrack-macro-expansion=[0|2]Dodji Seketeli1-1/+1
2012-04-29re PR libstdc++/51795 (linear_congruential_engine doesn't work correctly)Marc Glisse5-73/+165
2012-04-29functional (function::function(F)): LWG 2132: Disable constructor if argument...Jonathan Wakely3-14/+83
2012-04-29re PR libstdc++/22200 (numeric_limits<signed>::is_modulo is inconsistent with...Marc Glisse2-16/+26
2012-04-26hashtable.h: Adjust doxygen markup for base classes.Benjamin Kosnik3-13/+30
2012-04-25re PR libstdc++/52689 (static linking with libstdc++ fails)Benjamin Kosnik4-3/+63
2012-04-25scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to vara...Jonathan Wakely3-11/+21
2012-04-25re PR libstdc++/52689 (static linking with libstdc++ fails)Benjamin Kosnik2-0/+36
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