./lang/libcxxabi, C++ Standard Library

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


Branch: CURRENT, Version: 18.1.8, Package name: libcxxabi-18.1.8, 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: 569.09 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-07-06 17:45:51 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
libcxxabi: add files/__assertion_handler
   2024-07-06 17:45:10 by Adam Ciarcinski | Files touched by this commit (87) | Package updated
Log message:
llvm: updated to 18.1.8

https://releases.llvm.org
   2024-04-25 12:14:48 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
libcxxabi: fix for @adam forgot to add files/__config_site
   2024-04-22 09:05:16 by Adam Ciarcinski | Files touched by this commit (25) | Package updated
Log message:
libunwind compiler-rt libcxx libcxxabi: updated to 17.0.6

17.0.6
https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes/17.html
   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.