Recep Aslantas
9fe5efb410
tests: add more tests for vec3
2019-09-19 16:50:22 +03:00
Recep Aslantas
495afb8a3d
Update test_vec3.h
2019-09-19 16:16:41 +03:00
Recep Aslantas
ba694f4aec
tests: add some tests for vec3
2019-09-19 16:12:27 +03:00
Recep Aslantas
8ac767fd2c
tests: fix mat3, mat4 tests
2019-09-19 00:27:26 +03:00
Recep Aslantas
e5fd735e62
Update .travis.yml
2019-09-19 00:09:56 +03:00
Recep Aslantas
7797ee7b06
Update .travis.yml
2019-09-19 00:02:38 +03:00
Recep Aslantas
78f38db480
tests: add missing tests for mat3
2019-09-18 23:33:41 +03:00
Recep Aslantas
79087a9813
mat4: add zero for call
2019-09-18 23:33:10 +03:00
Recep Aslantas
a1283282ef
tests: update test design to test both call and inline versions
2019-09-18 17:07:40 +03:00
Recep Aslantas
0377b99f80
mat4: add zero for call
2019-09-18 17:07:15 +03:00
Recep Aslantas
971d753392
tests: add some missing tests for mat4
2019-09-17 18:26:45 +03:00
Recep Aslantas
033d0b0fed
tests, win: add visual studio test project files
2019-09-16 10:17:55 +03:00
Recep Aslantas
39dc61af54
tests: add a few test for mat4
2019-09-15 19:33:41 +03:00
Recep Aslantas
f4f9d85caa
tests: add more tests for mat4
2019-09-15 15:09:52 +03:00
Recep Aslantas
92f196965e
Update .gitignore
2019-09-14 16:22:28 +03:00
Recep Aslantas
fbcbccbf01
Update cglm.podspec
2019-09-14 16:20:33 +03:00
Recep Aslantas
cf41151534
Update troubleshooting.rst
2019-09-14 16:18:45 +03:00
Recep Aslantas
3af861b61e
Update README.md
2019-09-14 16:01:43 +03:00
Recep Aslantas
0ed88cfda8
test: fix running test on windows (msvc)
2019-09-14 12:46:04 +03:00
Recep Aslantas
551ed1bd20
tests: improve ASSERTIFY
2019-09-14 11:57:35 +03:00
Recep Aslantas
a328317c70
Merge branch 'master' of https://github.com/recp/cglm
2019-09-13 09:42:48 +03:00
Recep Aslantas
5aa047efdf
tests: run tests on windows
2019-09-13 09:40:18 +03:00
Recep Aslantas
32e5784564
test: improve runner output and add assert helper for inline functions
2019-09-12 23:54:24 +03:00
Recep Aslantas
80c2b3712d
tests: print elapsed time to run a test
2019-09-12 17:10:31 +03:00
Recep Aslantas
176cc28510
now working on v0.6.1
2019-09-12 07:11:49 +03:00
Recep Aslantas
712cbee580
remove cmocka from submodules and update docs
2019-09-12 07:10:37 +03:00
Recep Aslantas
981fd5ee44
Delete build-deps.sh
2019-09-12 07:01:49 +03:00
Recep Aslantas
092da3e189
Update README.md
2019-09-12 07:01:09 +03:00
Recep Aslantas
9ab9e95ce5
Custom Built-in Unit Test Suite ( #105 )
...
* tests: new built-in test runner
* tests: update tests for new builtin test api
* tests: print test suite logs
* tests: remove cmocka from build files
* tests: colorize test suite log and remove redundant prints
2019-09-12 06:56:44 +03:00
Luigi Castelli
27cc9c3351
vec: some useful functions ( #103 )
...
These functions are added:
- abs(): absolute value
- fract(): fractional part
- norm_one(): L1 norm
- norm_inf(): infinity norm
- hadd(): horizontal add
- hmax(): horizontal max
v0.6.0
2019-09-01 00:30:15 +03:00
Recep Aslantas
6af1f5af04
Update ccpp.yml
2019-08-30 14:58:47 +03:00
Recep Aslantas
62f4685f86
Update ccpp.yml
2019-08-30 14:55:19 +03:00
Recep Aslantas
03fda193a5
vec: update docs for norm
2019-08-30 14:47:26 +03:00
Recep Aslantas
cfaf01afaa
Update ccpp.yml
2019-08-27 20:01:54 +03:00
Recep Aslantas
a450ab2d9c
Update ccpp.yml
2019-08-27 20:00:01 +03:00
Luigi Castelli
1d804781de
swapped argument order in glmm_store3() ( #102 )
...
close https://github.com/recp/cglm/issues/101
2019-08-26 16:37:44 +03:00
Luigi Castelli
144624962a
added glm_vec_fill() ( #100 )
...
* alternative name for _broadcast(): _fill()
2019-08-26 09:19:26 +03:00
Luigi Castelli
4639f3184a
glm_lerpc(), glm_step(), glm_smoothstep(), glm_smoothinterp() ( #98 )
...
* lerp, step, smoothstep
* glm_lerp() and friends are no longer clamped, use glm_lerpc() and friends
* mix() function as wrapper of lerp()
* no there are clamp and raw version of lerp functions
2019-08-25 22:17:36 +03:00
Luigi Castelli
43b36f1dc1
squared distance with SIMD support ( #96 )
...
squared distance for vec4
2019-08-23 10:32:54 +03:00
Luigi Castelli
d03d4b8df5
new name for euler sequence ( #94 )
...
* new name for angle sequence
2019-08-21 22:52:01 +03:00
Recep Aslantas
e294fc744b
Merge pull request #92 from fmegally/patch-2
...
Update README.md
2019-07-28 08:52:56 +03:00
Recep Aslantas
90a7aba1bd
Merge pull request #91 from fmegally/patch-1
...
Update README.md
2019-07-28 08:52:32 +03:00
Fady Megally
02fdea941c
Update README.md
...
grammar corrections. multiple linse
2019-07-27 13:54:27 -04:00
Fady Megally
c87499d234
Update README.md
...
Grammar error correction (line 29)
2019-07-26 16:27:20 -04:00
Recep Aslantas
ec553106f8
Merge branch 'master' of https://github.com/recp/cglm
2019-07-17 17:26:34 +03:00
Recep Aslantas
5bf5ceeb40
win: remove optional DLLMain entry point
2019-07-17 17:26:14 +03:00
Recep Aslantas
cb1d0ef6b5
win: remove optional DLLMain entry point
2019-07-17 17:18:50 +03:00
Recep Aslantas
cc75dc7f34
Merge pull request #90 from hartenfels/pkg-config
...
Add pkg-config Support + Autotools Fixes
2019-06-23 18:51:48 +03:00
Carsten Hartenfels
a651827012
Make things work for ancient pkg-config versions
...
Travis CI uses a really, really old pkg-config apparently, which doesn't
have the PKG_INSTALLDIR macro. In that case, we have to emulate it
manually.
2019-06-23 15:12:21 +02:00
Carsten Hartenfels
caba5b3c7c
Document pkg-config usage and prefix pitfalls
2019-06-23 14:04:34 +02:00