aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+5
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford1-0/+7
2013-12-22chi2_quality.h: Break out from chi2_quality.cc.Hans-Peter Nilsson1-0/+12
2013-12-10value.cc: Add test.Paolo Carlini1-0/+6
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini1-0/+10
2013-12-09chi2_quality.cc: Change -DSAMPLES=30000.Renlin Li1-0/+4
2013-12-08* testsuite/30_threads/async/async.cc: Fix race condition in test.Jonathan Wakely1-0/+4
2013-12-08explicit_instantiation.cc: New.Paolo Carlini1-0/+102
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini1-0/+50
2013-12-03fstream (basic_filebuf::open): Use preformatted text for table in Doxygen com...Jonathan Wakely1-0/+5
2013-12-03regex_compiler.h: Add todo comment.Tim Shen1-0/+5
2013-11-29exception, [...]: Remove empty dirs.Matthias Klose1-0/+6
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-0/+3
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-0/+5
2013-11-22safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...François Dumont1-0/+9
2013-11-22Makefile.am (check_DEJAGNU_normal_targets): Add 10.Jakub Jelinek1-0/+7
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely1-0/+10
2013-11-22acinclude.m4 (libtool_VERSION): Bump.Jonathan Wakely1-0/+6
2013-11-22values.cc: Fix further thinkos.Paolo Carlini1-0/+5
2013-11-22values.cc: Fix thinkos.Paolo Carlini1-0/+5
2013-11-21string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland1-0/+13
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland1-0/+23
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-0/+24
2013-11-20re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely1-0/+6
2013-11-19* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.David Edelsohn1-0/+4
2013-11-19gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely1-0/+15
2013-11-19noexcept.cc: Change to compile-only test.Jonathan Wakely1-0/+21
2013-11-19string_view (_S_max_size): Remove.Paolo Carlini1-0/+8
2013-11-19* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.Jonathan Wakely1-0/+4
2013-11-18shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely1-0/+7
2013-11-17I forgot the ChangeLog and a comment fix for my last checkin.Edward Smith-Rowland1-0/+86
2013-11-1655043.cc (equal): Add missing & on rhs parameter.François Dumont1-0/+5
2013-11-15stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely1-0/+7
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka1-0/+16
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely1-0/+73
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand1-0/+5
2013-11-14alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely1-0/+15
2013-11-13re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse1-0/+5
2013-11-11re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely1-0/+11
2013-11-09re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely1-0/+21
2013-11-08safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...François Dumont1-0/+20
2013-11-08regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely1-0/+3
2013-11-08regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely1-0/+4
2013-11-08regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely1-0/+5
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely1-0/+11
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely1-0/+14
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely1-0/+9
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely1-0/+35
2013-11-05status_cxx2011.xml: Document aligned_union as missing.Jonathan Wakely1-0/+5
2013-11-05optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely1-0/+12