vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 579802a325d38d6a72c6257e483f2513af4b7eaf
Author: Leon Marz <main@lmarz.org>
Date: Fri Apr 19 14:41:19 2024 +0200
d/changelog: New upstream release 0.9.4
commit 1bd7ce2fbae9385c149212260b6992559b90f83f
Merge: 3bd24a5 1796cc5
Author: Leon Marz <main@lmarz.org>
Date: Fri Apr 19 14:35:01 2024 +0200
Merge tag 'v0.9.4'
commit 1796cc5ce298235b615dc7a4750b8c3ba56a05dd
Merge: 9ad7dd3 568634a
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 17:52:06 2024 +0300
Merge pull request #412 from recp/sse_only
separate SSE and SSE2
commit 568634a79e8f2996822616bfd387a9262779e06f
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 16:48:58 2024 +0300
tests: dont test isinf == true on fast math
commit c9c7941a720d0850a04fd9ee1efce03e3b8c0010
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 14:10:38 2024 +0300
tests: dont test isnan on fast math
commit 4e929a81c2d69903d28ca2b52c860c78510cdf7c
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 13:26:08 2024 +0300
Update x86.h
commit 1d09c41e18e75bd51bc463106f7a168a47a247fc
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 13:23:52 2024 +0300
make xor enable in SSEonly + fast math
commit d8e933b5b1776245a980886f61109142a2132a26
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 13:23:22 2024 +0300
Update test_project.h
commit 8b15fd51ba51dd9bb1a8b8352c6d49f0cff02019
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 13:23:17 2024 +0300
common way to identify CGLM_FAST_MATH
commit 9ce0a3b6258fad775bebe1951042f2a4f5f74ce3
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 13:22:51 2024 +0300
tests: disable isnan check for min/max which may not work correctly especially in fast-math environment
commit 00d2e8a4cf261e6bf7090b8f3549d097fb3c306c
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 01:46:25 2024 +0300
suppress warnings
commit 35a12ed033d4de03c12a5fe6a5c8862663d4d144
Author: Recep Aslantas <info@recp.me>
Date: Mon Apr 1 00:52:59 2024 +0300
make SSE2-only features not available in SSE
commit 9ad7dd3fbc662b8941c596b4fa15fd80e34d0e7c
Merge: 28142b5 d2642eb
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:44:40 2024 +0300
Merge pull request #409 from EasyIP2023/feature/expand-content-width
docs: expand wy-nav-content width to edge of screen
commit 28142b59120cccaff1d34dc3f9be4f615a56d1bd
Merge: f07d75c 013ac5d
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:44:00 2024 +0300
Merge pull request #411 from EasyIP2023/bugfix/mat4x3-multiplication
mat4x3: fix multiplication functions
commit f07d75c68098de1990a320913a00b8683f15ae34
Merge: 17d8b83 85165dd
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:43:11 2024 +0300
Merge pull request #410 from EasyIP2023/bugfix/mat4x2-multiplication
mat4x2: fix multiplication functions
commit 17d8b83a38a91ef4599ead246ac96e567ac2a224
Merge: e3ed983 fc7f0e1
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:41:40 2024 +0300
Merge pull request #408 from EasyIP2023/bugfix/mat3x4-multiplication
mat3x4: fix multiplication functions
commit 32a477ef07141ef9cd1055615960a11c449b0716
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:35:15 2024 +0300
separate SSE and SSE2
commit e3ed9834a111e7c9a36aec4c6a143cd5398edb96
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:06:50 2024 +0300
Update mat2x3.h
commit 8396bbf0b38444cfdc597ca089e6dd50213690d2
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 23:06:30 2024 +0300
coding style
commit 013ac5dd07f7c5aa851d4a0d8f7c0c49ac30c9ce
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 14:36:38 2024 -0400
docs: mat4x3 account for latest mulitplication changes
This also includes tables to explain how
mat4x3, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit a0e3d3766fe191eef43115f3acf58af4e95d1041
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 14:14:35 2024 -0400
mat4x3: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit fc7f0e13fd71e3e978fcab3eb56764e3ffebddf4
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 02:07:21 2024 -0400
docs: mat3x4 account for latest mulitplication changes
This also includes tables to explain how
mat3x4, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 1340b5d512fb3667c676080ba17070f203f79f51
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 01:48:50 2024 -0400
mat3x4: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 85165dd3e3c286336c9cef15720626424e68fd06
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 13:33:33 2024 -0400
docs: mat4x2 account for latest mulitplication changes
This also includes tables to explain how
mat4x2, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 3445f93fbcefe90282d3e5e7e0ae760d9c5a51e7
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 13:09:02 2024 -0400
mat4x2: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit d2642eb206e8a4d8207f7d9b2eea5195035851aa
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 12:20:02 2024 -0400
docs: expand wy-nav-content width to edge of screen
RTD theme's default is 800px as max width for the content,
but we have tables with tons of columns, which need the
full width of the view-port.
Comment from yocto project theme_overrides.css
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 929963c6ebb09cbf1586c6fe637819214f780df8
Merge: 25b33fa 088c660
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 13:40:58 2024 +0300
Merge pull request #407 from EasyIP2023/bugfix/mat3x2-multiplication
mat3x2: fix multiplication functions
commit 25b33fab6b2e530faab94270b0eb50b4b06cceb2
Merge: c9adbaa 54dfbc5
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 13:40:45 2024 +0300
Merge pull request #405 from EasyIP2023/bugfix/mat2x4-mutli
mat2x4: fix multiplication functions
commit c9adbaabd7c385c65512cc451c634bc7878ad410
Merge: b22e823 c5dcb93
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 13:36:39 2024 +0300
Merge pull request #403 from EasyIP2023/bugfix/mat2x3-multiplication
mat2x3: fix multiplication functions
commit b22e8230d0c689f07b5f8eae1374da1893e4607d
Merge: edfb5e3 bf4c5b4
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 13:30:42 2024 +0300
Merge pull request #406 from recp/I_macro
dont use I macro defined in standard
commit bf4c5b4e266e342f2831a10c815449a546863dc6
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 13:24:50 2024 +0300
dont use I macro defined in standard
commit 54dfbc5a286af0bf8296111e22b378daa40176fe
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sat Mar 30 18:29:03 2024 -0400
docs: mat2x4 account for latest mulitplication changes
This also includes tables to explain how
mat2x4, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 088c66029d198939c7c13433bd6050d5dae0ba12
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sun Mar 31 00:39:27 2024 -0400
docs: mat3x2 account for latest mulitplication changes
This also includes tables to explain how
mat3x2, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 2283c708c6a0f2938a980bae5bff6489ae7efd9b
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sat Mar 30 21:10:10 2024 -0400
mat3x2: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 46864ba2f7aca5a0d2c130736415ebe4f3bd66f8
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sat Mar 30 17:44:28 2024 -0400
mat2x4: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit c5dcb93c92c0eb9d3825414d4ff058b446a4614a
Author: Vincent Davis Jr <vince@underview.tech>
Date: Sat Mar 30 14:22:23 2024 -0400
docs: mat2x3 account for latest mulitplication changes
This also includes tables to explain how
mat2x3, column vectors and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit 050bc95264e193f5031906e510a44df3d3783c68
Author: Vincent Davis Jr <vince@underview.tech>
Date: Fri Mar 29 23:14:11 2024 -0400
mat2x3: fix multiplication functions
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
commit f388df7f3ed597c12bcfd4aee9c0077380c86b10
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 04:40:42 2024 +0300
fix typos
commit 4c872238d9edc9bbf7a6aeddffc1c9f5f9aaa2e2
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 31 04:22:42 2024 +0300
dont use I macro defined in standard
commit edfb5e398406596ebfabaa62c71a7b026d99a4fe
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 08:42:07 2024 +0300
docs: alignment
commit 4d43241a69da6db3c86bb3d06db163c97bc37253
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 08:21:14 2024 +0300
docs: add note to enable config where may not work is some environments
commit 1337e9cdfb68a3cb6d822d1595f78d5328ac1175
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 08:10:56 2024 +0300
docs: ray sphere docs improvements
commit 9df36ce005ee02e4bc9c01dd760d6f5aeb36ade3
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 08:05:10 2024 +0300
docs: ray sphere docs improvements
commit 55521ecd611b573c3293d764d51daf9676c6a85f
Merge: 829b7dd 2fced71
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 07:55:28 2024 +0300
Merge pull request #402 from nitrix/fix/struct-api-ray-at
Struct API glms_ray_at incorrect dir param.
commit 829b7dddcefc5b14bbe9a56cdc682ca4d29bdfa8
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 29 07:53:48 2024 +0300
now working on v0.9.4
commit 2fced7181adc28831a73c2882a0b50e65a3817dc
Author: Alex Belanger <nitrix@nitrix.me>
Date: Thu Mar 28 14:22:39 2024 -0400
Struct API glms_ray_at incorrect dir param.
commit 1de373a9bd453d1fff6846db3a01ade8270f12bb
Author: Recep Aslantas <info@recp.me>
Date: Mon Mar 25 02:22:46 2024 +0300
normalize: norm == 0.0f to norm < FLT_EPSILON, improving handling of very small vectors to prevent instability and overflow
commit 6a7d03bafb12dd3b2cf08f558b94fd68cf9fd86f
Author: Recep Aslantas <info@recp.me>
Date: Mon Mar 25 02:17:03 2024 +0300
suppress warnings
commit aad5223da0b1d888e3b973bdc3b9d99c11b20d9b
Author: Recep Aslantas <info@recp.me>
Date: Sun Mar 24 06:31:29 2024 +0300
change signature of refraction to let caller know if refraction occurs or not
commit 707bff021c6736a8047caca041b38fb11527d5b7
Merge: f1d4aea e4c38cc
Author: Recep Aslantas <info@recp.me>
Date: Sat Mar 23 11:26:17 2024 +0300
Merge pull request #399 from recp/ray
Some missing ray functions
commit e4c38ccc4c922f08a6717611597267dcd3a2bd46
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 23:49:05 2024 +0300
docs: update ray sphere intersection brief
commit ceaa54aef8b9910aa4f51b27c7a08aaaf5f09738
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 23:44:43 2024 +0300
tests: test for ray, reflect, refract and faceforward
commit da5755807866cbcadc47ab62850e06882f586cc7
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 22:30:22 2024 +0300
docs for new ray functions
commit 6ad0aca7e0609c91cf91868b9081a3cdd2652016
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 21:59:10 2024 +0300
fix refract
commit 96e415daa4745b4cc57cdbd8e0515082615b5b33
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 10:42:29 2024 +0300
build: add missing file
commit 3701305c9e49d7a95b89d189023b9d8c38e4241c
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 10:36:28 2024 +0300
suppress warnings
commit 2b78f9ab470b927fcb3826a6d8bb61ec44912a6f
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 22 00:18:55 2024 +0300
refract
commit 41d1a8b9eb395d2c668153deec3fc7476496e543
Author: Recep Aslantas <info@recp.me>
Date: Thu Mar 21 02:21:28 2024 +0300
faceforward
commit 8ea2fd1cd1377d990572e0c3178fe5ce2edb0b66
Author: Recep Aslantas <info@recp.me>
Date: Thu Mar 21 02:21:07 2024 +0300
reflect missing stuff
commit 8c81443f24478ce08ce57b97a7ee57c1106f7072
Author: Recep Aslantas <info@recp.me>
Date: Thu Mar 21 00:18:02 2024 +0300
reflect
commit 608e7d9c2c9f0f01f6acdfaef14cddf68c2a8752
Author: Recep Aslantas <info@recp.me>
Date: Wed Mar 20 07:33:43 2024 +0300
Update CREDITS
commit 73a4fc76d7a91d65ab4619e20a6833b0111fd402
Author: Recep Aslantas <info@recp.me>
Date: Wed Mar 20 07:24:07 2024 +0300
ray: point along a ray at a parameter t
commit aa45d081fc57897703b4ce4a6b01949aa7abc3cc
Author: Recep Aslantas <info@recp.me>
Date: Wed Mar 20 07:22:36 2024 +0300
ray: ray sphere intersection
commit f1d4aea69bca2e171bc0ec848989b37c70f517df
Author: Recep Aslantas <info@recp.me>
Date: Wed Mar 20 07:16:17 2024 +0300
win: add missing files to vsproj
commit 0ef8ebe84e7ff6f93300be42688acf417373fa1c
Merge: 0fbad94 8b6eca2
Author: Recep Aslantas <info@recp.me>
Date: Wed Mar 20 01:05:18 2024 +0300
Merge pull request #397 from recp/affine-docs
clarify some rotation rules
commit 8b6eca29cf109d1bdf2e88c8b2ad3892fa88a6dc
Author: Recep Aslantas <info@recp.me>
Date: Tue Mar 19 23:55:42 2024 +0300
docs: clarify some rotation rules
commit 0fbad944c5d6f3aa756cd776c526bfeb0589b7f3
Merge: 838c507 182c28f
Author: Recep Aslantas <info@recp.me>
Date: Mon Mar 18 16:48:02 2024 +0300
Merge pull request #398 from waywardmonkeys/make-const-floats
Allow passing `const float*` to `make` functions.
commit 182c28faf8f76730279d97f2631173027887c01f
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Mon Mar 18 19:49:50 2024 +0700
Allow passing `const float*` to `make` functions.
commit 995fb2e347f464ef0f5712ba9bc554738c5fca43
Author: Recep Aslantas <info@recp.me>
Date: Sat Mar 16 00:34:11 2024 +0300
clarify some rotation rules
commit 838c5078b7ff8df13aff78b7e3efc1e1d44fcc3a
Merge: c9e2b81 772238f
Author: Recep Aslantas <info@recp.me>
Date: Sat Mar 2 11:15:18 2024 +0300
Merge pull request #395 from recp/ndebug
Ndebug
commit 772238f53f97713b219ea8bd9d4145da9e001a02
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 1 12:01:58 2024 +0300
update cmake to respect DEBUG
commit b9e62b6fe5f4735bc900dcf50ebbceb8373da041
Author: Recep Aslantas <info@recp.me>
Date: Fri Mar 1 12:00:01 2024 +0300
use NDEBUG to check DEBUG mode
commit c9e2b81e99141e7e9f679bb8871acd4ecaca367d
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 24 06:55:45 2024 +0300
test: fix ivec2 and ivec3 comparison and suppress warnings
commit ee18e58815265f430e300a838a82c38ec5f3fcf0
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 24 06:50:07 2024 +0300
test: fix ivec2 and ivec3 comparison and suppress warnings
commit 85ee3668616b411590c0a2a6a615152d97211ad6
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 24 06:33:30 2024 +0300
move deprecated glmc_aabb2d_size to right place
commit 0e4201b81609ac93946adc16772fe31c566662bc
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 24 06:10:48 2024 +0300
suppress warnings: C4244: 'function': conversion from 'int' to 'float'
commit b7e4c96738193b5fec074acb4eda47f6acb25801
Merge: 78fb330 0d92bfc
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 24 05:58:49 2024 +0300
Merge pull request #392 from duarm/master
aabb2d_zero, aabb2d_diagonal and aabb2d_size
commit 0d92bfc7222e56769303c6e45b1368b51af320a9
Author: duarm <duarm0@disroot.org>
Date: Fri Feb 23 14:07:58 2024 -0300
docs and call api for _aabb2d_zero
commit 237432969d537717a337e21f9f4b5a024d85057b
Author: duarm <duarm0@disroot.org>
Date: Fri Feb 23 14:01:26 2024 -0300
macro for call api too
commit 131ac68ad337c749bbece7c9ef545e32d4b862de
Author: duarm <duarm0@disroot.org>
Date: Fri Feb 23 13:53:25 2024 -0300
size -> diag, new sizev
commit 7e6a4632561fa2d2f9e427010ec04b70e701cdae
Author: duarm <duarm0@disroot.org>
Date: Mon Feb 19 14:38:05 2024 -0300
call api
commit e312f282b42a046f63471f05b16c1739013a733e
Author: duarm <duarm0@disroot.org>
Date: Mon Feb 19 14:34:30 2024 -0300
glm_aabb2d_zero, _size -> _diagonal, new _size
commit 78fb330850bcca51a6f4b88f1d10ae7bc810c0cd
Merge: 4896b2e 366e0d4
Author: Recep Aslantas <info@recp.me>
Date: Mon Feb 12 12:23:31 2024 +0300
Merge pull request #391 from waywardmonkeys/ci-add-arm64-uwp
ci: Add ARM64 UWP for WindowsStore.
commit 4896b2ea8d245a677a653e3bd926e0e202559f5b
Merge: eb9a200 47a27f9
Author: Recep Aslantas <info@recp.me>
Date: Mon Feb 12 12:21:59 2024 +0300
Merge pull request #390 from waywardmonkeys/doc-improvements
Doc improvements
commit 366e0d44e2a3e0bd0eef3757b94653bf7891dbd7
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Mon Feb 12 09:17:56 2024 +0700
ci: Add ARM64 UWP for WindowsStore.
This is one of the core vcpkg targets and I'm trying to enable
the cglm port there to support UWP, so we should have it in the
CI here.
commit 47a27f9d0716ff305837c389a2b3d634c8e15f45
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Mon Feb 12 09:01:29 2024 +0700
ci / docs: Turn sphinx warnings into errors.
This will help prevent future warnings from sphinx.
commit 7957179808eeb662cf006daa8b66943d11fe4026
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Mon Feb 12 09:00:08 2024 +0700
docs: Remove duplicate definitions.
commit 3e79c4d799b217cdb714799a2c96ca910b08078a
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Mon Feb 12 08:48:25 2024 +0700
docs: Additions and corrections.
* Add missing doc for `glm_vec4_one`.
* mat4: correct links to some functions.
commit af5048595ffb12184cdb90ed4ce688773edf070b
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sun Feb 11 23:39:03 2024 +0700
docs: Use `.. note::` to display better.
Also, make sure the note content has a blank line after it to
remove a warning from Sphinx.
commit 270d2b9d05ca645b4e67489085e1f1d422559242
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sun Feb 11 07:59:29 2024 +0700
docs: Add missing aabb2d, fix broken link.
commit eb9a200b6c0fc4831fa2d1d0361c6d43f7435531
Merge: db6f964 fd661d1
Author: Recep Aslantas <info@recp.me>
Date: Sun Feb 11 19:09:58 2024 +0300
Merge pull request #389 from waywardmonkeys/aabb2d-struct-api
aabb2d: Fix struct api.
commit fd661d1b43f430f386bb107f542a9cb391401f91
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sun Feb 11 06:41:39 2024 +0700
aabb2d: Fix struct api.
commit db6f9641ab6a8a69a6ca2ea85441498092562047
Merge: 125002c e80d163
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 10 23:49:37 2024 +0300
Merge pull request #387 from waywardmonkeys/remove-narrowing-conversion
glm_ease_back_inout: Use float constant for float var.
commit 125002cfb352b0500732843318d6ba922926abd1
Merge: b89315f bb9a35c
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 10 23:43:25 2024 +0300
Merge pull request #388 from waywardmonkeys/remove-appveyor
ci: Remove appveyor.
commit bb9a35caaf9c8c24e44b70d424c47a74b475b261
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sat Feb 10 22:47:33 2024 +0700
ci: Remove appveyor.
This is now handled by the GitHub Actions CI.
commit b89315f2c5404154f1b9c61415bc2a97f114f86e
Merge: 45134b1 74c5e86
Author: Recep Aslantas <info@recp.me>
Date: Sat Feb 10 17:29:42 2024 +0300
Merge pull request #386 from waywardmonkeys/improve-ci
Add additional CI via GitHub Actions.
commit e80d163d71edd3a96bff3f575cd9318eb523bafa
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sat Feb 10 19:47:38 2024 +0700
glm_ease_back_inout: Use float constant for float var.
commit 74c5e86d0c5828a173b130c5ad1079aac4ea0a83
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date: Sat Feb 10 09:32:57 2024 +0700
Add additional CI via GitHub Actions.
commit 45134b126548206b669154fb4c62ab8c0fc81206
Merge: b63b2b9 e4419c4
Author: Recep Aslantas <info@recp.me>
Date: Thu Feb 8 17:18:29 2024 +0300
Merge pull request #384 from waywardmonkeys/fix-more-typos
Fix typos.
commit b63b2b90b316c6e8e639c7723258a7792bde5001
Merge: a8685ed 17f3ea5
Author: Recep Aslantas <info@recp.me>
Date: Thu Feb 8 17:13:03 2024 +0300
Merge pull request #383 from tarhses/structapi-ivec
Implement struct API for ivec2, ivec3, and ivec4