Make sure that -msse/-mavx are appended at the end
[gcc.git] / libstdc++-v3 /
2014-01-10 Jonathan Wakelyre PR libstdc++/59699 (Effective C++ has moved)
2014-01-10 Jonathan Wakelyre PR libstdc++/59687 (The description of ios::noreplac...
2014-01-10 Jonathan Wakelyre PR libstdc++/59698 (The type of NULL is described...
2014-01-09 Jonathan Wakelyre PR libstdc++/59680 (Compile error in thread.cc)
2014-01-09 Richard SandifordFix up ChangeLog Copyright dates.
2014-01-09 Jonathan Wakelyre PR libstdc++/59738 (r206444 caused FAIL: 23_containe...
2014-01-09 Jonathan WakelyRotate libstdc++-v3/ChangeLog
2014-01-08 François Dumontstl_vector.h (std::vector<>::_M_move_assign): Pass...
2014-01-07 Tim Shenregex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [....
2014-01-07 Rainer OrthUpdate Solaris baselines
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2014-01-02 Richard Sandifordarc-common.c, [...]: Use the standard form for the...
2013-12-22 Hans-Peter Nilssonchi2_quality.h: Break out from chi2_quality.cc.
2013-12-10 Paolo Carlinivalue.cc: Add test.
2013-12-09 Paolo Carlinire PR libstdc++/59427 (Opening with ios::in | ios:...
2013-12-09 Renlin Lichi2_quality.cc: Change -DSAMPLES=30000.
2013-12-08 Jonathan Wakely* testsuite/30_threads/async/async.cc: Fix race conditi...
2013-12-08 Paolo Carliniexplicit_instantiation.cc: New.
2013-12-06 Paolo Carlinitestsuite_tr1.h (test_category, [...]): constexpr in...
2013-12-03 Jonathan Wakelyfstream (basic_filebuf::open): Use preformatted text...
2013-12-03 Tim Shenregex_compiler.h: Add todo comment.
2013-11-29 Matthias Kloseexception, [...]: Remove empty dirs.
2013-11-27 Rainer OrthFix ext/random/hypergeometric_distribution/operators...
2013-11-27 Rainer OrthFix ext/random/hypergeometric_distribution/operators...
2013-11-22 François Dumontsafe_local_iterator.h (_Safe_local_iterator<>): Remove...
2013-11-22 Jakub JelinekMakefile.am (check_DEJAGNU_normal_targets): Add 10.
2013-11-22 Jonathan Wakelyre PR libstdc++/59247 (Bootstrap fails due to errors...
2013-11-22 Jonathan Wakelyacinclude.m4 (libtool_VERSION): Bump.
2013-11-22 Paolo Carlinivalues.cc: Fix further thinkos.
2013-11-22 Paolo Carlinivalues.cc: Fix thinkos.
2013-11-21 Edward Smith-Rowlandstring_view: Rep empty string with unit-length static...
2013-11-21 Edward Smith-RowlandImplement __gnu_cxx::hypergeometric_distribution.
2013-11-20 Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2013-11-20 Jonathan Wakelyre PR c++/59173 (Alias template in partial specializati...
2013-11-20 David Edelsohn* testsuite/17_intro/static.cc: Ignore AIX TOC reload...
2013-11-19 Jonathan Wakelygnu.ver (_ZNSt11regex_errorC*): Export regex_error...
2013-11-19 Jonathan Wakelynoexcept.cc: Change to compile-only test.
2013-11-19 Paolo Carlinistring_view (_S_max_size): Remove.
2013-11-19 Jonathan Wakely* doc/xml/manual/status_cxx2014.xml: Create new table...
2013-11-18 Jonathan Wakelyshared_ptr_base.h (_Sp_counted_base<_S_single>): Use...
2013-11-17 Edward Smith-RowlandI forgot the ChangeLog and a comment fix for my last...
2013-11-16 François Dumont55043.cc (equal): Add missing & on rhs parameter.
2013-11-16 Edward Smith-RowlandChanged reference to Ch21 Strings in comments in experi...
2013-11-16 Edward Smith-RowlandImplement N3762 string_view: a non-owning reference...
2013-11-15 Jonathan Wakelystl_bvector.h (vector<bool>::emplace_back()): LWG 2187...
2013-11-15 Ondřej Bílkabuild_hacking.xml: Fix documentation typos.
2013-11-15 Jonathan Wakelystl_map.h (map): Implement C++11 allocator-aware contai...
2013-11-14 Ulrich Weigandrs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.
2013-11-14 Jonathan Wakelyalloc_traits.h (__allow_copy_cons): Remove.
2013-11-13 Marc Glissere PR libstdc++/59087 (Issues including complex.h in...
2013-11-11 Jonathan Wakelyre PR libstdc++/54562 (mutex and condition variable...
2013-11-09 Jonathan Wakelyre PR libstdc++/58982 (std::vector<std::atomic<int...
2013-11-08 François Dumontsafe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take...
2013-11-08 Jonathan Wakelyregex_compiler.h (__detail::__has_contiguous_iter)...
2013-11-08 Jonathan Wakelyregex_compiler.h (__detail::__compile_nfa): Overload...
2013-11-08 Jonathan Wakelyregex_compiler.h (__detail::_AnyMatcher, [...]): Remove...
2013-11-08 Jonathan Wakelyregex_automaton.h (__detail::_State, [...]): Remove...
2013-11-08 Jonathan Wakelyregex_automaton.h (__detail::_State): Split non-depende...
2013-11-06 Jonathan Wakelyregex_automaton.h (_S_opcode_word_boundry): Rename...
2013-11-05 Jonathan WakelyN3655 C++1y TransformationTraits Redux
2013-11-05 Jonathan Wakelystatus_cxx2011.xml: Document aligned_union as missing.
2013-11-05 Jonathan Wakelyoptional: Use __and_<> and __not_<> in conditions.
2013-11-01 Jonathan WakelyFix date of previous ChangeLog entry.
2013-11-01 Michael Bruneenable_special_members.h: New.
2013-11-01 Jonathan Wakely* include/bits/stl_function.h (logical_not<void>):...
2013-11-01 Paolo Carlinire PR libstdc++/58952 (Construct "std::getchar()" rejec...
2013-11-01 Jonathan WakelyN3421 C++1y Transparent functors
2013-10-31 Jonathan Wakelytuple (_Index_tuple, [...]): Move to <utility>.
2013-10-31 Steve Ellceyconfigure.ac: Add header checks for fenv.h and complex.h.
2013-10-31 Edward Smith-RowlandImplement C++14 digit separators.
2013-10-31 Paolo Carlini48631_neg.cc: Tweak dg-prune.
2013-10-30 Jonathan Wakelypointer_partial_void.cc: Fix and enable VERIFY tests.
2013-10-30 Jonathan Wakelyshared_ptr (__shared_ptr): Assert non-void pointer.
2013-10-29 Jonathan Wakelyre PR libstdc++/58839 (dereferencing void* in shared_pt...
2013-10-29 Jonathan Wakelyhashtable.cc (__access_protected_ctor): Define and...
2013-10-28 Tim Shenregex_executor.tcc: Add comments.
2013-10-26 Tim Shenregex.h: Remove unnecessary friends.
2013-10-25 François Dumontformatter.h (__check_singular): Add const on iterator...
2013-10-23 Chris Jeffersontestsuite_containergen.h: New.
2013-10-23 Gerald PfeiferFix up ChangeLog entries (name, e-mail, formatting...
2013-10-23 Jason Merrill* include/bits/hashtable.h (_Hashtable): Force EBO...
2013-10-23 Paolo Carlinire PR libstdc++/58850 (Conversion error in chrono)
2013-10-23 Paolo Carlinicontrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.
2013-10-23 Paolo Carlinire PR libstdc++/58815 (Casting/Conversion operator...
2013-10-23 Edward Smith-Rowlandbasic_string.h (operator""s): Remove space between...
2013-10-23 Ed Smith-RowlandImplement N3779 - User-defined Literals for std::comple...
2013-10-21 Edward Smith-Rowlandre PR libstdc++/58804 (dynamic_bitset<> uses popcountl...
2013-10-20 Tim Shenregex.h: Remove virtual class _Automaton.
2013-10-20 Chris Jeffersonre PR libstdc++/58800 (std::nth_element segfaults on...
2013-10-19 Edward Smith-Rowlandre PR libstdc++/58729 (tr2::dynamic_bitset::resize...
2013-10-18 Tim Shenregex_scanner.tcc: (_Scanner<>::_M_scan_normal...
2013-10-17 Tim Shenregex.h (regex_token_iterator<>::regex_token_iterator...
2013-10-16 Tim Shenregex.h (regex_token_iterator<>::regex_token_iterator...
2013-10-15 Diego NovilloAdd missing function in 20_util/exchange/1.cc.
2013-10-15 Tim Shenre PR libstdc++/58737 (leak in std::regex_match)
2013-10-11 H.J. LuUpdate x32 baseline_symbols.txt
2013-10-11 Marcus ShawcroftAdding missing dg-require-atomic-builtins to libstdc...
2013-10-09 Jonathan Wakely58659.cc: Use VERIFY instead of aborting.
2013-10-09 Marcus ShawcroftFix unprototyped abort() introduced in libstdc++/58659...
2013-10-08 Jonathan Wakely* testsuite/*: Remove stray semi-colons after function...
next