13,185,296 commits found in 5 milliseconds
gurk-rs: renamed from gurk to match upstream name
Some progress, still needs more overrides
LLVM /project 49f8ad1 — clang-tools-extra/clang-doc Representation.cpp Representation.h, clang-tools-extra/clang-doc/tool ClangDocMain.cpp Revert clang-doc arena merging patches
This is a set of squashed reverts of recen clang doc patches, since its
breaking something on Darwin builders:
https://lab.llvm.org/buildbot/#/builders/23/builds/19172
Revert "[clang-doc][nfc] Default initialize all StringRef members (#191641)"
This reverts commit 155b9b354c1d91661be9f6d0432a96e47cfc2700 .
Revert "[clang-doc] Initialize StringRef members in Info types (#191637)"
This reverts commit 489dab3827b255d21ea38b1e3f45ddb08bd10a87 .
Revert "[clang-doc] Initialize member variable (#191570)"
This reverts commit 5d64a44a84af31f9e99d42cccffa4f01c0be2e0b .
Revert "[clang-doc] Merge data into persistent memory (#190056)"
[6 lines not shown ] textproc/diff-so-fancy: Update 1.4.8 => 1.4.10
Approved by: db@, yuri@ (Mentors, implicit)
make this build again
formatting
Created using spr 1.3.7
LLVM /project ff32c0a — clang/lib/CodeGen BackendUtil.cpp, llvm/test/CodeGen/AArch64 ragreedy-csr.ll [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project ee6829d — clang/lib/CodeGen BackendUtil.cpp, llvm/test/CodeGen/AArch64 ragreedy-csr.ll [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project e471b6b — llvm/test/Transforms/LoopStrengthReduce/X86 lcssa-preservation-regression.ll test
Created using spr 1.3.7
x11-wm/pekwm: Update 0.4.3 => 0.4.4
Changelog:
https://www.pekwm.se/pekwm/file?name=NEWS.md&ci=release-0.4.4
Port changes:
* Remove dependency on libraries that USE flags handle already.
PR: 294366
Reported by: Vincent <vincent.delft at gmail.com> (author)
Approved by: Natacha Porté <natbsd at instinctive.eu>
Approved by: vvd (co-mentor)
LLVM /project 9c21012 — clang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 9e180b7 — clang/lib/CodeGen BackendUtil.cpp, llvm/test/CodeGen/AArch64 ragreedy-csr.ll [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 3e7fb59 — clang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project eeafba3 — clang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 96a878d — llvm/docs/AMDGPU AMDGPUAsmGFX950.rst gfx950_operands.rst, llvm/test/CodeGen/AArch64 itofp-bf16.ll rebase
Created using spr 1.3.7
Delta File +2,832 -1,746 llvm/test/CodeGen/AArch64/itofp-bf16.ll +3,583 -866 llvm/test/CodeGen/RISCV/fpclamptosat.ll +2,148 -0 llvm/docs/AMDGPU/AMDGPUAsmGFX950.rst +1,792 -0 llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll +739 -739 llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll +1,390 -0 llvm/docs/AMDGPU/gfx950_operands.rst +12,484 -3,351 990 files not shown +50,772 -27,836 996 files
LLVM /project c2e02ba — llvm/docs/AMDGPU AMDGPUAsmGFX950.rst gfx950_operands.rst, llvm/test/CodeGen/AArch64 itofp-bf16.ll [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
Delta File +2,832 -1,746 llvm/test/CodeGen/AArch64/itofp-bf16.ll +3,583 -866 llvm/test/CodeGen/RISCV/fpclamptosat.ll +2,148 -0 llvm/docs/AMDGPU/AMDGPUAsmGFX950.rst +1,792 -0 llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll +739 -739 llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll +1,390 -0 llvm/docs/AMDGPU/gfx950_operands.rst +12,484 -3,351 990 files not shown +50,772 -27,836 996 files
NAS-140650 / 27.0.0-BETA.1 / Fix tn_connect.config legacy API version adaptation (#18721)
The v27.0.0 TrueNASConnectEntry had an incorrect to_previous() method
that added ips, interfaces, interfaces_ips, and use_all_interfaces
fields when downgrading from v27 to v26. Since both v27 and v26 have
identical Entry schemas (both had these fields removed in the same
commit), v27's to_previous should be a no-op. The fields were being
added but never cleaned up because the version adapter's cleanup only
removes fields present in the current model's fields, and these fields
aren't in v27's model_fields. This caused Pydantic validation to fail
with Extra inputs are not permitted when serialize_result validated the
adapted data against v26's Entry which also doesn't have those fields.
The v26 to_previous correctly handles the v26-to-v25.10.x gap where
these fields are actually needed. www/rustypaste-cli: Update to 0.9.5
ChangeLog: https://github.com/orhun/rustypaste-cli/releases/tag/v0.9.5
security/py-unicode-show: Update to 49.3-1
textproc/py-pscript: Update to 0.8.1
ChangeLog: https://pscript.readthedocs.io/en/latest/releasenotes.html
FreeBSD /ports 9f7e970 — sysutils/py-rendercv distinfo Makefile, sysutils/py-rendercv/files patch-src_rendercv_schema_models_design_classic__theme.py sysutils/py-rendercv: Update to 2.8
ChangeLog: https://github.com/rendercv/rendercv/releases/tag/v2.8
devel/py-etcd3gw: Update to 2.6.0
ChangeLog:
https://docs.openstack.org/releasenotes/etcd3gw/unreleased.html#relnotes-2-6-0
devel/gitoxide: update 0.51.0 → 0.52.0
textproc/comrak: update 0.51.0 → 0.52.0
sysutils/flipperbit: update 0.1.2 → 0.1.3
devel/snazy: update 0.58.1 → 0.59.0
misc/lean-ctx: update 3.0.0 → 3.0.1
devel/tagref: update 1.10.0 → 1.11.0
textproc/py-llguidance: update 1.7.0 → 1.7.2
audio/songrec: update 0.4.3 → 0.6.7
lang/rustpython: update 0.4.0 → 0.5.0