graphics/cairomm: Various improvements
- Add USES=xorg, otherwise USE_XORG has no effect
- Add DOCS option
- Add testing support
Differential Revision: https://reviews.freebsd.org/D33939
Co-authored-by: Charlie Li <vishwin at FreeBSD.org>
[mlir][nfc] Fix function definition names post #175880 (#176586)
Ensure that the input argument names for `verifyRanksMatch` in the
function definition match those in the declaration.
powerpc/loader: Add CAS support for older CPUs
QEMU creates a "ibm,arch-vec-5-platform-support" property for all
pseries emulations. Add POWER7 and POWER6 to the CAS list, more can be
added later as needed/desired.
MFC after: 1 week
powerpc/loader: Add CAS support for older CPUs
QEMU creates a "ibm,arch-vec-5-platform-support" property for all
pseries emulations. Add POWER7 and POWER6 to the CAS list, more can be
added later as needed/desired.
MFC after: 1 week
[mlir][Utils] Add verifyRanksMatch helper (NFC) (#175880)
This change builds on https://github.com/llvm/llvm-project/pull/174336,
which introduced shared VerificationUtils with an initial
verifyDynamicDimensionCount() method.
This patch adds a new verifyRanksMatch() verification utility that
checks if two shaped types have matching ranks and emits consistent
error messages. The utility is applied to several ops across multiple
MLIR dialects.
---------
Co-authored-by: Andrzej Warzyński <andrzej.warzynski at gmail.com>
math/manifold: Improve port
* Use upstream release archive
* Define LICENSE_FILE
* Clean up "make test" related parts
* Only extract samples dir on request (reduces I/O)
* Respect C/CXX flags set by framework
* Adjust Makefile layout to follow Porters Handbook more closely
and the tree overall
PR: 292089
Approved by: blanket (just fix it)
editors/micro: Update to 2.0.15
* Remove pre-build section
* Adjust passed build related strings so final binary is more likely
to match for reproducible builds
Changelog: https://github.com/zyedidia/micro/releases/tag/v2.0.15
PR: 292107
Approved by: maintainer timeout, 2+ weeks