./lang/libcxxabi, C++ Standard Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 16.0.6, Package name: libcxxabi-16.0.6, Maintainer: pkgsrc-users

libc++abi is a new implementation of low level support for a standard
C++ library.

Features and Goals
* Correctness as defined by the C++11 standard.
* Provide a portable sublayer to ease the porting of libc++
* On Mac OS X, be ABI compatible with the existing low-level support.


Required to run:
[lang/llvm] [lang/libunwind]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 560.121 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-18 18:32:37 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libcxxabi: Backport GCC 13 build fix.
   2023-10-06 21:15:21 by Adam Ciarcinski | Files touched by this commit (53) | Package updated
Log message:
llvm: updated to 16.0.6

https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html
   2023-09-28 23:32:13 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
libcxxabi doesn't care about LLVM libraries, so don't depend on them.
   2023-05-02 20:07:46 by Nikita | Files touched by this commit (2)
Log message:
libcxx, libcxxabi: restrict version while we have 16 in wip
   2023-01-12 20:32:54 by Adam Ciarcinski | Files touched by this commit (15) | Package updated
Log message:
llvm: updated to 15.0.7

LLVM 15.0.7 is now available. This release is a bug-fix release and is API and \ 
ABI compatible with 15.0.0. If there are no major issues found with this \ 
release, then it will be the last 15.0.x release.
   2022-11-30 20:55:00 by Adam Ciarcinski | Files touched by this commit (19) | Package updated
Log message:
llvm: updated to 15.0.6

15.0.6
Bug fixes
   2022-11-29 10:08:58 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libcxxabi: Use std::llabs, suggested by joerg.
   2022-11-28 21:50:16 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libcxxabi: Fix build on SunOS.