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-27 00:30:47 by Thomas Klausner | Files touched by this commit (1) |
Log message: libunwind: build requires C++17 From Phil Krylov in PR 58473. |
2024-07-24 11:23:11 by Jonathan Perkin | Files touched by this commit (2) |
Log message: libunwind: Restore yet another deleted patch. |
2024-07-06 17:45:10 by Adam Ciarcinski | Files touched by this commit (87) | |
Log message: llvm: updated to 18.1.8 https://releases.llvm.org |
2024-04-22 09:05:16 by Adam Ciarcinski | Files touched by this commit (25) | |
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 |
2024-03-01 23:14:58 by Jason Bacon | Files touched by this commit (1) |
Log message: lang/libunwind: Unbreak on RHEL 8 USE_GCC=10 was causing build failures No changes to package on other platforms |
2023-12-01 19:27:23 by Jonathan Perkin | Files touched by this commit (2) |
Log message: libunwind: Use correct flags to link. The configure script only tests if CXX supports various flags, but then uses CC to compile and link various objects. While compiling only issues warnings about incorrect flags, attempting to link with the wrong front end causes fatal errors. Specifically fixes trying to link with gcc using "-nostdlib++". |
2023-10-06 21:15:21 by Adam Ciarcinski | Files touched by this commit (53) | |
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 |