aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/abi/pre/gnu.ver
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely1-1/+23
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely1-0/+5
2019-01-03PR libstdc++/88681 export missing symbolsJonathan Wakely1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely1-7/+12
2018-11-07Fix linker script to use [jmy] to match size_t parametersJonathan Wakely1-2/+2
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely1-0/+9
2018-10-20testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...François Dumont1-0/+1
2018-10-16PR libstdc++/87618 fix typos in linker scriptJonathan Wakely1-2/+2
2018-08-30Fix undefined references seen with mingw-w64Jonathan Wakely1-0/+5
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely1-0/+3
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely1-0/+2
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely1-0/+5
2018-07-06Simplify linker script patterns for std::exception_ptrJonathan Wakely1-8/+4
2018-07-06P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-4/+22
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely1-0/+7
2018-06-22Fix unexported basic_string symbols for 32-bit targetsJonathan Wakely1-6/+6
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely1-1/+35
2018-01-16PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely1-1/+9
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-0/+7
2017-02-01PR libstdc++/79254 simplify exception-safety in copy assignmentJonathan Wakely1-3/+0
2017-01-27PR libstdc++/79254 fix exception-safety in std::string::operator=Jonathan Wakely1-1/+6
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-0/+47
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-12* config/abi/pre/gnu.ver: Use [jmy] for size_t.Jason Merrill1-6/+6
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+12
2016-08-26Add new std::basic_string constructor (LWG 2583)Jonathan Wakely1-3/+31
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov1-0/+7
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely1-1/+13
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely1-0/+2
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel1-0/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont1-7/+8
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-0/+5
2015-06-09re PR libstdc++/66030 ([5.1.0] std::codecvt_byname missing from libstdc++ DLL)Jonathan Wakely1-3/+6
2015-04-27gnu.ver: Fix comment.Ville Voutilainen1-1/+1
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen1-1/+9
2015-04-13re PR libstdc++/65754 (missing exports for fstream constructors)Jonathan Wakely1-2/+2
2015-03-30re PR libstdc++/65630 (operator+ for new std::string not exported)Jonathan Wakely1-0/+3
2015-01-23gnu.ver: Tighten GLIBCXX_3.4 patterns to not match new std::string constructo...Jonathan Wakely1-9/+53
2015-01-21* config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely1-20/+20
2015-01-20Add C++11 std::string constructors for locales and facets.Jonathan Wakely1-3/+34
2015-01-16Implement C++11 <codecvt> header.Jonathan Wakely1-0/+11
2015-01-16libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel1-0/+5
2015-01-16acinclude.m4: Fix typo in comment.Jonathan Wakely1-0/+5
2015-01-13re PR libstdc++/64571 (Link failure with fstream due to new string implementa...Jonathan Wakely1-0/+7
2015-01-06* config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1