aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2009-09-16base.h: Correct some comments accidentally changed during uglification.Johannes Singler14-47/+64
2009-09-16base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler18-459/+490
2009-09-16base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler7-57/+59
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler41-7016/+7062
2009-09-14re PR libstdc++/41037 (dec not set in cerr flags)Paolo Carlini4-2/+80
2009-09-14atomicity.h (__exchange_and_add): Set earlyclobber constraint.Andrew Stubbs2-1/+6
2009-09-112009-09-11 Johannes Singler <singler@ira.uka.de>Johannes Singler2-12/+15
2009-09-11re PR libstdc++/41316 ([C++0x] forward_list::sort violates strict aliasing ru...Paolo Carlini7-124/+130
2009-09-11Override all per-target *_LINK variables correctly.Ralf Wildenhues3-3/+8
2009-09-09typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options.Loren J. Rittle2-2/+7
2009-09-08libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before...Alexandre Oliva2-6/+10
2009-09-07re PR libstdc++/41280 (Revision 151352 breaks 32bit libstdc++)H.J. Lu3-8/+40
2009-09-06re PR libstdc++/41267 (vector<>::resize() from an empty vector calls memmove ...Paolo Carlini2-4/+13
2009-09-05revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ...Benjamin Kosnik7-39/+51
2009-09-02v3: fix config.status instantiation of subdir makefiles.Ralf Wildenhues3-66/+95
2009-09-02Fix 'make clean' to remove stamp-host file in libstdc++-v3/include.Ralf Wildenhues3-2/+8
2009-09-02libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host.Joseph Myers2-1/+16
2009-09-022009-09-02 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2-2/+7
2009-09-01testsuite_rvalref.h: Remove obsolete macro using _GLIBCXX_TESTSUITE_ALLOW_RVA...Chris Jefferson20-65/+676
2009-08-31denorm_min.cc: Use dg-add-options ieee.Uros Bizjak35-44/+97
2009-08-29stl_construct.h: Include <bits/move.h>.Paolo Carlini2-0/+5
2009-08-29move.h (_GLIBCXX_FORWARD): Add.Chris Jefferson8-5/+267
2009-08-27gnu.ver: Fixups for string member functions.Benjamin Kosnik2-2/+10
2009-08-26re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std:...Jonathan Wakely7-10/+59
2009-08-25basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+...Benjamin Kosnik64-487/+1509
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-24stl_algo.h (__unguarded_partition_pivot, [...]): New.Chris Jefferson3-65/+116
2009-08-23Fix placement of LIBTOOLFLAGS variable in v3 makefile.am.Ralf Wildenhues3-2/+8
2009-08-22Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues4-11/+13
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues12-94679/+17707
2009-08-22LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11Ralf Wildenhues5-16/+25
2009-08-20typedefs.cc: Add missing dg-require directives.Paolo Carlini2-0/+8
2009-08-20gamma.tcc: Change include guard from _TR1_GAMMA_TCC to _GLIBCXX_TR1_GAMMA_TCC...Edward Smith-Rowland3-4/+11
2009-08-17typedefs.cc: New.Benjamin Kosnik2-0/+32
2009-08-15configure.ac: Move guarded checks for CC and CXX ...Ralf Wildenhues4-352/+358
2009-08-14re PR libstdc++/41061 (Compile of program using std random fails.)Edward Smith-Rowland22-181/+1174
2009-08-14stl_tree.h: Make erase return iterator as per DR 130.Edward Smith-Rowland11-2/+616
2009-08-14pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup.Benjamin Kosnik1-3/+0
2009-08-14pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup.Benjamin Kosnik3-53/+75
2009-08-14compatibility-ldbl.cc: Include cmath.Uros Bizjak2-0/+5
2009-08-14compatibility-ldbl.cc: Include tr1/functional.Benjamin Kosnik2-5/+10
2009-08-12compatibility-ldbl.cc: Add explicit namespace scope.Benjamin Kosnik2-0/+10
2009-08-12extc++.h: Don't include TR1 if C++0x.Benjamin Kosnik22-1103/+428
2009-08-11future: Move error handling bits outside macro guard.Benjamin Kosnik5-18/+23
2009-08-11hashtable.cc: Just definitions.Benjamin Kosnik10-54/+120
2009-08-11functional: Doxygen markup.Benjamin Kosnik42-159/+176
2009-08-10future: Fixes for -fno-exceptions.Benjamin Kosnik17-52/+142
2009-08-07hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)...Paolo Carlini3-4/+12
2009-08-06compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s...Benjamin Kosnik7-38/+48
2009-08-04re PR libstdc++/15523 ([DR 408] Can't have vectors of vector::const_iterator)Paolo Carlini4-8/+69