aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/abi/pre/gnu.ver
AgeCommit message (Expand)Author
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel
2016-01-04 Update copyright years.Jakub Jelinek
2015-09-302015-09-30 François Dumont <fdumont@gcc.gnu.org>François Dumont
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely
2015-06-09 PR libstdc++/66030Jonathan Wakely
2015-04-272015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com>Ville Voutilainen
2015-04-272015-04-27 Ville Voutilainen <ville.voutilainen@gmail.com>Ville Voutilainen
2015-04-13 PR libstdc++/65754Jonathan Wakely
2015-03-30 PR libstdc++/65630Jonathan Wakely
2015-01-23 * config/abi/pre/gnu.ver: Tighten GLIBCXX_3.4 patterns to not matchJonathan Wakely
2015-01-21 * config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely
2015-01-20Add C++11 std::string constructors for locales and facets.Jonathan Wakely
2015-01-16Implement C++11 <codecvt> header.Jonathan Wakely
2015-01-16libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel
2015-01-16 * acinclude.m4: Fix typo in comment.Jonathan Wakely
2015-01-13 PR libstdc++/64571Jonathan Wakely
2015-01-06 * config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().Jonathan Wakely
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-222014-12-22 Rüdiger Sonderfeld <ruediger@c-plusplus.de>Rüdiger Sonderfeld
2014-12-19New std::string implementation.Jonathan Wakely
2014-12-16 * config/abi/pre/gnu.ver (CXXABI_1.3.9): Export not justJakub Jelinek
2014-12-15 N3778: Sized DeallocationJason Merrill
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely
2014-11-30 * config/abi/pre/gnu.ver: Fix ios_base::failure exports.Jonathan Wakely
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely
2014-11-12std::shared_ptr atomic operationsJonathan Wakely
2014-10-20 * src/c++98/Makefile.am: Move ctype.cc, ctype_configure_char.cc andJonathan Wakely
2014-09-24 PR libstdc++/56193Jonathan Wakely
2014-09-24 * config/abi/pre/gnu.ver: Make GLIBCXX_3.4 patterns stricter so theJonathan Wakely
2014-09-23 * config/abi/pre/gnu.ver: Adjust basic_ostream exports.Jonathan Wakely
2014-09-22Make streams movable and swappable.Jonathan Wakely
2014-08-13 PR libstdc++/61841Jonathan Wakely
2014-06-282014-06-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-06-18Fix libstdc++/61536 - Export out of line typeinfo comparison operatorsPaolo Carlini
2014-06-082014-06-08 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-05-09 * config/abi/pre/gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.Jonathan Wakely
2014-04-242014-04-24 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2014-04-222014-04-22 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2014-03-14 PR ipa/58721Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-11-19 * config/abi/pre/gnu.ver (_ZNSt11regex_errorC*): Export regex_errorJonathan Wakely
2013-09-22Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov
2013-08-07Commit the vtable verification feature. This feature is designed toCaroline Tice
2013-05-252013-05-24 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik
2013-05-24 * src/c++11/chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL,Jakub Jelinek
2013-05-09 N3639 C++1y VLA supportJason Merrill
2013-05-09 Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill
2013-04-03 * libsupc++/exception (get_terminate(), get_unexpected()): Declare.Jonathan Wakely
2013-02-012013-02-01 François Dumont <fdumont@gcc.gnu.org>François Dumont
2013-01-29 PR libstdc++/54314Jason Merrill