2024-04-22 09:03:35 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: clang: updated to 17.0.6 17.0.6 https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html |
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message: *: recursive bump for icu 74.1 |
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 |
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
2023-05-02 20:06:26 by Nikita | Files touched by this commit (1) |
Log message: clang: restrict version while we have 16 in wip |
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message: revbump after textproc/icu update |
2023-01-25 17:45:40 by Thomas Klausner | Files touched by this commit (1) |
Log message: clang: revert previous causes weird breakage in clang-tools-extra |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2023-01-12 20:32:54 by Adam Ciarcinski | Files touched by this commit (15) | |
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-12-27 11:49:42 by Havard Eidnes | Files touched by this commit (3) |
Log message: lang/clang: fix build on NetBSD. In IncrementalParser.cpp: NetBSD doesn't have ENOTRECOVERABLE, so doesn't have std::errc::state_not_recoverable either. Use std::errc::operation_not_supported instead. Bump PKGREVISION. |