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