pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/glm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  3 11:28:17 UTC 2024

Modified Files:
        pkgsrc/graphics/glm: Makefile PLIST distinfo

Log Message:
glm: update to 1.0.1.

Features:

    Added C++17 [[nodiscard]] support

Improvements:

    Enables only warnings as errors while building unit tests
    Added aligned_*vec3 simd support #1245

Fixes:

    Fixed C++ language auto detection build, disable C++98 warnings with Clang #1235, #1231
    Fixed GTX_color_space missing <glm/ext/scalar_constants.hpp> include #1233 #1238
    Fixed EXT_matrix_transform shear implementation #1140 #1182
    Fixed smoothstep SIMD implementation #1222


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/glm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/glm/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/glm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glm/Makefile
diff -u pkgsrc/graphics/glm/Makefile:1.10 pkgsrc/graphics/glm/Makefile:1.11
--- pkgsrc/graphics/glm/Makefile:1.10   Sun Jan 28 12:57:22 2024
+++ pkgsrc/graphics/glm/Makefile        Sun Mar  3 11:28:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/01/28 12:57:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/03/03 11:28:17 wiz Exp $
 
-DISTNAME=      glm-1.0.0
+DISTNAME=      glm-1.0.1
 CATEGORIES=    graphics math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=g-truc/}
 

Index: pkgsrc/graphics/glm/PLIST
diff -u pkgsrc/graphics/glm/PLIST:1.5 pkgsrc/graphics/glm/PLIST:1.6
--- pkgsrc/graphics/glm/PLIST:1.5       Sun Jan 28 12:57:22 2024
+++ pkgsrc/graphics/glm/PLIST   Sun Mar  3 11:28:17 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/28 12:57:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/03/03 11:28:17 wiz Exp $
 include/glm/common.hpp
 include/glm/detail/_features.hpp
 include/glm/detail/_fixes.hpp
@@ -7,6 +7,7 @@ include/glm/detail/_swizzle.hpp
 include/glm/detail/_swizzle_func.hpp
 include/glm/detail/_vectorize.hpp
 include/glm/detail/compute_common.hpp
+include/glm/detail/compute_vector_decl.hpp
 include/glm/detail/compute_vector_relational.hpp
 include/glm/detail/func_common.inl
 include/glm/detail/func_common_simd.inl

Index: pkgsrc/graphics/glm/distinfo
diff -u pkgsrc/graphics/glm/distinfo:1.8 pkgsrc/graphics/glm/distinfo:1.9
--- pkgsrc/graphics/glm/distinfo:1.8    Sun Jan 28 12:57:22 2024
+++ pkgsrc/graphics/glm/distinfo        Sun Mar  3 11:28:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/28 12:57:22 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/03/03 11:28:17 wiz Exp $
 
-BLAKE2s (glm-1.0.0.tar.gz) = 8567dcda8b1d1a71b273e78ee2a50c967158255a96bdebc2199e694cdfef74f8
-SHA512 (glm-1.0.0.tar.gz) = 62e22002a6369a54e1f0ee2885a65f2780af7d2a446573e5387b81518f5dc7e8076053837cb99ae850a0166ce8b0f077bed009e8986d9884d01c456ce467553f
-Size (glm-1.0.0.tar.gz) = 4523789 bytes
+BLAKE2s (glm-1.0.1.tar.gz) = 173ba6cf66d29d0876260d0cb19abf2fc34147af5197f0407a493db5ab13637d
+SHA512 (glm-1.0.1.tar.gz) = c6c6fa1ea7a7e97820e36ee042a78be248ae828c99c1b1111080d9bf334a5160c9993a70312351c92a867cd49907c95f9f357c8dfe2bc29946da6e83e27ba20c
+Size (glm-1.0.1.tar.gz) = 4567161 bytes



Home | Main Index | Thread Index | Old Index