aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-04-29re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans9-21/+177
2015-04-29Use consistent naming for value type attributes.Doug Evans2-27/+42
2015-04-29re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...Jonathan Wakely3-1/+44
2015-04-29re PR libstdc++/64657 (Support iterators with overloaded operator-comma)Jonathan Wakely10-31/+137
2015-04-29list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.Doug Evans2-0/+8
2015-04-28stl_algo.h (random_shuffle): Only define for hosted implementations.Jonathan Wakely2-0/+7
2015-04-28Makefile.am (SUBDIRS): Move python to hosted_source.Jonathan Wakely5-17/+24
2015-04-28re PR libstdc++/65883 (numeric_limits<unsigned __int128>::max() returns incor...Marc Glisse2-1/+7
2015-04-28vector (_Safe_vector::operator=): Add missing returns.Stephan Bergmann2-1/+9
2015-04-28re PR libstdc++/60333 (type_traits make_signed, make_unsigned missing support...Jonathan Wakely7-16/+161
2015-04-28re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions)Jonathan Wakely3-7/+13
2015-04-28re PR libstdc++/65631 (seed_seq should not be copyable)Jonathan Wakely3-0/+37
2015-04-28exception (uncaught_exceptions): Add comment.Jonathan Wakely3-2/+13
2015-04-28type_traits (void_t): Add.Jonathan Wakely3-0/+56
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen6-19/+31
2015-04-27re PR libstdc++/65909 (check_v3_target_namedlocale blows up on targets that d...Sandra Loosemore2-0/+12
2015-04-27eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi3-1/+17
2015-04-27gnu.ver: Fix comment.Ville Voutilainen2-1/+3
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen7-3/+197
2015-04-27re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev3-0/+72
2015-04-27extensions.xml: Add cross-reference.Jonathan Wakely3-2/+9
2015-04-22libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy3-0/+13
2015-04-22[PATCH][libstc++v3]Add new dg-require-thread-fence directive.Renlin Li6-0/+76
2015-04-21configure.xml: Update descriptions of options affecting dual ABI and add cros...Jonathan Wakely15-38/+245
2015-04-21abi.xml: Use uppercase for C++ Standard Library.Jonathan Wakely3-6/+27
2015-04-20concurrency_extensions.xml: Update documentation on atomics.Jonathan Wakely11-74/+138
2015-04-15Ignore elfdump warnings in scripts/extract_symvers.plRainer Orth2-1/+8
2015-04-14re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse4-0/+120
2015-04-14evolution.xml: Fix typos.Jonathan Wakely3-4/+9
2015-04-14Fix regression for libstdc++-v3/testsuite/29_atomics/atomic/62259.cc as...Hans-Peter Nilsson2-3/+8
2015-04-13re PR libstdc++/65754 (missing exports for fstream constructors)Jonathan Wakely20-2/+168
2015-04-13evolution.xml: Document changes since 4.5 release.Jonathan Wakely7-6/+192
2015-04-12baseline_symbols.txt: Update.Uros Bizjak2-0/+1558
2015-04-10* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2-0/+1564
2015-04-10* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2-0/+1559
2015-04-10test.xml: Improve documentation on running a subset of tests.Jonathan Wakely3-10/+38
2015-04-10baseline_symbols.txt: Update for GCC 5.1 release.Bill Schmidt3-0/+3121
2015-04-10shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX T...Jonathan Wakely6-11/+11
2015-04-10shared_mutex (shared_timed_mutex): Add comments to explain the logic in the n...Jonathan Wakely3-92/+181
2015-04-09Update x32 baseline_symbols.txtH.J. Lu2-0/+1567
2015-04-09re PR libstdc++/65147 (alignment of std::atomic object is not correct)Jonathan Wakely6-13/+80
2015-04-09Update Solaris baselinesRainer Orth4-0/+4681
2015-04-08baseline_symbols.txt: Update.Jakub Jelinek9-0/+12385
2015-03-30re PR libstdc++/65630 (operator+ for new std::string not exported)Jonathan Wakely4-0/+78
2015-03-28re PR libstdc++/65420 (Enumerators in std::regex_constants should be constexp...Tim Shen3-187/+272
2015-03-27re PR libstdc++/65499 (Missing "using namespace literals::chrono_literals" in...Jonathan Wakely3-0/+41
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely4-1/+99
2015-03-26re PR libstdc++/62259 (atomic class doesn't enforce required alignment on pow...Jonathan Wakely4-2/+85
2015-03-26re PR libstdc++/65033 (C++11 atomics: is_lock_free result does not always mat...Richard Henderson3-6/+38
2015-03-25re PR libstdc++/33394 (Add test case for Thread race segfault in std::string:...Alan Lawrence2-1/+7