summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++-v3
AgeCommit message (Expand)Author
2017-07-24install gcc, g++ as gcc and g++ instead of cc, c++ and create linksRobert Nagy
2017-02-15gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.Miod Vallat
2016-10-03Fix ownership for install on a noperm filesystem.Martin Natano
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIPatrick Wildt
2016-03-28Cleanup duplicate filenames in SRCSTheo de Raadt
2016-02-18Disable the stack protector when building libstdc++ on arm. Fixes testJonathan Gray
2015-05-14Stop including CFLAGS in CXXFLAGS it creates problems when mixingJonathan Gray
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-21exists() calls in make are expensive so switch to test(1) and use the shellRobert Nagy
2012-07-17martynas added support for the 'long double' math functions to libm atMatthew Dempsky
2011-11-25Gratuitous major crank for upcoming alpha switch to gcc 4, in order to haveMiod Vallat
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.Stefan Sperling
2011-07-06Finalize work on the math library. It's time to do this monsterMartynas Venckus
2011-04-28Bring back wprintf() for gcc4 libstdc++.Stefan Sperling
2011-04-24Back out wprintf diff and crank. Need to check more architectures first.Stefan Sperling
2011-04-24Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.Stefan Sperling
2010-05-16the cp-demangler is part of libsupc++ as wellMarc Espie
2010-05-16install unwind.h, like for gcc3.Marc Espie
2010-05-15Move libsupc++ sources and other common stuff to Makefile.commonRobert Nagy
2010-05-09This file won't be needed, espie pointed out how stupid I was.Robert Nagy
2010-05-09fix obvious typo, unbreak build on i386Marc Espie
2010-05-09Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC'sMark Kettenis
2010-05-08add i386 to the atomicity via builtins list as wellJonathan Gray
2010-05-08Use "builtins" for atomicity on sparc64 as well.Mark Kettenis
2010-05-08Install libsupc++ header files as well.Mark Kettenis
2010-05-07Add infrastructure to build libstdc++-v3 for gcc4Robert Nagy