summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++-v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* install gcc, g++ as gcc and g++ instead of cc, c++ and create linksrobert2017-07-241-1/+8
* gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.miod2017-02-151-8/+4
* Fix ownership for install on a noperm filesystem.natano2016-10-031-1/+2
* Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIpatrick2016-09-011-4/+1
* Cleanup duplicate filenames in SRCSderaadt2016-03-281-11/+2
* Disable the stack protector when building libstdc++ on arm. Fixes testjsg2016-02-181-1/+4
* Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg2015-05-142-9/+11
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-241-1/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
* exists() calls in make are expensive so switch to test(1) and use the shellrobert2013-06-211-5/+4
* martynas added support for the 'long double' math functions to libm atmatthew2012-07-172-20/+20
* Gratuitous major crank for upcoming alpha switch to gcc 4, in order to havemiod2011-11-251-1/+1
* Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp2011-10-162-5/+5
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-1/+1
* Bring back wprintf() for gcc4 libstdc++.stsp2011-04-281-1/+1
* Back out wprintf diff and crank. Need to check more architectures first.stsp2011-04-241-1/+1
* Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.stsp2011-04-241-1/+1
* the cp-demangler is part of libsupc++ as wellespie2010-05-161-2/+2
* install unwind.h, like for gcc3.espie2010-05-161-7/+1
* Move libsupc++ sources and other common stuff to Makefile.commonrobert2010-05-152-24/+37
* This file won't be needed, espie pointed out how stupid I was.robert2010-05-091-3/+0
* fix obvious typo, unbreak build on i386espie2010-05-091-2/+2
* Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC'skettenis2010-05-091-2/+4
* add i386 to the atomicity via builtins list as welljsg2010-05-081-2/+3
* Use "builtins" for atomicity on sparc64 as well.kettenis2010-05-081-2/+2
* Install libsupc++ header files as well.kettenis2010-05-081-2/+6
* Add infrastructure to build libstdc++-v3 for gcc4robert2010-05-074-0/+1742