aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-01-04re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for exce...Jonathan Wakely2-0/+7
2015-01-0264422.cc: Fix copyright date.Jonathan Wakely2-1/+6
2015-01-02re PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_match/ecma/char/backre...Tim Shen2-1/+7
2015-01-02re PR c++/64422 (basic_string::erase is unresloved)Bernd Edlinger3-0/+76
2015-01-02re PR web/64468 (Incorrect indentation in Doxygen-generated sources of libstd...Jonathan Wakely2-1/+6
2015-01-02re PR libstdc++/64438 (Removing string-conversion requirement causes libstdc+...Jonathan Wakely11-0/+39
2015-01-02Rotate libstdc++-v3/ChangeLogJonathan Wakely1-0/+0
2014-12-31re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen3-2/+8
2014-12-28c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors.David Edelsohn2-2/+7
2014-12-23Compile locale-inst.cc and wlocale-inst.cc as C++11.Jonathan Wakely9-25/+26
2014-12-22basic_string.h: Fix _S_local_capacity for large sizeof(_CharT).Paolo Carlini2-1/+6
2014-12-22re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Jonathan Wakely12-12/+30
2014-12-22re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...Ville Voutilainen15-4/+382
2014-12-22status_cxx2011.xml: Update.Jonathan Wakely3-38/+25
2014-12-22re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Rüdiger Sonderfeld6-0/+262
2014-12-22re PR libstdc++/60396 (Missing time_get<>::get() functions)Rüdiger Sonderfeld9-0/+687
2014-12-21re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-stat...Jonathan Wakely2-1/+6
2014-12-20vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.François Dumont3-16/+24
2014-12-20mutex_extensions_neg.cc: Adjust dg-error.François Dumont2-1/+3
2014-12-20c++config: inline __cxx11 namespace within namespace __cxx1998.François Dumont2-3/+12
2014-12-20Fix duplicate symbol errors in Darwin bootstrap.Jonathan Wakely2-0/+7
2014-12-19New std::string implementation.Jonathan Wakely107-446/+6685
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen4-12/+78
2014-12-16gnu.ver (CXXABI_1.3.9): Export not just _Zd[la]Pvm...Jakub Jelinek2-2/+8
2014-12-16gnu-versioned-namespace.ver: And other size_t manglings.Jason Merrill2-2/+5
2014-12-16gnu-versioned-namespace.ver: Export _ZdlPvm and _ZdaPvm.Jason Merrill2-0/+9
2014-12-15N3778: Sized DeallocationJason Merrill6-11/+95
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen4-28/+72
2014-12-13Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely10-376/+64
2014-12-13re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely2-4/+10
2014-12-12re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely4-3/+44
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely24-57/+84
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely3-4/+52
2014-12-12stl_iterator.h (make_reverse_iterator): LWG DR 2285.Jonathan Wakely4-0/+55
2014-12-12[libstdc++][testsuite] Mark as UNSUPPORTED tests that don't fit into tiny mem...Kyrylo Tkachov2-2/+25
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill5-24/+29
2014-12-113.cc: Only use a thread_local when __cxa_thread_atexit_impl is available.Jonathan Wakely2-0/+10
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely6-0/+186
2014-12-10future (__future_base::_Setter::operator(), [...]): Make call operators const.Jonathan Wakely2-6/+9
2014-12-10locale_facets.tcc (numpunct::_M_cache): Avoid calling virtual functions twice.Jonathan Wakely4-32/+46
2014-12-09re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets)Jonathan Wakely3-10/+19
2014-12-06Fix ChangeLog format.Tim Shen1-2/+2
2014-12-05hashtable_policy.h (_Map_base::operator[], [...]): Simplify definitions with ...Jonathan Wakely2-12/+13
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen3-2/+67
2014-12-03re PR libstdc++/13631 (Problems in messages)François Dumont6-91/+441
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek2-1/+9
2014-12-03re PR libstdc++/64168 (FAIL: 30_threads/async/sync.cc execution test)Jonathan Wakely2-1/+6
2014-12-03hashtable.h: Fix whitespace and simplify function definitions with trailing r...Jonathan Wakely2-158/+131
2014-12-03re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error: '...Jonathan Wakely2-0/+6
2014-12-02status_cxx2011.xml: Update.Jonathan Wakely4-41/+21