aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-01-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen4-3/+47
2014-01-17set.h (set): Implement C++11 allocator-aware container requirements.François Dumont5-77/+198
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen11-487/+593
2014-01-15Add missing PR reference in ChangeLog.François Dumont1-0/+1
2014-01-15hashtable_policy.h: Fix some long lines.François Dumont5-11/+27
2014-01-13set.h (set): Implement C++11 allocator-aware container requirements.François Dumont5-28/+209
2014-01-10re PR libstdc++/59699 (Effective C++ has moved)Jonathan Wakely2-5/+10
2014-01-10re PR libstdc++/59687 (The description of ios::noreplace is hilarious)Jonathan Wakely2-10/+21
2014-01-10re PR libstdc++/59698 (The type of NULL is described elsewhere)Jonathan Wakely4-77/+102
2014-01-09re PR libstdc++/59680 (Compile error in thread.cc)Jonathan Wakely2-1/+4
2014-01-09Fix up ChangeLog Copyright dates.Richard Sandiford2-2/+2
2014-01-09re PR libstdc++/59738 (r206444 caused FAIL: 23_containers/vector/52591.cc)Jonathan Wakely2-1/+8
2014-01-09Rotate libstdc++-v3/ChangeLogJonathan Wakely2-4594/+4599
2014-01-08stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w...François Dumont7-12/+115
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen8-81/+362
2014-01-07Update Solaris baselinesRainer Orth6-2/+125
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford7089-7090/+7094
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford4-3/+10
2013-12-22chi2_quality.h: Break out from chi2_quality.cc.Hans-Peter Nilsson8-218/+359
2013-12-10value.cc: Add test.Paolo Carlini3-2/+10
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini5-4/+95
2013-12-09chi2_quality.cc: Change -DSAMPLES=30000.Renlin Li2-1/+5
2013-12-08* testsuite/30_threads/async/async.cc: Fix race condition in test.Jonathan Wakely2-15/+14
2013-12-08explicit_instantiation.cc: New.Paolo Carlini74-0/+2778
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini46-1291/+1200
2013-12-03fstream (basic_filebuf::open): Use preformatted text for table in Doxygen com...Jonathan Wakely2-1/+8
2013-12-03regex_compiler.h: Add todo comment.Tim Shen3-0/+10
2013-11-29exception, [...]: Remove empty dirs.Matthias Klose1-0/+6
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth2-2/+4
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth2-0/+7
2013-11-22safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...François Dumont5-53/+53
2013-11-22Makefile.am (check_DEJAGNU_normal_targets): Add 10.Jakub Jelinek3-10/+21
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely7-7/+24
2013-11-22acinclude.m4 (libtool_VERSION): Bump.Jonathan Wakely4-2/+13
2013-11-22values.cc: Fix further thinkos.Paolo Carlini2-1/+8
2013-11-22values.cc: Fix thinkos.Paolo Carlini2-3/+8
2013-11-21string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland7-21/+52
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland12-1/+762
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely7-42/+160
2013-11-20re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely2-1/+7
2013-11-19* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.David Edelsohn2-0/+9
2013-11-19gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely12-63/+31
2013-11-19noexcept.cc: Change to compile-only test.Jonathan Wakely12-168/+88
2013-11-19string_view (_S_max_size): Remove.Paolo Carlini4-22/+12
2013-11-19* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.Jonathan Wakely2-18/+69
2013-11-18shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely4-7/+47
2013-11-17I forgot the ChangeLog and a comment fix for my last checkin.Edward Smith-Rowland2-1/+87
2013-11-1655043.cc (equal): Add missing & on rhs parameter.François Dumont2-4/+16
2013-11-16Changed reference to Ch21 Strings in comments in experimental/string_view*.Edward Smith-Rowland1-1/+1
2013-11-16Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland66-2/+5137