summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
Commit message (Expand)AuthorAgeFilesLines
* Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan2015-06-124-178/+0
* Use atomics in guard.cc.Ramana Radhakrishnan2015-06-121-12/+5
* re PR libstdc++/66030 ([5.1.0] std::codecvt_byname missing from libstdc++ DLL)Jonathan Wakely2015-06-091-3/+6
* re PR target/66224 (PowerPC _GLIBCXX_READ_MEM_BARRIER too weak)David Edelsohn2015-05-211-1/+2
* Add cpu_defines.h for ARM.Ramana Radhakrishnan2015-05-191-0/+40
* gnu.ver: Fix comment.Ville Voutilainen2015-04-271-1/+1
* Add support for std::uncaught_exceptions.Ville Voutilainen2015-04-271-1/+9
* libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy2015-04-221-0/+5
* re PR libstdc++/65754 (missing exports for fstream constructors)Jonathan Wakely2015-04-1318-2/+104
* baseline_symbols.txt: Update.Uros Bizjak2015-04-121-0/+1554
* * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2015-04-101-0/+1562
* * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2015-04-101-0/+1555
* baseline_symbols.txt: Update for GCC 5.1 release.Bill Schmidt2015-04-102-0/+3114
* Update x32 baseline_symbols.txtH.J. Lu2015-04-091-0/+1563
* Update Solaris baselinesRainer Orth2015-04-093-0/+4675
* baseline_symbols.txt: Update.Jakub Jelinek2015-04-088-0/+12374
* re PR libstdc++/65630 (operator+ for new std::string not exported)Jonathan Wakely2015-03-301-0/+3
* re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill2015-03-191-4/+3
* re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely2015-03-181-3/+4
* re PR libstdc++/13631 (Problems in messages)Jonathan Wakely2015-03-181-34/+35
* re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely2015-01-261-2/+0
* re PR libstdc++/29366 (atomics config for sh is weird)Oleg Endo2015-01-251-82/+9
* gnu.ver: Tighten GLIBCXX_3.4 patterns to not match new std::string constructo...Jonathan Wakely2015-01-231-9/+53
* * config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely2015-01-211-20/+20
* Add C++11 std::string constructors for locales and facets.Jonathan Wakely2015-01-201-3/+34
* Implement C++11 <codecvt> header.Jonathan Wakely2015-01-161-0/+11
* libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel2015-01-161-0/+5
* acinclude.m4: Fix typo in comment.Jonathan Wakely2015-01-161-0/+5
* re PR libstdc++/64571 (Link failure with fstream due to new string implementa...Jonathan Wakely2015-01-131-0/+7
* * config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().Jonathan Wakely2015-01-061-1/+1
* Update copyright years.Jakub Jelinek2015-01-05149-149/+149
* re PR libstdc++/60396 (Missing time_get<>::get() functions)Rüdiger Sonderfeld2014-12-221-0/+4
* New std::string implementation.Jonathan Wakely2014-12-195-34/+303
* gnu.ver (CXXABI_1.3.9): Export not just _Zd[la]Pvm...Jakub Jelinek2014-12-161-2/+2
* gnu-versioned-namespace.ver: And other size_t manglings.Jason Merrill2014-12-161-2/+2
* gnu-versioned-namespace.ver: Export _ZdlPvm and _ZdaPvm.Jason Merrill2014-12-161-0/+4
* N3778: Sized DeallocationJason Merrill2014-12-151-0/+5
* re PR libstdc++/13631 (Problems in messages)François Dumont2014-12-032-86/+306
* Define *_at_thread_exit() functions.Jonathan Wakely2014-12-021-1/+7
* * config/abi/pre/gnu.ver: Fix ios_base::failure exports.Jonathan Wakely2014-11-301-1/+10
* re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse2014-11-181-0/+10
* Define C++11 version of std::ios_base::failure.Jonathan Wakely2014-11-141-0/+12
* std::shared_ptr atomic operationsJonathan Wakely2014-11-121-0/+3
* Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely2014-10-2028-25/+94
* re PR libstdc++/57440 (Memory usage with future and std containers)Kai Tietz2014-10-142-0/+6
* baseline_symbols.txt: New file.Andreas Schwab2014-09-291-0/+3847
* re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...Jonathan Wakely2014-09-241-0/+3
* gnu.ver: Make GLIBCXX_3.4 patterns stricter so the new GLIBCXX_3.4.21 symbols...Jonathan Wakely2014-09-241-20/+73
* gnu.ver: Adjust basic_ostream exports.Jonathan Wakely2014-09-231-3/+3
* Make streams movable and swappable.Jonathan Wakely2014-09-222-1/+63