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
/
lib
/
libcxx
Age
Commit message (
Expand
)
Author
2020-03-04
crank major versions of libLLVM libc++ libc++abi
gkoehler
2019-12-08
define _LIBCPP_HAS_TIMESPEC_GET and _LIBCPP_HAS_C11_FEATURES
Jonathan Gray
2019-06-28
local __libcpp_asprintf_l() -> libc asprintf() was inspecting the pointer
Theo de Raadt
2016-09-03
Import libc++ 3.9.0
Patrick Wildt
2019-06-17
Merge libc++, libc++abi and libunwind version 8.0.0.
Patrick Wildt
2019-06-17
Import libc++ 8.0.0.
Patrick Wildt
2018-09-11
import of libc++ 6.0.0
Robert Nagy
2016-09-03
Import libc++ 3.9.0
Patrick Wildt
2019-05-07
Add support for std::filesystem. We're already installing the
Patrick Wildt
2019-03-22
that "device" is an abstraction to the underlying OS PRNG.
Marc Espie
2016-09-03
Import libc++ 3.9.0
Patrick Wildt
2019-03-14
build with NDEBUG defined to disable debug/tracking code
Robert Nagy
2019-02-04
Remove .gitignore from libc++ and libc++abi that I usually remove before
Patrick Wildt
2019-02-04
Tedu files that got (re)moved in LLVM 7.0.1.
Patrick Wildt
2019-02-04
Merge libc++, libc++abi and libunwind version 7.0.1.
Patrick Wildt
2019-02-04
Import libc++ 7.0.1.
Patrick Wildt
2016-09-03
Import libc++ 3.9.0
Patrick Wildt
2018-10-22
More "explicitely" -> "explicitly" in various comments.
Kenneth R Westerback
2018-10-13
Link libc++.so against libc++abi.so such that linking C binaries against
Mark Kettenis
2018-09-11
add -Wall to CFLAGS
Robert Nagy
2018-09-11
instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debug
Robert Nagy
2018-09-11
merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@
Robert Nagy
2018-09-11
import of libc++ 6.0.0
Robert Nagy
2018-07-12
Add hw.ncpuonline to count the number of online CPUs.
cheloha
2017-09-05
New POSIX xlocale implementation written from scratch.
Ingo Schwarze
2017-04-18
wipe some more macros that do not belong in C++ forwarding headers.
Marc Espie
2017-04-17
Change build infrastructure to allow building both gcc and clang. This
Mark Kettenis
2017-02-16
clang is installed as cc and c++ there is no need to set CC and CXX to
Jonathan Gray
2017-01-20
Depend compilation on the compiler version, so that we can always
Patrick Wildt
2016-12-19
Compile libc++ and libc++abi with clang by default instead of egcc.
Patrick Wildt
2016-09-19
We definitely want to use arc4random() on OpenBSD.
Mark Kettenis
2016-09-19
Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding with
Mark Kettenis
2016-09-05
Implement OpenBSD support in libc++ and libunwind.
Patrick Wildt
2016-09-04
Add makefiles to compile libc++, libc++abi and libunwind.
Patrick Wildt
2016-09-03
Import libc++ 3.9.0
Patrick Wildt